Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 21
  1. #11
    Join Date
    Jan 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    Quote: Is the Download suppose to always be part of these products, even if the CD is ordered ... or is it one or the other?

    Yes the download must always be available.

  2. #12
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    Aha! there may be a work around for you yet ... :)

    Let me think on this for a couple ... I may have a plan to solve this situation ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #13
    Join Date
    Jan 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    May I suggest two admin options with some php code to go with it as a fix:

    option 1) Always bypass shipping for 0 weight orders? (y/n)

    option 2) Always bypass payment for 0 charge orders? (y/n)

    This is basically what I and probably several other users really need - a top level bypass to avoid incorrect Zen Cart behaviour when attributes aren't playing nicely for mysterious reasons (we can go analyze the reason behind behaviour afterwards, but at least the customer will aways see things running correctly with these setting engaged)

    In my case there really isn't a lot of changes I can make regarding product attributes themselves. A lot of effort and experience has gone into understanding what arrangement works best for most customers...
    Last edited by udos; 19 Apr 2009 at 05:11 PM.

  4. #14
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    Already on the list for weird things ...

    I thought the Combo was the solution for most weird stuff ... but you have another ...

    However, there is a solution ... and I think it may even work ...

    Because your Download comes regardless of their attribute selections ... put the download on each of the the Service types that they have to pick from on the dropdown ...

    Get rid of the Download checkbox ...

    Keep the CD checkbox, unchecked and put the weight there ...

    NOTE: make sure you have Always Free Shipping and Virtual marked as no ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  5. #15
    Join Date
    Jan 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    Problem with the "always free shipping" is that the Boxes and DVDs have weight which need postage paid.

    I don't think we are going to be able to kludge ourselves out of this one.

  6. #16
    Join Date
    Jan 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    After re-reading you comment, I need to change my response. I understand you are saying that the shipping method page should not appear if we add the download to the service attributes, correct?

    Otherwise we leave everything as-is?

    The only problem with that is that it might confuse the customer, wondering why the download is associated with what service option they choose. That might cause new problems. Also, the customer may for a very strange reason decline the download option. They way it is presented now has been very good for our customers to understand that ordering the product will result in an immediate download at checkout, we have had very few problems.

    Is there any way to effect the php solution I describe?
    Last edited by udos; 19 Apr 2009 at 05:48 PM.

  7. #17
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    At this time, this is the only solution that works ...

    If the customer doesn't want the download, they can skip it ...

    You can also Edit the Option Name and add a comment that might clarify things ... such as:

    Download included with all orders

    Otherwise, you are going to always get the shipping page ...

    The problem with just marking the $0.00 shipping to skip the page is there isn't an easy way to determine if they get Free Shipping but there is a physical product so you need the shipping information or if there isn't a need for shipping so skip it ...

    We will be looking into this further in future releases ... but this is the best work around that I can think of at this time ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  8. #18
    Join Date
    Jan 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    And what about bypassing the payment page for free items?

  9. #19
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    Right now the code does not know if Free Items means Free Shipping or No Shipping ...

    If there is a shipping address, then you need the checkout_shipping ...

    Virtual Products can pass the checkout_shipping but then you run into issues with Products that are a combination of Downloads and Virtual and then have physical options or other products with physical and mixing up the Downloads and Virtual ...

    This is where adding the download to the services attributes maintains that the shipping isn't needed, which would skip the checkout_shipping, unless the CD is also ordered, and the checkout_shipping is then triggered ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.5]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #20
    Join Date
    Jan 2008
    Posts
    22
    Plugin Contributions
    0

    Default Re: Skip "Delivery Information" (Method) Page when Weight = 0

    I see. But what I meant was also skipping the next page for charge = 0 items ("Payment page") which still asks things like special instructions - even for free items. Of course, if the cart includes items costing money we would still need this page.

    In future releases it would be good to customize the shopper's experience as I describe in the php suggestion.

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Remove "Payment Method" section from "Step 2 of 4 - Payment Method" page
    By iddy in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 27 Jul 2020, 09:10 PM
  2. Editing "Step 1 of 3 Delivery Information" page
    By kdipaolo in forum General Questions
    Replies: 3
    Last Post: 22 Dec 2011, 06:59 PM
  3. Replies: 2
    Last Post: 11 Feb 2010, 09:13 PM
  4. skip select "Payment Method",use default payment
    By jenny_lisa1 in forum Built-in Shipping and Payment Modules
    Replies: 7
    Last Post: 16 Jun 2009, 02:37 AM
  5. Downloadables: Why "Delivery Address: n/a" when "Shipping Address Required"?
    By zcnb in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 13 Nov 2008, 03:55 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR