11 replies [Last post]
tafkanator's picture
Offline
Joined: 03/02/2010
Juice: 14
Was this information Helpful?

Hi!

Im trying to do system where i can set a normal price. There also should be a way to set discount price. And if discount price is set, both prices should echo in product page with different css classes. Is there any good module or way to do it. If anyone could provide a module, suggestion or tutorial a have overlooked it woult be very appreciated.
This is my first time using drupal and ubercart.

Thank you!

Uberchic's picture
Offline
Administrator
Joined: 08/29/2008
Juice: 754
Re: discount prices

have you looked at uc_discounts_alt http://drupal.org/project/uc_discounts_alt or uc_discount http://drupal.org/project/uc_discount ?

jasonabc's picture
Offline
Uber Donor
Joined: 05/05/2008
Juice: 573
Re: Re: discount prices

There is currently no way to place products on sale built into UberCart (a pretty big thing for any decent shopping cart app to be missing IMHO). We're currently working on a Specials / On Sale module that will take care of this though. It works similarly to Specials in OSCommerce.

cheers

Jason

gone404's picture
Offline
Joined: 06/06/2010
Juice: 3
Specials/Sale Module

Any word on this? I am looking for something to compliment uc_discounts_alt.

Sci-Fi-Si's picture
Offline
Joined: 01/11/2011
Juice: 7
Sci-Fi Si

I'm after the same thing so I can put certain items in a sale - Nice to know that 7 months after you ask your question there's still no answer, still at least these results show up in top position in Google, it's just a shame that nobody answers anything.

tafkanator's picture
Offline
Joined: 03/02/2010
Juice: 14
Re: discount prices

I have one idea. I want to use List Price as my old price and Sell Price as new price. This way i can show the old and new price. But there is one problem. If the Sell Price is 0.00 it still shows up. I tried to change some funtcions to make if control but with no luck. Can anyone help me.

To make my idea very clean here is it in php:

Lest say that Sell Price is USD 0.00

if($sell_price = "USD 0.00"){
$sell_price ="";
}

It should change the value in all views (eg. product view, grid view)

Thanks for your time!

jasonabc's picture
Offline
Uber Donor
Joined: 05/05/2008
Juice: 573
Re: Re: discount prices

yeah that doesn't work with attributes though. You can't place products on sale with UberCart - it's not built in. We're developing a Special Offers / On Sale module right now which will do the job. UC really should have this in core though - it's a fundamental and very basic requirement for any shopping cart app IMHO.

tafkanator's picture
Offline
Joined: 03/02/2010
Juice: 14
Re: Re: Re: discount prices

ok, thanks. Guess ill have to wait then Smiling

H-BES's picture
Offline
Joined: 07/15/2008
Juice: 3
Re: Re: Re: discount prices

I have the same problem, it is strange that there don't exists a module for a discounted price.
Your work with that module is on the way?

Ciao
BES

jdln's picture
Offline
Joined: 03/08/2010
Juice: 184
Re: Re: Re: Re: discount prices

subscribing

tafkanator's picture
Offline
Joined: 03/02/2010
Juice: 14
Re: discount prices

At this point it seems that nobody is supporting ubercart anymore. there is a new project: Drupalcommerce. But it's still in alfa and im not sure if this feature is included. So it's still waiting for now i guess.
link: http://www.drupalcommerce.org/

totsubo's picture
Offline
Joined: 11/12/2009
Juice: 163
Re: discount prices

I'm trying out the Ubercart Discount (Alternative) module (http://drupal.org/project/uc_discounts_alt) and so far looks good.