Jump to content

[SOLVED] Product combinations fail


Recommended Posts

Got a problem with adding a productcombinations to my shoppingcart...
I've added multiple combinations to a product but when i select a combination in my shop and add it to my shoppingcart i always select the standard combination.

Example. tshirt standard size is S, but when i press size XL and click 'Add to Cart' i see size S in my cart.

Anyone had experience with this problem?

Every size has his own combination.

Link = www.jackyluxury.nl/shop

Link to comment
Share on other sites

Good News! Try this....
---------------------------------------------------------------------------------
We had the same problem, but after some debug we resolved it.

Here is how:

Goto /themes/prestashop/product.tpl

open the file and goto line 35 out of 451

You should see the code as below :
var displayPrice = {$priceDisplay};

change this to
var displayPrice = 1 ; // {$priceDisplay};

Everything works fine for attributes and
combinations
----------------------------------------------------------------------------------------

I took this from another posting on the forums. I edited the code, and everything adds to the cart just fine now :)

Aloha!

-Joseph Glade
Owner, Fissare Clothing Company
http://www.fissareclothing.com/
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...