X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Quanity Conditional Statement (https://forum.x-cart.com/showthread.php?t=2964)

kpriest 06-12-2003 07:44 AM

Which open source product? Is it OSCommerce?

jgkiefer 06-12-2003 12:58 PM

Quote:

Originally Posted by kpriest
Which open source product? Is it OSCommerce?

I don't think it is appropriate to discuss other products on this forum. The xcart team has been very nice and helpful to me and I think they offer a quality product. If you want to you can PM me and I'll give you my email.

kpriest 06-12-2003 01:24 PM

Hmmm, interesting response. :? Actually, I don't think there is anything wrong with discussing, comparing or talking about experience with competing products. There are actually dozens of posts that contain information or comparisons to OSCommerce and other cart software. Most of it serves to strengthen the loyalty to x-cart.

In any case - not that important to me. :wink:

Thanks.

jgkiefer 06-12-2003 04:31 PM

It is just my opinion that the topics here should be about xcart.
IMO

kpriest 06-12-2003 05:16 PM

No worries. :D

jgkiefer 06-30-2003 10:38 PM

The question was:
Quote:

I want to use a conditional statement to show a graphic or text if the item has a quanity discount. What would be used to detect "if quanity" and what would the correct syntax be?
Example:
if quanity discount
display image.gif (or text)
endif
The answer is:
Code:

{if $product_wholesale ne ""}
graphic or text goes here between the if statements
{/if}

Sorry it took me so long to post this little goodie. :wink:


All times are GMT -8. The time now is 02:25 AM.

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