View Single Post
  #21  
Old 01-23-2008, 03:22 PM
 
sales@webosusa.com sales@webosusa.com is offline
 

Senior Member
  
Join Date: Nov 2007
Location: Australia
Posts: 118
 

Talking Re: Recently Viewed Mod

I manage put together. This is for who use tables as well.

The code below
Code:
================================================== <script type="text/javascript"> prodImage='<img src="{$product.tmbn_url}"/>'; prodName='<{$product.product}>'; var p0=('<br/><a href="'+document.URL+'">'+prodImage+'<br/>{$product.product}</a><br/>${$product.taxed_price}<br/>'); </script> ==================================================
But before right after the last DIV tag before the {/if} that you made for the tables like below
Code:
================================================== .... <div class="tabber" id="mytabber"> {if $active_modules.Magnifier ne "" && ($config.Magnifier.magnifier_image_popup ne 'Y' || $js_enabled ne 'Y')} <div class="tabbertab"> <h2>Product Magnifier</h2> {include file="modules/Magnifier/product_magnifier.tpl" productid=$product.productid} </div> {/if} {if $config.Appearance.send_to_friend_enabled eq 'Y'} <div class="tabbertab"> <h2>{$lng.lbl_send_to_friend}</h2> {include file="customer/main/send_to_friend.tpl" } </div> {/if} {if $active_modules.Detailed_Product_Images ne "" && ($config.Detailed_Product_Images.det_image_popup ne 'Y' || $js_enabled ne 'Y')} <div class="tabbertab"> <h2>{$lng.lbl_detailed_images}</h2> {include file="modules/Detailed_Product_Images/product_images.tpl" }</div> {/if} <div class="tabbertab" id="description"> <h2>{$lng.lbl_full_description}</h2> {include file="customer/main/full_description.tpl"}</div> <div class="tabbertab"> <h2>{$lng.lbl_more_tabs}</h2> <div class="tabber" id="mytabber"> {if $active_modules.Recommended_Products ne ""} <div class="tabbertab tabbertabdefault"> <h2>{$lng.module_name_Recommended_Products}</h2> {include file="modules/Recommended_Products/recommends.tpl" }</div> {/if} {if $active_modules.Customer_Reviews ne ""} <div class="tabbertab tabbertabdefault"> <h2>{$lng.lbl_customer_reviews}</h2> {include file="modules/Customer_Reviews/vote_reviews.tpl" }</div> {/if} <div class="tabbertab"> <h2>{$lng.lbl_more_tabs}</h2> <div class="tabber" id="mytabber"> {if $active_modules.Upselling_Products ne ""} <div class="tabbertab"> <h2>{$lng.lbl_related_products}</h2> {include file="modules/Upselling_Products/related_products.tpl" }{include file="customer/pricematch.tpl"}</div> {/if}</div></div></div> </div> <script type="text/javascript"> prodImage='<img src="{$product.tmbn_url}"/>'; prodName='<{$product.product}>'; var p0=('<br/><a href="'+document.URL+'">'+prodImage+'<br/>{$product.product}</a><br/>${$product.taxed_price}<br/>'); </script> {/if} {if $active_modules.Product_Options ne '' && $product_options ne '' && ($product.product_type ne "C" || !$active_modules.Product_Configurator)} <script type="text/javascript" language="JavaScript 1.2"> <!-- check_options(); --> </script> {/if} ==================================================

Thanks for this MOD. Greats! Cya!
__________________
Pedro
digitalnotions.i2u.shop
shop.modestclassy.com.au4.1.9 X-Cart
X-Cart
Business 5.3.6.0
Multi-vendor 5.3.6.0


Reply With Quote