Jump to content

Product attribute not showing in front end


Recommended Posts

So what do you suggest we should be doing? The client needs the product & size attribute and we are kinda stuck with this problem and trust me this is really embarrassing for us.

 

If you can suggest a way forward, it will be nice.

 

thanks in advance

Link to comment
Share on other sites

Vekia was suggesting that you would check to see if the problem exist using the DEFAULT THEME that comes with PrestaShop.

 

That would tell us if the problem is related to your theme (in which case, you should contact whoever developed it), or, if the problem also happens with the default theme, then it could be related to the way you added the combinations.

Link to comment
Share on other sites

Thanks for the input, we tried this http://demo.ivdisplays.net/prestashop/luggage4-18.html and not much luck for us here too. The module will not work. I guess we are missing on something which is vital.

 

The project is in its final delivery stage and we are held up because this minor issue, can some one help to get this up for us.

 

We followed this tutorial as well http://screencast.com/t/IuUsVxXrD.

 

Any help is welcome. In case the U/A is required for this demo site we can make it available.

 

Thanks in advance

Link to comment
Share on other sites


 

In this theme we made the combination by changing the width of global.css file 

 

.container_9 .grid_5 {

  width: 536px;

}

 

to 

 

.container_9 .grid_5 {

  width: 534px;

}

 

 

But Our Custom theme we can't do this.How can i change this to our custom theme please help me.

 

http://www.put2kart.com/luggage-14.html this is my original site link with combination set of color

 

i can attach two screenshot of firebug one is default theme another is custom theme.

 

I think we need to put javascript to a <div> shown as default theme screenshot.

 

default theme javascript of product combination comes under <div class=" grid_5" id="center_column"> this div.

 

bt in our theme javascript comes after a end of <div class="navigation"> div.

 

so plz tell me how to solve this. 

 

Thank you

post-779274-0-76257100-1403522784_thumb.png

post-779274-0-67140900-1403522789_thumb.png

  • Like 1
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...