View Single Post
  #50  
Old 01-21-2008, 03:57 AM
 
sales@webosusa.com sales@webosusa.com is offline
 

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

Default Re: Thickbox 2.0 implementation

Continue....

Code:
{/if} </td></tr> <tr><td colspan="2"> <input type="hidden" name="mode" value="add" /> {include file="customer/main/product_prices.tpl"} {if $config.General.unlimited_products eq "Y" || ($product.avail gt 0 and $product.avail ge $product.min_amount) || $variants ne ''} {if $js_enabled} <br /> {if $product.forsale ne "B"} <table cellspacing="0" cellpadding="0"> <tr> <td>{include file="buttons/add_to_cart.tpl" style="button" href="javascript: if(FormValidation()) document.orderform.submit();"}</td> <td>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td> <td> {if ($login ne "" || $config.Wishlist.add2wl_unlogged_user eq 'Y') && $active_modules.Wishlist ne ""} {include file="customer/add2wl.tpl"} {/if} </td> </tr> </table> {else} {$lng.txt_pconf_product_is_bundled} {/if} {if $smarty.get.pconf ne "" && $active_modules.Product_Configurator} <br /><br /> <input type="hidden" name="slot" value="{$smarty.get.slot}" /> <input type="hidden" name="addproductid" value="{$product.productid}" /> {include file="buttons/button.tpl" button_title=$lng.lbl_pconf_add_to_configuration style="button" href="javascript:if (FormValidation()) `$ldelim`document.orderform.productid.value='`$smarty.get.pconf`';document.orderform.action='pconf.php';document.orderform.submit()`$rdelim`"} {if $config.General.unlimited_products ne "Y" && $product.pconf_avail le 0} <br /> <font class="Message"><b>{$lng.lbl_note}:</b> {$lng.lbl_pconf_slot_out_of_stock_note}</font><br /> {/if} <br /> {$lng.txt_add_to_configuration_note} <br /> {/if} {else} {include file="submit_wo_js.tpl" value=$lng.lbl_add_to_cart} {/if} {/if} {if $active_modules.Feature_Comparison ne ""} {include file="modules/Feature_Comparison/product_buttons.tpl"} {/if} <br /><br /> </td> </tr></table> </td> </tr> </table> <input type="hidden" name="productid" value="{$product.productid}" /> <input type="hidden" name="cat" value="{$smarty.get.cat|escape:"html"}" /> <input type="hidden" name="page" value="{$smarty.get.page|escape:"html"}" /> </form> {/capture} {include file="dialog.tpl" title=$product.producttitle content=$smarty.capture.dialog extra='width="100%"'} <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> {/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}
__________________
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