Jump to content

SOLVE - attributes - cart


Recommended Posts

nice write all, thanks in advance

I'm telling you, I have almost completed my new store, http://www.pxp.es/paramotorstore,

I have many products with various attributes and is all well done on the generator, because on the front page showing all the attirbutes.

but when testing for change attribute in the cart , color, size, ect always the cart always gives me the default attribute, the choice in product prestashop with blue stripe, never switch to the new elections of attributes

my version is 1.2.4, English, French and Spanish, now only working in Spanish. in future in 3 languages.

my permission to all folders are 777.

can you help? what is my mistake? how it´s posible i´ll sove it?

thanks, I´m working several days with this and it´s clear I can not offer it under these conditions

Jose

Link to comment
Share on other sites

  • 1 month later...

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

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...