Both Ad Manager and EONG work perfectly with 1.3x
I have updated the archive installation instructions for the latest Zencart version.
The download and discussion forum links can be found below in my signature.
Jeff
Both Ad Manager and EONG work perfectly with 1.3x
I have updated the archive installation instructions for the latest Zencart version.
The download and discussion forum links can be found below in my signature.
Jeff
jeffD-
Is the Edit Orders 1.30 complaint as well? Also the discuss link next to it in your signature doesn't work.
ryk-
Do you have the link or thread to the login box download please?
b
In the downloads>sideboxes section. ;)
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Yes, both Edit Orders 1.60 and Super Orders 1.3 are compatible and work fine with ZC 1.3x but I have been suggesting that folks switch over to Super Orders as I have already rolled all of the EO additions and bug fixes into Blindsides SO 1.3 and I'm probably not going to continue to update EO any longer since SO is basically EO on steriods. ;)
Jeff
This has already been added to this thread however this is the ask a question by marg but with added code to align the form heading and the form for those who have had trouble keeping it inside the shopping cart by Sleepless and rafcamera
Added codes were
I added this for the reason of I saw many people posting out of alignment forms because they have long product titles, this is the fix for that.Code:Extra codes added by Sleepless and rafcamera. =========================================== Added to includes/templates/YOUR TEMPLATE/templates/tpl_ask_question_default.php CODE <legend><?php echo sprintf(HEADING_TITLE, $product_info->fields['products_name']); ?></legend> REPLACED WITH <legend><?php echo "Tell a friend about the:"; ?></legend> <?php echo $product_info->fields['products_name']; ?> ========================= code to replace the title on the ask a question - extract item name from the form heading to the form body thanks to rafcamera. add this to your stylesheet_new.css at bottom preferrably adjust to your likings to adjust the size of the form itself. ##Thanks to sleepless for adding this to the forms #AskQuestionDefault { ## ## ## ## ## ## ##width: 75%; ## ## ## ## ## ## ##}
Included in this file is the extra added readme file with what was added and how to add if they prefer to add the code themselves.
If they have the do not know how they can just overwrite the file if they wish. Be sure to read the readme file that was added. The complete file can be downloaded from the link below.
ask_a_question_v1.3_added_form_alignment.zip
Enjoy!!
PCI Certified Web Hosting - ControlScan, Security Metrics (Platinum Partner), McAfee, TrustKeeper
Business Class Web Hosting - Linux and cPanel Powered
what contrib is EONG ?Originally posted by JeffD@Apr 27 2006, 04:13 PM
Both Ad Manager and EONG work perfectly with 1.3x
I have updated the archive installation instructions for the latest Zencart version.
The download and discussion forum links can be found below in my signature.
Jeff
Read his signature. EONG=External Order Number Generator
b
Does anyone know if the Froogle File Generator works?
<span style=\'color:red\'><span style=\'font-family:Optima\'>Hilal & Melonie
www.maplemobiles.com
www.gsmphones.ca
www.gsmtoronto.ca</span></span>
Module for Customer Print Invoice called popup_print_invoice version 1.1 just have been updated and tested ok under zen 1.3x now. Welcome any comments or suggestions. Credit goes to original author Frank who created v1.0 who is busy with wedding event. So I took the liberty to updated this module for zen 1.3x compatiblity
Download this module from link below.
http://www.pluscom.us/contrib/popup_print_...nvoice_v1.1.zip
Any comments, suggestions, feedback are welcome so it can be further improved.
cheers.
I am little confuse how to change this . can someone please suggest the complete code for the page please in 'init_admin_auth.php' ?
Thanks
Also pages that everyone should be able to view (index, login, logoff, etc) should be added to the line in init_admin_auth.php that reads (line 15):
if (!(basename($PHP_SELF)== FILENAME_DEFAULT . '.php' || basename($PHP_SELF) == 'product.php' || basename($PHP_SELF) == FILENAME_LOGOFF . '.php' || basename($PHP_SELF)== FILENAME_ALT_NAV.'.php' || basename($PHP_SELF)== FILENAME_ADMIN_CONTROL.'.php')){if (checkpage($page) == 'false')header("location: denied.php");}
Downunder QLD