Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 23
  1. #11
    Join Date
    Sep 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Discounted flag affects shipping

    This is going to be a huge problem with my client. We are running 1.2.7 because the template was designed for this version. Now, We are running a store-wide sale and the Table-Rate shipping is not working. Is there a way around this issue?

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

    Default Re: Discounted flag affects shipping

    Could you be a bit more specific about what is not working on the Table Shipping Module?

    How do you have it set up?

    What does it appear to be doing wrong?

    Has it ever worked?

    What has changed on your site?
    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
    Sep 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Discounted flag affects shipping

    Here is my Table Rate

    25:8.99,50:10.99,75:12.99,100:14.99,150:16.99,200:18.99,300:19.99,10000:20.99

    I have US Flags and State Flags that are priced by their size (priced by attributes). I am running a store-wide sale so I need the

    Apply Discounts Used
    by Product Special/Sale

    Selected as "Yes" in the attributes.

    What is happening is that the only shipping charges that are showing up is $8.99. When I turn off the Apply Discounts.... It works fine.

    I am running 1.2.7. After reading the Forums, I learned that this is not a problem with 1.3.6. I am very very hesitant to upgrading due to the many horror stories that I have read on this forum. I don't even believe that my template would be compatible.

    This is a pretty new site, so I don't think it ever worked correctly.

    What can I do to solve this issue? It is a very big problem for my client. Any help you can provide would be greatly appreciated.

    Mike

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

    Default Re: Discounted flag affects shipping

    Have you an URL to a Product that you are experiencing this problem with?

    NOTE: upgrading to v1.3.6 is a good idea ...
    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
    Sep 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Discounted flag affects shipping

    Here is a product

    http://www.scoutingitout.com/index.p...roducts_id=278

    Select the largest size and the shipping calculates at $8.99

    I know that upgrading is a good idea, but will my template carry over to the new version?

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

    Default Re: Discounted flag affects shipping

    That looks like a template monster template ...you are doomed ...

    It will take quite a bit of work to re-do your template ... and from what we have seen even their v1.3.x templates are not very compatible ...

    Be careful on that ...

    On the Table rates ... you do have that marked for Price and not Weight correct?
    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!

  7. #17
    Join Date
    Sep 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Discounted flag affects shipping

    Yep, it is a Template Monster template. Yes, these are price attributes, not weight. Again, by turning off that setting, it works just fine. I already started to change them. However, there are hundreds to change. I need to get that to work for my client.

  8. #18
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Discounted flag affects shipping

    Providing Template monster did not touch the core code ...

    Switch to Classic Template ... does it work?

    You could try this ...

    Next, download v1.3.6 ...

    rename your file:
    /includes/modules/shipping/table.php

    /includes/modules/shipping/table.php_HIDE

    Edit the file from v1.3.6
    /includes/modules/shipping/table.php

    And change the line:
    PHP Code:
    class table extends base 
    To read:
    PHP Code:
    class table 
    Load that to your server ... does it work in both the Admin ... Modules ... Shipping ...

    and on your checkout?

    Does it fix this issue?
    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!

  9. #19
    Join Date
    Sep 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Discounted flag affects shipping

    I received this error in the Admin...modules....shipping

    Warning: main(/home/scouting/public_html/includes/languages/english/modules/shipping/table-original.php): failed to open stream: No such file or directory in /home/scouting/public_html/admin/modules.php on line 183

    Warning: main(/home/scouting/public_html/includes/languages/english/modules/shipping/table-original.php): failed to open stream: No such file or directory in /home/scouting/public_html/admin/modules.php on line 183

    Warning: main(): Failed opening '/home/scouting/public_html/includes/languages/english/modules/shipping/table-original.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/scouting/public_html/admin/modules.php on line 183

    Fatal error: Cannot redeclare class table in /home/scouting/public_html/includes/modules/shipping/table.php on line 13

  10. #20
    Join Date
    Sep 2006
    Posts
    25
    Plugin Contributions
    0

    Default Re: Discounted flag affects shipping

    oops. I see what I did wrong...stay tuned

 

 
Page 2 of 3 FirstFirst 123 LastLast

Similar Threads

  1. Capped and discounted shipping
    By sinfully in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 18 Apr 2012, 11:13 AM
  2. Discounted items based on shipping option
    By jadedchron in forum General Questions
    Replies: 7
    Last Post: 17 Mar 2010, 04:44 AM
  3. changing information links colour affects other links & 'shipping' doesnt change?!
    By Sushigal in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Jun 2009, 12:23 PM
  4. Shipping for each item, discounted
    By inkuyo in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 12 Feb 2008, 05:44 PM
  5. Discounted & capped shipping?
    By hedgepig in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 24 Oct 2006, 11:50 PM

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