Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

chris3g

Archived
  • Posts

    7
  • Joined

  • Last visited

Profile Information

  • Real Name
    Chris Massa

chris3g's Achievements

  1. Could someone please point me in the right direction on what to modify to hide the display of total shipping weight at checkout to the customer. I've been looking around in checkout_shipping.php and fedex1.php but i'm not finding it. Anyone know?
  2. Hello, As of some time a few weeks ago, my site has stopped retrieving rates from the fedex server completely. Prior to this it had been working for the past 2 years, and nothing has changed on our end. Turning on debug mode shows no errors, just a list of data sent to fedex, and then "Data returned from fedex: " Being that we only ship fedex, this is completely preventing any customers from placing an order :( Does anyone have any idea what could be the problem, or where to start looking? Thanks
  3. I'd like to use this contribution to apply a 15% discount when 12 or more regularly-priced items are purchased. Any sale items would be excluded from the count and from receiving the discount in the event there are 12+ regular items in the cart along with additional sale items. I'd also like to be able to exclude specific categories in the same fashion. It seems like this should be relatively simple but i don't have much coding knowledge. Can anyone help with the code to do this? Thanks, Chris
  4. i just discovered a contribution, called "dangling carrot", which seems like it would work almost perfectly for this. It is able to auto-add an item to the cart, based on on varying levels of total product price in the users shopping cart. The only thing i would need to change is to make it work on total weight rather than price. I posted a message in the support thread for that contribution, but i figured i would post here too, in case anyone is interested or may be able to help with this.
  5. would it be possible to modify this contribution to set the threshold levels based on total cart weight rather than price? what i want to do is utilize the new auto-add code in v. 2.6, to automatically add a "box charge" item based on the weight of the items in the cart. For example, 5lbs, auto-adds item (1 Bottle Box $2.99) 10lbs, auto-adds item (2 bottle box $3.99) etc... is this doable?
  6. having a little issue here, and was hoping someone might have some insight. i'm trying to set up shipping for a wine store, which charges a box fee, based on the # of bottles ordered. Ideally, i would like to simply set up a handling rate table, similar to a weight-based shipping table. For example, 0-5lbs +$2.99 handling charge, 5-10lbs, +$3.99 handling charge, etc... These handling fees would then be added to the base rate from my shipping module. Another option would be to have the box charge automatically added as a item, based on the # of items currently in your shopping cart, but i don't see a way to do this either. Any suggestions?
×
×
  • Create New...