Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

If/else on specific product page

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 10-11-2015, 05:19 AM
 
mcpilot mcpilot is offline
 

Advanced Member
  
Join Date: Dec 2004
Location: Cincinnati
Posts: 68
 

Default If/else on specific product page

This should be a simple task but it doesn't appear to be based on the work I have done thus far;

When displaying a category, I want to be able to designate whether the product comes in rolls or cartons. On the products_list.tpl, I can easily do this with {if $cat eq 183} ROLLS {else} CARTONS {/if}

However, once the user clicks on the specific PRODUCT, I seem to lose the ability to control this. The "If Category" no longer works, because X-Cart is not carrying over the category in the URL, it's just the product now.

How can I then, continue to get the rolls v. cartons to display on product_details.tpl using the same "If Cat" code? I can't break it down per product, there are too many.

Thanks you in advance,

Pat
__________________
thebookfarminc.com
Version 4.7.0
Reply With Quote
  #2  
Old 10-11-2015, 05:55 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,191
 

Default Re: If/else on specific product page

$product array hold the categoryid for the product. Note that this is the category id for the main category the product is assigned to.

{if $product.categoryid eq 183}.....
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following 3 users thank cflsystems for this useful post:
qualiteam (10-11-2015), razortw (10-12-2015), seyfin (10-11-2015)
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


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

   

 
X-Cart forums © 2001-2020