Price is Zero and error in Add to Cart

GK User
Thu Nov 20, 2014 9:31 pm
If you do to http://www.verde.co.uk and choose the Travel section on the front page, you'll see that the price is 0 and when you try to add to cart it comes up as an error,

Any ideas?

Many thanks
User avatar
Fresh Boarder

GK User
Fri Nov 21, 2014 12:01 pm
Other things don't work too, such as:
1 If you have too many products in the shopping cart there is no scrolling ability on the top left drop down,
2. When you click on the cart button it doesn't show the amount of items in the cart or a refresh button when you change the number, it also returns to the checkout page when you delete an item.
3. On the checkout page there are no delete/change number of items in the cart buttons.
User avatar
Fresh Boarder

teitbite
Sat Nov 22, 2014 11:42 am
Hi

Most of this problems are connected with Hikashop not our template, but to check please simply rename /html/com_hikashop to /html/_com_hikashop and check all of them again. This test will remove our overrides to hikashop and only original files will be used.

For cart scroll please add this to override.css and make sure override is enabled:

Code: Select all
#gkPopupCart {
    max-height: 350px;
    overflow: scroll;
}
User avatar
Moderator


cron