Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

swguy

Members
  • Posts

    259
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by swguy

  1. You can hire me or any of the other freelancers who do osCommerce work to do this sort of customization.
  2. If you can't get the result you want from the available configurations, you will need to modify the software.
  3. Go to admin-modules-order total-quantity discount and try the other values of Re-calculate tax.
  4. I haven't heard of Manual Order Maker - what Zen Cart folks do is login to the catalog as the customer for whom they want to place an order and run it through that way. I can't really give you any guidance beyond that - maybe check with the people who created Manual Order Maker.
  5. Thank you for your kind words @@Supertex. A couple of notes: If you are using the Discount Basis "Total By Category," you may customize the discount for a specific category using the function apply_special_category_discount(). The $id is a category id. If you are using the Discount Basis "Total By Item," you may customize the discount for a specific item using the function apply_special_item_discount(). The $id is a product id. The customer_id addition is yours. See your PM for additional ideas.
  6. The Quantity Discounts marketing text doesn't reflect changes made in the user exits. You'll have to do something special to handle that. Read the Notes section following the Marketing Text description for ideas. http://www.thatsoftwareguy.com/osc_quantity_discounts.html#marketing
  7. You can ignore specific items - see the exclude_category and exclude_product user exits. Examples are provided in the documentation on my home page http://www.thatsoftwareguy.com/osc_quantity_discounts.html Re: Your tax change - please contact me by email if you'd like to hire me to make this change. Details are in your PM.
  8. Different tax levels per product is also not supported.
  9. Did you try the "VAT" setting for recalculate taxes?
  10. If you want a discount of 8 on a price of 80, you will have to change your configuration to not include taxes in prices. The kind of setup you are describing is not supported.
  11. Instructions for integrating Better Together with Paypal Express in osCommerce 2.3 are posted here: http://www.thatsoftwareguy.com/osc_better_together.html#paymentmodules_2.3
  12. Instructions for integrating Quantity Discounts with Paypal Express in osCommerce 2.3 are posted here: http://www.thatsoftwareguy.com/osc_quantity_discounts.html#paymentmodules_2.3
  13. Thanks for confirming that the problem was not with Quantity Discounts.
  14. You can't do this with Quantity Discounts. You can do this sort of thing with Big Chooser. Look on my home page.
  15. @@bruyndoncx you are a champion coder! I went ahead and integrated this feature into Big Chooser so it's more generic - I think people will like it. Thanks for the positive feedback.
  16. Those examples are just examples. You will need to adjust them to actual product and category ids which exist in your store. I just tested with a fresh 2.3.3.4 download and it works fine as long as the items being discounted actually exist.
  17. Better Together has just been updated for osCommerce 2.3.3.3. includes/modules/order_total/ot_better_together.php line 418 should be changed from $this->_check = mysql_num_rows($check_query); to $this->_check = tep_db_num_rows($check_query);
  18. @@dculley is correct. The download has just been updated with this change. Instead of $this->_check = mysql_num_rows($check_query); you want $this->_check = tep_db_num_rows($check_query); includes/modules/order_total/ot_quantity_discount.php line 547
  19. It's probably best just to remove this link. catalog/includes/modules/order_total/ot_quantity_discount.php, delete line 279.
  20. This function is not built in - you'd have to write custom code to do this.
  21. Better Together Admin is now available for Better Together users seeking an admin panel (and wishing to not have to modify code to configure discounts). See my home page for details.
×
×
  • Create New...