Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

storyleader

Archived
  • Posts

    23
  • Joined

  • Last visited

Profile Information

storyleader's Achievements

  1. http://www.oscommerce.com/community/contri...l/search,echeck
  2. My discount coupons now seem to work in every way but one: the discounts from a %-based coupon are calculated incorrectly. I can't figure out what calculation they ARE based on, but here's a sample. The discount coupon is set up to deduct 10% from the products in a valid products list. Here's what it deducts, instead (in the order in which the order total modules appear): 2 items in cart, ($19.95 & $29.95) subtotal: $49.90 discount coupon: $1.18 shipping: $5.85 tax: $2.50 3 items in cart (same two plus one more; all are on the 'valid products list', ($19.95 & $29.95 & $39.95) subtotal: $89.85 discount coupon: $1.77 shipping: $5.85 tax: $4.49 I'm using CCGV 510c, MS 2.2, PHP 4.3.4, mySQL 3.23.56, on Redhat Linux 9.0. Any clues how to fix this? Doug
  3. I found a work-around, at least. I created a discount coupon that works for all products. Then I created one that works only for a selected list of products. Now the field for entering coupons and vouchers is present in the payment section AND it only deducts discounts from products on the selected list. Doug
  4. I have just installed CCGV. Discount coupons work fine when I leave the "valid product list" field blank. When a customer checks out, the "Voucher/Coupon" box appears in the payment screen. As soon as I enter one or more product ID's in the "Valid Product List" field, though, the "Voucher/Coupon" box fails to appear, even when one of the listed products is the only item in the cart. Have I missed something? How do I get a discount coupon to work with a specific list of product id's? Thanks! Doug P.S., I mistakenly posted in this in the wrong place the other day. Sorry!
  5. I have just installed CCGV. Discount coupons work fine when I leave the "valid product list" field blank. When a customer checks out, the "Voucher/Coupon" box appears in the payment screen. As soon as I enter one or more product ID's in the "Valid Product List" field, though, the "Voucher/Coupon" box fails to appear, even when one of the listed products is the only item in the cart. Have I missed something? How do I get a discount coupon to work with a specific list of product id's? Thanks! Doug
  6. Normally, I take credit card payments through the Authorize.net payment module. For certain products with recurring charges, however, I want to enable the Credit Card module and disable Authorize.net. Ideally, this would work with all products in a given category. But, if necessary, I could use a range of IDs or include some text in the product titles or elsewhere (e.g., "monthly"). In the wiki at Change Payment Option Over Certain Amount, there is this helpful bit of code: "Find this line: and change to this:" This shows how to enable a module based on the order total, and sounds like it should be adaptable for my purpose. My question is this: what is the array (or whatever) that contains the names of the products in the cart? How would I reference it to create an "if" statement for each of the two payment modules? For my ideal solution, is there an array that contains the category names of the products in the cart? How would I reference it? Thanks for any help you can give.
  7. holtyboy, thanks for this. You said: Can you point me to a specific contribution or two? I've browsed through all 800 or so without finding an obvious candidate. Are we talking about a replacement for the Credit Card mod or an add-on that just encrypts the mysql db, or...? Thanks for any guidance you can give.
×
×
  • Create New...