WEBDVL Posted July 19, 2011 Share Posted July 19, 2011 Hello.I do not know if anyone here has dealt with but you can add some pictures to the choice of the generator product attributes? Link to comment Share on other sites More sharing options...
Chilly Posted August 29, 2011 Share Posted August 29, 2011 Hi, I'm currently having problems with this, too. When I add attributes to a product, and then select an attribute (ex. size) on the product page, a little green arrow appears under the thumbnails with a "Display all pictures" link, while hiding all but one of the thumbnails. I don't want this to happen, no hiding of thumbnails, no little green arrow. But how to select all images with the Product combinations generator?? Link to comment Share on other sites More sharing options...
Kerm Posted August 29, 2011 Share Posted August 29, 2011 +1 have same problem i know site where all works fine: http://www.moisekreti.ru/kolgotki-klassika/375-charmante-fata-colorata-80.html but dunno how thay made it Link to comment Share on other sites More sharing options...
Kerm Posted August 30, 2011 Share Posted August 30, 2011 product.tpl <div id="attributes"> {foreach from=$groups key=id_attribute_group item=group} {if $group.attributes|@count} <p> <label for="group_{$id_attribute_group|intval}">{$group.name|escape:'htmlall':'UTF-8'}:</label> {assign var="groupName" value="group_$id_attribute_group"} <select name="{$groupName}" id="group_{$id_attribute_group|intval}" onchange="javascript:findCombination();{if $colors|@count > 0}$('#wrapResetImages').show('slow');{/if};"> {foreach from=$group.attributes key=id_attribute item=group_attribute} <option value="{$id_attribute|intval}"{if (isset($smarty.get.$groupName) && $smarty.get.$groupName|intval == $id_attribute) || $group.default == $id_attribute} selected="selected"{/if} title="{$group_attribute|escape:'htmlall':'UTF-8'}">{$group_attribute|escape:'htmlall':'UTF-8'}</option> {/foreach} </select> </p> {/if} {/foreach} </div> mb here need comment some code? like "wrapResetImages" Link to comment Share on other sites More sharing options...
dillikumar Posted February 27, 2012 Share Posted February 27, 2012 Hi Iam working with prestashop...i have a big problem in product page. Generally beneath the product image we get the combination images of that product.No problem with that. I want to show the attributes as a separate block along images, i.e when we select the attribute it should display the appropriate image of that attribute. My requirement is i want to show the combination images beneath the product image and attributes with its appropriate images. please help me...................... Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now