Dont work with Cross-Sell
zen-cart 1.3.8a
Dont work with Cross-Sell
zen-cart 1.3.8a
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Yea I know what you mean.... Just trying to see if I can hit them twice. Just to make sure..You mean aside from the tab you also want a link at the bottom of the product description area that sets focus on the attrib tab? If they don't see it up top you think they are gonna see it at the bottom?
Perhaps aA Button, Image or Text with a a link.
Sorry but i have problems with keyboard, now is ok.
Dont work with Cross-Sell
zen-cart 1.3.8a
I install and my cross-sell products just disappear.
I have tpl_product_info_display.php with cross-sell
tanks for the help
@ Milo:
A Tab is basically an image link. You can edit the tpl_product_display_info.php file and clone the link:
and then add it right after:Code:<a href="javascript:void(0)" onclick="expandcontent('sc2', this)">Personalize Now!</a>
Change to an image or change the html on it to make it bigger. That will put a link on every product.Code:<?php //BOF :: Tabbed Products Pro :: echo '<div id="tpptabBlock" style="display:none;">' . $tabData . '</div>'; //EOF :: Tabbed Products Pro :: ?>
@ Dinix:
I will try Cross sell with 1.3.8a
Last edited by qhome; 8 Feb 2008 at 09:21 PM.
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
()---() $15
(o0)
=()=
-------------------------------------------
! D ! @ A ! W !
--------------------------------------------
Mod for my Mickey Mousey Customers
What I was wondering if, as if this text
was a product listing. I am just adding
a few extra lines just to add effect. To
demonstrate what I am looking for.
CLICK HERE to Personalize your order
Add To Cart
! 1 !
Now the Click Here part, If its possible to add to all products when
the Options Tag appears. But doesn't when there are no attributes.
Tanks Qhome I wait you tell samething.
(sorry my ingles)
Too early in the morning to make sense of what you are writing here.. but I think that means my previous recommended method wasn't what you wanted
To only show on products that have attributes, You could do this after the tabblock code:
Code:<?php if ($bAttribsExist) {?> <a href="javascript:void(0)" onclick="expandcontent('sc2', this)"><font size="8"><b>CLICK HERE!</b></font></a> <?php } ?>
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Ok. Ill try that...
I have to put that code where??? Or Replace??
instead of the earlier string i gave you. use this one. same place under where the tabBlock is.
Code:<?php //BOF :: Tabbed Products Pro :: echo '<div id="tpptabBlock" style="display:none;">' . $tabData . '</div>'; //EOF :: Tabbed Products Pro :: ?> <?php if ($bAttribsExist) {?> <a href="javascript:void(0)" onclick="expandcontent('sc2', this)"><font size="8"><b>CLICK HERE!</b></font></a> <?php } ?>
Templates: Silverfish | Blue Admin | TruBlu
Contribs: USPS AutoFill | Column Divider Pro | Tabbed Products Pro | Main Image Replacer
DoNaTiOnS WeLcOmE!
Bookmarks