View Single Post
  #1  
Old 08-30-2005, 08:01 AM
 
floracal floracal is offline
 

Advanced Member
  
Join Date: Aug 2005
Posts: 45
 

Default HELP Wholesale Price Only

I am setting up a cart for a wholesale only. I want everyone to see all products but no prices. I will issue user accounts to those that can buy wholesale and therefore see wholesale prices. I set up all the products with a zero value but because the wholesale price is higher than the zero retail nothing shows up. As soon as I enter retail price higher than a wholesale price it displays correctly?

this was the response from X-Cart BUT IT DID NOT WORK!!! what am i doing wrong

If you want to hide prices for unlogged customers and show prices for logged in customers which have the 'wholesale' membership, you can edit the '/customer/main/product.tpl' and '/customer/main/products.tpl' templates. You can add the following condition into these templates:

{if $login ne "" and $userinfo.membership eq "Wholesale"} ............... {/if}
__________________
X-Cart GoldPlus v4.7.12 PHP 7.4
X-Cart reBOOT (reDUX) Responsive Template
BCSE Paypal-DPM - BCSE Smooth Checkout
Reply With Quote