Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Search the Community

Showing results for tags 'table'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • News and Announcements
    • News and Announcements
  • osCommerce v4.x
    • General Support
    • Migration from old osCommerce
    • Design and Templates
    • Apps / Add-ons
    • Translations
    • API and import/export
    • Marketplace integration
    • Manuals and How-to
    • Blog's discussion
  • osCommerce Online Merchant v2.x
    • General Support
    • osCommerce Online Merchant Community Bootstrap Edition
    • Add-Ons
  • Development
  • General
    • General Discussions
    • Live Shop Reviews
    • Security
    • Commercial Support Inquiries
    • Developer Feedback

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Real Name


Location


Interests


Website

Found 3 results

  1. Ok, here's what I'm looking for: our shipping is based on price, and so we've been using the table shipping -- $5.00 - $20.00 = $5.00, $20.01 - $50.00 = $10.00 shipping, etc. That works fine. We also sell eBooks and, as a charity, take online donations, and so we have free shipping for those, using free shipping for select categories, and that works fine. But when the customer combines the two in one order, we have a problem. When someone buys a $2.00 product and makes a $200 donation, the table shipping kicks in and they are charged shipping on an order of $202.00. They aren't impressed with $25.00 shipping on a $2.00 item. Any idea on how to make this work? Is there a module I've missed or a way to combine two?
  2. I'm offering Pickup and Shipping on my site. For products which I can do both it works. I want some products never to be shipped, because their simply to heavy. So if I can hide shipping for products that are way to heavy for shipment and only display pickup as an option. It works if I let OSC 2.2 do it on price, with the following code in the shipping module. if ( ($this->enabled == true) && ($order->info['total']>= 100) ) { $this->enabled = false; } What would be to code to do it base on weight? This doesn't seem to work for me: if ( ($this->enabled == true) && ($shipping_weight >= 100) ) { $this->enabled = false; Should be easy feeling kinda stupid that nothing seems to work!
  3. Hi. Is it possible to show my product attributes in a table just beneath my product description and image, instead of a select dropdown? I want to sell a item, but this item has 5 different colours, in some cases different price, i want a table like this: Colour 1 price add to cart Colour 2 price add to cart Colour 3 price add to cart Do you guys know a contribution, og a solution? I'm using v2.2 rc2. Best Regards Claus Fischer
×
×
  • Create New...