Results 1 to 9 of 9
  1. #1
    Join Date
    Aug 2007
    Posts
    2
    Plugin Contributions
    0

    Default Shipping Estimator

    Does a visitor have to login to get an estimate on shipping with this estimateor? If so, is there anyway around that? We want anyone to be able to get an estimate for the items in their cart without loggin in.
    http://www.eutoypiaonline.com/index.php
    Thank you so much!

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

    Default Re: Shipping Estimator

    The Shipping Estimator does NOT require a login ...

    The Shipping Estimator DOES require an address for it to calculate the Shipping costs ...

    Once an address is supplied, it will remember it for the current session ...
    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!]
    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. #3
    Join Date
    Feb 2007
    Posts
    212
    Plugin Contributions
    0

    Default Re: Shipping Estimator

    Hi,

    I see the problem you mentioned.

    How do i / where do i add the following line:

    Please Log In to display your personal shipping costs

    Thanks mate

    Vik
    www.splay.co.uk

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

    Default Re: Shipping Estimator

    I'd peek at the tpl_modules_shipping_estimator.php and copy to your templates and overrides directory and make appropriate changes to that to display additional information ...
    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!]
    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. #5

    Default Re: Shipping Estimator

    I added a picture and link to the shipping estimator in a sidebox, I want the shipping estimator to open in a popup like on the checkout page, but when I add this code to the sidebox file for the address when the image is clicked on,
    HTML Code:
     <a href="javascript:popupWindow('http://midwestapplianceparts.com/popup_shipping_estimator.html')">
    the page dies loading after the header....

    so... I changed the code to something like this:
    HTML Code:
     <a href="'https://midwestapplianceparts.com/popup_shipping_estimator.html" target="_blank">
    this works fine, but opens a whole new big window....

    I want the popup to work... so what can I change in this code to get the popup to work

    PHP Code:
    <?php
    /**
    * tpl_authorizenet.php
    *
    * Loaded automatically by index.php?main_page=account_edit.<br />
    * Displays information related to a single specific order
    *
    * @package templateSystem
    * @copyright Copyright 2003-2006 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * $Id: tpl_godaddy.php v 1.2 2006-09-06
    * Zen Cart Mod For 1.3xxxx by knuckle-101
    */

    $content .= '
    <a target="_blank" href="https://www.scanalert.com/RatingVerify?ref=www.midwestapplianceparts.com">
    <img width="94" height="54" border="0" src="//images.scanalert.com/meter/www.midwestapplianceparts.com/13.gif" alt="HACKER SAFE certified sites prevent over 99.9% of hacker crime." /></a><br>
    <br><img src="images/authorize/secure_payments_seal.gif"><br><br><img src="images/cc-paypal.jpg"><br>
    <a href="https://midwestapplianceparts.com/popup_shipping_estimator.html" target="_blank" ><img src="images/shipest.jpg" /></a>'
    ;
    ?>
    MonkFunk Music Community
    Free Music Website

  6. #6

    Default Re: Shipping Estimator

    any ideas? I want to get this working asap
    MonkFunk Music Community
    Free Music Website

  7. #7
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: Shipping Estimator

    Popup Windows require the use JS coding.

    Perhaps this older thread or this newer thread on the Subject will help.

  8. #8

    Default Re: Shipping Estimator

    So I went through those post and tried everything...

    this:
    <form>
    <input type="button" value=" View Template " onclick="window.open(\'popup_shipping_estimator.html\',\'mywindow\',\scrollbar s=yes,menubar=0,resizable=1,toolbar=no,width=780,height=590')" />
    </form>

    Remember this is in a sidebox....

    whenever I put this code, the page stops loading at the side box... also, I don't want it to be a button, I want it to be a clickable image. I can figure that out later, if only I could get this form working... any ideas?
    MonkFunk Music Community
    Free Music Website

  9. #9

    Default Re: Shipping Estimator

    Ok, making some progress...

    when I use this code:
    <form>
    <input type="button" value=" View Template "onclick="window.open(\'https://midwestapplianceparts.com/midtest/index.php?main_page=popup_shipping_estimator\',\'mywindow\',\'scrollbars=yes,men ubar=0,resizable=1,toolbar=no,width=780,height=590\')">
    </form>

    it works, but it is a form button

    so then I try to change it to an image submit and I use this:

    <form>
    <input type="image" src="images/shipest.jpg" name="submit" value=" View Template "onclick="window.open(\'https://midwestapplianceparts.com/midtest/index.php?main_page=popup_shipping_estimator\',\'mywindow\',\'scrollbars=yes,men ubar=0,resizable=1,toolbar=no,width=780,height=590\')">
    </form>

    it works too... pops the window like I want... but...
    when you roll over the image it shows the url of the page it is on and then goes there after you click...

    so it pops the window and then changes the current window too...

    very strange... any ideas?
    MonkFunk Music Community
    Free Music Website

 

 

Similar Threads

  1. v150 Hide Available Shipping Methods table until Shipping Estimator runs
    By DivaVocals in forum Templates, Stylesheets, Page Layout
    Replies: 18
    Last Post: 27 Dec 2024, 01:59 AM
  2. v150 Why shipping estimator shows with free shipping item
    By GrandpasToys in forum General Questions
    Replies: 3
    Last Post: 24 Jan 2013, 02:54 AM
  3. Shipping Estimator: USPS shipping and mixed download/physical products
    By lat9 in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 23 Nov 2009, 03:04 PM
  4. How do I show usps, ups, fed/ex shipping estimates in shipping estimator?
    By hlorenzolaw in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 13 Nov 2009, 07:11 AM
  5. Shipping Estimator - Need error if not shipping in that region
    By design4dotcom in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 1 Aug 2009, 12:26 AM

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