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
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
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!
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,
the page dies loading after the header....HTML Code:<a href="javascript:popupWindow('http://midwestapplianceparts.com/popup_shipping_estimator.html')">
so... I changed the code to something like this:
this works fine, but opens a whole new big window....HTML Code:<a href="'https://midwestapplianceparts.com/popup_shipping_estimator.html" target="_blank">
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
any ideas? I want to get this working asap
MonkFunk Music Community
Free Music Website
Popup Windows require the use JS coding.
Perhaps this older thread or this newer thread on the Subject will help.
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
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