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)
-   -   Member AND Non-Member price display (https://forum.x-cart.com/showthread.php?t=9448)

instinctual 09-20-2004 09:14 AM

Member AND Non-Member price display
 
Anybody figure out how to display both member AND non-member pricing? I saw another post where somebody was just putting the membership price in the product description and relying on coupons, but that doesn't seem very "automatic".

{include file="currency.tpl" value=$products[product].price}

It seems like this smarty tag could just be modified, but yet not sure - maybe product.php would have to be first?

Here is the SQL statement in product.php that displays the wholesale price - just not sure where to make mods that will work.

$wresult = func_query ("SELECT * FROM $sql_tbl[pricing] WHERE productid='$productid' AND ($sql_tbl[pricing].membership='".@$user_account["membership"]."' or $sql_tbl[pricing].membership='') AND $sql_tbl[pricing].quantity>1 ORDER BY quantity");


Anybody have an answer?>

I'm running 4.0.3 - - - any help is appreciated!

Thanks -

x-online 09-29-2004 04:40 PM

Hum.
 
Please check your PM for the website.

I don't know if the link i send you is something that you're after..

I have disabled any "end-user" prices.
I only show the price if they're in a certain membership (as my client is wholesaler)

B00MER 09-30-2004 06:59 AM

I've got a set of wholesale tools available on cart-lab.com that makes such easy to implement along with other features you can offer your wholesale customers.

:arrow: http://www.cart-lab.com/lab/customer/product.php?productid=9

instinctual 09-30-2004 09:47 AM

Fixed...
 
Well, don't ask me how exactly, cuz it was late...but I made this work by reversing what x-cart was doign with the retail vs. list price. We don't use list price, so I made that the "member price" and then in my if/then have it displaying both prices in products.tpl and product.tpl.

How exciting, oh boy, another workaround to a workaround ;)

ozzy 01-24-2005 01:19 AM

Hi instinctual,

can you share your solution ?

Thank in advance


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

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