Jump to content


Corporate Sponsors


Latest News: (loading..)

- - - - -

[Contribution] Quantity Discounts by That Software Guy


  • You cannot reply to this topic
135 replies to this topic

#121 PanTira

  • Community Member
  • 7 posts
  • Real Name:Tira

Posted 26 June 2011, 10:52

Hi,

Thank you SWGuy for this great contribution.
Works fine, but I have a little question.
How can I change the text color (only price numbers or full discount text) in checkout_confirmation.php?
I use 2.3.1

regards
Pan

Edited by PanTira, 26 June 2011, 10:52.


#122 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 27 June 2011, 09:53

There isn't a way without changing code; nothing is built in.
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#123 KimantisGroup

  • Community Member
  • 2 posts
  • Real Name:Joey

Posted 27 June 2011, 16:47

Hi,
I got your module all setup, it works in the shopping cart (and the receipt) and add the 48% discount if you buy 20 items but it is still charging the full amount on the credit card, I am wondering what could be wrong?

Sub-Total: $25.00
Flat Rate (Best Way): $15.00
NB HST TAX 13.0%: $5.20
Quantity Discount: -$25.00
Total: $16.95

and it charged me 47$ on my credit card

Please help, I am willing to send a donation for a quick response to fix this

#124 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 27 June 2011, 16:56

You probably have to make changes to your payment module. Some code fragments are provided here:

http://www.thatsoftwareguy.com/osc_quantity_discounts.html#paymentmodules
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#125 KimantisGroup

  • Community Member
  • 2 posts
  • Real Name:Joey

Posted 28 June 2011, 01:54

I am using 2.3 unfortunately with Moneris PG, and you have no instructions, how much would you charge to fix this?

#126 zeus_r6

  • Community Member
  • 89 posts
  • Real Name:john smith
  • Gender:Male
  • Location:Milwaukee, WI

Posted 06 July 2011, 14:49

For whatever reason with the files uploaded and module activated and some discounts set up nothing shows up at all in order total. It's almost like the contrib isn't doing anything at all...Am I missing something?

#127 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 07 July 2011, 00:14

It's hard to know what's wrong - but you know the discount doesn't show up until the end, right? You see it on the confirmation page.
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#128 kylel

  • Community Member
  • 7 posts
  • Real Name:Kyle

Posted 12 July 2011, 14:57

Thanks for your contribution.

I do have a question. Is it possible to have it setup that after 25+ items are added to your cart it gives you a discount on shipping rather than the actual product price?

#129 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 12 July 2011, 15:29

Quantity Discounts is designed to discount products. You can give a dollar based discount at the level of 25 items, but depending on your configuration, it could exceed the shipping price and there would be no way to stop that.
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#130 swguy

  • Community Member
  • 153 posts
  • Real Name:Scott Wilson
  • Gender:Male
  • Location:Tampa Bay, Florida

Posted 10 November 2011, 12:13

Quantity Discounts version 1.0.2 has just been released; the new version adds VAT style tax recalculation, which some VAT liable shops prefer. No other changes were made.
Contributions: Better Together and Quantity Discounts , for osCommerce 2.2, 2.3.1 and 3.0. See my profile for more details.

#131 DavidJakes420

  • Community Member
  • 1 posts
  • Real Name:David Jakes

Posted 15 November 2011, 01:26

Hello Software Guy,

We are trying to use your excellent module (latest version) on our osCommerce installation (v2.2), and though it seems to have installed properly no discounts are being applied. I have tried using generous parameters and large numbers of items to be sure I exceed the values and still no discounts are applied. Do you have any suggestions? Thanks!

#132 WebDev22

  • Community Member
  • 429 posts
  • Real Name:Brett
  • Gender:Male

Posted 08 January 2012, 16:13

I installed another add-on for quantity discount, but it doesn't seem to allow promoting quantity discount on a single item. Does this add-on allow this?

#133 WebDev22

  • Community Member
  • 429 posts
  • Real Name:Brett
  • Gender:Male

Posted 08 January 2012, 18:58

Just to clarify my previous post, does this Quantity Discounts by That Software Guy allow for setting up a discount on a single item? I'm trying to set up a promotion on a single product where purchasing a quantity of 24 will give a $25 'Instant Rebate'.

#134 WebDev22

  • Community Member
  • 429 posts
  • Real Name:Brett
  • Gender:Male

Posted 08 January 2012, 21:34

After installing, it doesn't seem you'd be able to set this up on select products? We're trying to create a promotion that when 24 products in a certain category are purchased, shoppers can add a promo code and get a $25 Instant Rebate. Is there any way to configure this to work this way?

#135 willstephens1

  • Community Member
  • 6 posts
  • Real Name:will stephens

Posted 11 February 2012, 21:19

Hi, i appear to have the contribution working on 2.3.1 however i have an offer of 2 of a certain product for £1.50.

The product has attributes, and if you buy 2 of the same it works fine, but if you buy 2 different (same product ID but different attribute) the discount doesn't fire.

Have you come accross this before, and is there a solution?

Thanks

Will

Edited by willstephens1, 11 February 2012, 21:19.


#136 willstephens1

  • Community Member
  • 6 posts
  • Real Name:will stephens

Posted 13 February 2012, 10:52

It appears to above is based on the function that gets the contents on the cart. As the attributes are the same price it may be possible to create a new array and group by product id but my PHP skills are that great (i code in vb and sql).


I created a new product that has teh higher qty and dicounted price. Not the best but it works until a solution comes along.