Page 2 of 2 FirstFirst 12
Results 11 to 12 of 12
  1. #11
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    5,049
    Plugin Contributions
    6

    Default Re: I want to show shipping costs on product page.

    The real problem is when someone orders more than just the one item. How would the other item effect the total cost? Will two "priced-individually" items ordered result in a shipping cost that the customer will balk at?

    I think you're creating more havoc than help.

    Figuring by weight and price is already in ZC BUT, it is based on order_total.
    Did you read the posting tips?!?
    Things We've Done
    MOD: Scheduled Events

  2. #12
    Join Date
    Sep 2012
    Posts
    8
    Plugin Contributions
    0

    Default Re: I want to show shipping costs on product page.

    Well I've solved this now.
    into tpl_product_info_display.php find the line that does the price.
    Then added:
    if ($products_weight != 0)
    echo ' <span style="font-size:70%;">Delivery &pound;' . $products_weight . '</span>';
    Works OK for what I need.
    It's really rather a hack though. I don't use the built in zen cart shopping cart system and instead just link to amazon. But I think this would still work correctly if I did, shipping pricing is worked out by the combined product weight so it would still be correct.
    If it's not obvious you just set product's weight to the price of its shipping.

 

 
Page 2 of 2 FirstFirst 12

Similar Threads

  1. Show Shipping costs in basket ( header and sidebox )
    By ali1neil in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Jan 2011, 11:00 AM
  2. Show Free Shipping on Product Page
    By Berserker in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Dec 2010, 01:34 AM
  3. Can I display estimate shipping costs in product detail page?
    By zhshji in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 8 Apr 2009, 03:39 PM
  4. I want atribute options NOT to show up on product page
    By koenvandamme in forum Setting Up Categories, Products, Attributes
    Replies: 3
    Last Post: 24 Feb 2009, 11:25 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
  •