Search the Community
Showing results for tags 'product tabs'.
-
Hello Module: Product Extra Tabs Pro from mypresta.eu PS 1.7. Classic theme (using classic child theme) Just wondering if I could change order where this module Product Extra Tabs Pro appears on product page? Now it is under product accessories at the bottom of the product page. I'd like it to appear right where product tabs appear in Classic theme, or above accessories. Thanks! Screenshot from product page:
-
- 1.7.5
- classic-child
-
(and 1 more)
Tagged with:
-
Questo modulo tabs supplementare PrestaShop da moduli FME permette di aggiungere schede illimitate su pagine di prodotto come link, immagini, testi, video e molti altri dati. Scarica questo modulo schede prodotto prodotto in più qui
- 1 reply
-
- prestaShop
- extra product tabs
- (and 5 more)
-
Hi All, Does anyone have an experience with the module Extra Tabs Pro? Maybe I'm doing something wrong but after installation the module appears in the product back office but non of the buttons work. Please does anyone have an idea what I'm doing wrong? Thank you, Miro
- 7 replies
-
- Extra Tabs Pro
- Product page
-
(and 1 more)
Tagged with:
-
Hello Everyone, I need help please. I already spent hours trying to figure this out, but nothing works. As you can see in the attached pictures there are two additional what looks like empty product tabs. They link to the shopping cart for some reason. I'm using "inspect element" tool from google chrome to edit changes. SCRshot1 - shows one of the tabs SCRshot2 - shows the other tab SCRshot3 - added "display none" using inspect element and empty spaces/links are gone. Has anyone had this happen or knows how to fix this? Or on which file can I add the "display none"? Or which file would I be able to remove those additional tabs/shopping cart links? Thanks for reading my post, Here is some code from product.tpl from our theme that starts at part of the "share" links that are on top of the screenshots and goes all the way down to the description. But I think the issue might be in another file. <!-- AddThis Button BEGIN --> <div class="addthis_toolbox addthis_default_style "> <a class="addthis_button_preferred_1"></a> <a class="addthis_button_preferred_2"></a> <a class="addthis_button_preferred_3"></a> <a class="addthis_button_preferred_4"></a> <a href="#" class="addthis_button_compact at300m"><span class="at16nc at300bs at15nc at15t_compact at16t_compact"><span class="at_a11y">More Sharing Services</span></span></a> <a class="addthis_counter addthis_bubble_style"></a> <div class="atclear"></div></div> <script type="text/javascript" src="http://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4ecde5167f228697"></script> <!-- AddThis Button END --> </div> </div> <!-- Product middle End --> <div class="span2"> {if $sccop.trendy_product_page_markup} {$sccop.trendy_product_page_markup|html_entity_decode} {/if} </div> <div class="clearer"></div> </div> <div class="product-collateral"> <!-- description and features --> {if (isset($product) && $product->description) || (isset($features) && $features) || (isset($accessories) && $accessories) || (isset($HOOK_PRODUCT_TAB) && $HOOK_PRODUCT_TAB) || (isset($attachments) && $attachments) || isset($product) && $product->customizable} <div id="more_info_block" > <ul id="more_info_tabs" class="idTabs idTabsShort clearfix product-tabs"> {if $product->description}<li><a id="more_info_tab_more_info" href="#idTab1">{l s='More info'}</a></li>{/if} {if $features}<li><a id="more_info_tab_data_sheet" href="#idTab2">{l s='Data sheet'}</a></li>{/if} {if $attachments}<li><a id="more_info_tab_attachments" href="#idTab9">{l s='Download'}</a></li>{/if} {if isset($accessories) AND $accessories}<li><a href="#idTab4">{l s='Accessories'}</a></li>{/if} {if isset($product) && $product->customizable}<li><a href="#idTab10">{l s='Product customization'}</a></li>{/if} {$HOOK_PRODUCT_TAB} </ul> <div id="more_info_sheets" class="sheets align_justify"> {if isset($product) && $product->description} <!-- full description --> <div id="idTab1" class="rte">{$product->description}</div> {/if} {if isset($features) && $features} <!-- product's features --> <ul id="idTab2" class="bullet"> {foreach from=$features item=feature} {if isset($feature.value)} <li><span>{$feature.name|escape:'htmlall':'UTF-8'}</span> {$feature.value|escape:'htmlall':'UTF-8'}</li> {/if} {/foreach} </ul> {/if} {if isset($attachments) && $attachments} <ul id="idTab9" class="bullet"> {foreach from=$attachments item=attachment} <li><a href="{$link->getPageLink('attachment', true, NULL, "id_attachment={$attachment.id_attachment}")}">{$attachment.name|escape:'htmlall':'UTF-8'}</a><br />{$attachment.description|escape:'htmlall':'UTF-8'}</li> {/foreach} </ul> {/if} {if isset($accessories) AND $accessories} <!-- accessories --> <ul id="idTab4" class="bullet"> <div class="block products_block accessories_block clearfix"> <div class="block_content"> <ul> {foreach from=$accessories item=accessory name=accessories_list} {if ($accessory.allow_oosp || $accessory.quantity > 0) AND $accessory.available_for_order AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} {assign var='accessoryLink' value=$link->getProductLink($accessory.id_product, $accessory.link_rewrite, $accessory.category)} <li class="span6 ajax_block_product {if $smarty.foreach.accessories_list.first}first_item{elseif $smarty.foreach.accessories_list.last}last_item{else}item{/if} product_accessories_description"> <a href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{$accessory.legend|escape:'htmlall':'UTF-8'}" class="product_image"><img src="{$link->getImageLink($accessory.link_rewrite, $accessory.id_image, 'medium_default')}" alt="{$accessory.legend|escape:'htmlall':'UTF-8'}" width="{$mediumSize.width}" height="{$mediumSize.height}" /></a> <div class="product_desc"> <h5><a href="{$accessoryLink|escape:'htmlall':'UTF-8'}">{$accessory.name|escape:'htmlall':'UTF-8'}</a> {if $accessory.show_price AND !isset($restricted_country_mode) AND !$PS_CATALOG_MODE} - <span class="price">{if $priceDisplay != 1}{displayWtPrice p=$accessory.price}{else}{displayWtPrice p=$accessory.price_tax_exc}{/if}</span>{/if} </h5> <div class="block_description"> <a href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{l s='More'}" class="product_description">{$accessory.description_short|strip_tags|truncate:400:'...'}</a> </div> <p class="clearfix" style="margin-top:5px"> <a class="button" href="{$accessoryLink|escape:'htmlall':'UTF-8'}" title="{l s='View'}">{l s='View'}</a> <a class="exclusive button ajax_add_to_cart_button" href="{$link->getPageLink('cart', true, NULL, "qty=1&id_product={$accessory.id_product|intval}&token={$static_token}&add")}" rel="ajax_id_product_{$accessory.id_product|intval}" title="{l s='Add to cart'}">{l s='Add to cart'}</a> </p> </div> </li> {/if} {/foreach} </ul> </div> </div> </ul> {/if} <!-- Customizable products -->
- 6 replies
-
- product page
- formatting issue
- (and 3 more)
-
Hello everybody! After we received many feedbacks from user, we has fixed bugs and add more settings and feature: Fixed blank page error Show Items in Categories Limit the number of items to show to the module Support the link to image and title Support SEO (Search engine optimization) Support resized image Limit the characters of the title and the description Support all browers Support to change the color, font and style of title, description Support 4 position for Navigation (Top, bottom, left, right) Support 10 font for title and description (AsapRegular, BebasRegular, CardoRegular, FolksRegular..) view demo http://demo.prestaex..._smarttabs.html detail and download http://www.prestaext...art-tabs-update
-
- module
- module tab
-
(and 2 more)
Tagged with:
-
I have a 2 part question here and I think the first one is pretty easy. 1. I need to edit the header links on the site. I have been able to edit the actual display name but I want to edit the landing links to the edited links and I am unsure exactly where to put the URL in the code. <li><a href="{$link->getPageLink('prices-drop.php')}"{if $page_name == 'prices-drop'} class="active"{/if}>{l s='distributors' mod='tmheaderlinks'}</a></li> Currently it pulls from the prices-drop.php file but I just want to put in an external website URL. 2. Is it possible to add another tab to the product tabs on the product pages? I thought this would be done in the global.css but I tried a few things and failed miserably. a. Does anybody know of a way to add the contact form or any contact type form to a tab. So on every product page the tab would read "Contact Us" or "Receive a Quote" and a contact form would be there so they didnt have to leave the product page to do so? Any help would be great, but a solution would be down right amazing!! Bump
- 3 replies
-
- header links
- product tabs
-
(and 5 more)
Tagged with: