X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Page Preview (https://forum.x-cart.com/showthread.php?t=3306)

cotc2001 06-23-2003 03:38 AM

Page Preview
 
has anyone come up with a mod for a page preview.

What im thinking is when you are updating new stock onbviously you don't want it viewable by customers until you have updated everything.

The only thing I can see that you can do at the moment is enable the product do a quick view as normal then quickly disable it again.

funkydunk 06-23-2003 11:31 PM

If you have the product as disabled - but then go to the product directly as:

www.domain.com/xcart dir/customer/product.php?productid=70

or whatever the product id is.

This could be added to the confirmation page after a product has been added to open it up in a new window.

template is main/product_add_message.tpl

change:

Code:

{* $Id: product_add_message.tpl,v 1.9 2002/05/20 06:55:23 lucky Exp $ *}
{include file="location.tpl" last_location=$lng.lbl_add_product}
{capture name=dialog}



{$lng.lbl_product} #{$product.productid} {$lng.lbl_product_added}



{$lng.lbl_modify_product} {include file="buttons/go.tpl"}



{$lng.lbl_add_more_products} {include file="buttons/go.tpl"}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_confirmation content=$smarty.capture.dialog extra="width=100%"}


to

Code:

{* $Id: product_add_message.tpl,v 1.9 2002/05/20 06:55:23 lucky Exp $ *}
{include file="location.tpl" last_location=$lng.lbl_add_product}
{capture name=dialog}



{$lng.lbl_product} #{$product.productid} {$lng.lbl_product_added}



Preview Product {include file="buttons/go.tpl"}



{$lng.lbl_modify_product} {include file="buttons/go.tpl"}



{$lng.lbl_add_more_products} {include file="buttons/go.tpl"}
{/capture}
{include file="dialog.tpl" title=$lng.lbl_confirmation content=$smarty.capture.dialog extra="width=100%"}


funkydunk 06-23-2003 11:32 PM

just a little guilt complex came over me there cotc :lol:

cotc2001 06-23-2003 11:37 PM

LOL no worries m8


All times are GMT -8. The time now is 09:21 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.