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)
-   -   is it possible to split items into 2 different topics? (https://forum.x-cart.com/showthread.php?t=49718)

Moni 09-16-2009 08:02 AM

is it possible to split items into 2 different topics?
 
I am trying to have one item be sold with a different layout and disconnected to all the other items that I sell on http://madetotaste.com

So I would like to have that one item on madetotaste.com/planewrap and change logo, not display the links on the sidebar, and not the categories on top.

anyways I can do that.:oops:

JWait 09-24-2009 08:26 AM

Re: is it possible to split items into 2 different topics?
 
I'm not clear on your question, but I'll try.

You can make a "static page" and use whatever design you want, but when the customer clicks on any links to the product it will have to go to either the product page or the "cart" page that is in your x-cart store.

cflsystems 09-24-2009 10:28 AM

Re: is it possible to split items into 2 different topics?
 
If it's just one product you can always use an if statement to not show sidebar and topbar. You have to know the productid and surround the header and sidebar of your site with this

{if $product.productid eq "1234"}
show new logo
{else}
old logo
{/if}

{if $product.productid ne "1234"}
show sidebar
{/if}

but like JWait said after clicking on add to cart or any other existing site links it will use the default cart


All times are GMT -8. The time now is 05:37 PM.

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