AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: macat on August 05, 2013, 02:24:07 PM

Title: No Update Button in Checkout
Post by: macat on August 05, 2013, 02:24:07 PM
I noticed in the new version (1.1.6) when I am viewing my cart and I want to remove something or change the quantity there is no option to update the cart, is this a small bug?

By the way, I love the new features, very nice, this is a great cart!!

OK a revision on my initial finding, the update button only disappears if I have any side blocks, if there are no side blocks the update button is there!
Title: Re: No Update Button in Checkout
Post by: abantecart on August 05, 2013, 09:48:46 PM
Sounds like a small CSS bug. Can you please post a screenshot?
Title: Re: No Update Button in Checkout
Post by: macat on August 05, 2013, 10:05:30 PM
1st with a side block, I didn't notice but the checkout button is also not there

2nd without a side block
Title: Re: No Update Button in Checkout
Post by: abantecart on August 08, 2013, 08:15:57 AM
In file public_html/storefront/view/default_html5/template/pages/checkout/cart.tpl try to change:

Code: [Select]
<div class="container">
   <div class=" pull-right mb20">

to
Code: [Select]
<div class="container-fluid">
   <div class=" pull-right mb20">

Title: Re: No Update Button in Checkout
Post by: macat on August 08, 2013, 07:19:41 PM
OK, it looks like that fixed it, thank you ... but something weird just happened :


1.  this is my view cart page address, it is a weird address, I don't recall it being this before:  http://www.chihuahuamommas.com/#sthash.U7IG3KKX.dpbs (http://www.chihuahuamommas.com/#sthash.U7IG3KKX.dpbs)

has my store been hacked???


2.  also when I reload the view cart page it takes me to the index page, its that what should happen.

3.  just clicked on a bunch of page links and they all revert to a similar weird address, they used to be different, something like:  http://www.chihuahuamommas.com/index.php?rt=product/category&path=3 (http://www.chihuahuamommas.com/index.php?rt=product/category&path=3)
(click the link you'll see what I mean, it instantly changes to the weird address) I haven't changed anything ... should I be worried??

Oh, I did add one of those sharing scripts (facebook, google, amazon ect ...)
Title: Re: No Update Button in Checkout
Post by: abantecart on August 09, 2013, 04:57:53 PM
Trace back what you did. I do not see problem on your site now.
Title: Re: No Update Button in Checkout
Post by: macat on August 10, 2013, 03:32:46 AM
It is the sharing widget I put on there, I just installed anther cart and the addresses where normal until I added the sharing widget to it, so all is well.  Thank you for your help!!


Trace back what you did. I do not see problem on your site now.