I've submitted v2.0.8 to the plugins for review:
- BUGFIX - Correct PHP error introduced in v2.0.7
- CHANGE - Additional field-handling based on ZC 1.5.5 create-account processing.
I've submitted v2.0.8 to the plugins for review:
- BUGFIX - Correct PHP error introduced in v2.0.7
- CHANGE - Additional field-handling based on ZC 1.5.5 create-account processing.
v2.0.8 is now available for download.
I'll consider adding a configuration switch for a future release, but for the time being you can make a simple edit to /YOUR_ADMIN/add_customers.php to "not display" that section:
Code:<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN"> <html <?php echo HTML_PARAMS; ?>> <head> <meta http-equiv="Content-Type" content="text/html; charset=<?php echo CHARSET; ?>"> <title><?php echo TITLE; ?></title> <link rel="stylesheet" type="text/css" href="includes/stylesheet.css"> <link rel="stylesheet" type="text/css" href="includes/stylesheet_acfa.css"> <link rel="stylesheet" type="text/css" href="includes/cssjsmenuhover.css" media="all" id="hoverJS"> <style type="text/css"> <!-- #multiple { display: none; } --> </style> <script type="text/javascript" src="includes/menu.js"></script> <script type="text/javascript" src="includes/general.js"></script> <script type="text/javascript"> function init() { cssjsmenu(\'navbar\'); if (document.getElementById) { var kill = document.getElementById(\'hoverJS\'); kill.disabled = true; } } </script>
I just uploaded v2.0.9 to the Plugins for review:
[*] BUGFIX: Labels for "Shipping Address" and "Newsletter Signup" weren't being displayed.
v2.0.9 is now available for download.
Ok, I feel really stupid asking this but my brain is just not working right now!
Where do I copy the directory to???
It says to rename YOUR_ADMIN file... I don't know what/where this is!
Is it like in public_html/includes/languages/....?
Is that all there is to it?
Can someone give me step by step?
www.softscents.net
The YOUR_ADMIN folder "represents" the name of your secret_admin_folder; you've been accessing your Zen Cart admin, for example, using a link like www(dot)softscents.net/secret_admin_folder.
You can use your favorite FTP program (like WinSCP or FileZilla) to "upload" all the files present in the plugin's /YOUR_ADMIN folder to your Zen Cart's file-system's /secret_admin_folder/ (since there are no core-file overwrites).
WOO HOO! You're a genius! It took me a couple tries, but finally figured out it where that silly named folder is and it works!!!
Thank you!!! *happy dance*
Hi,
I've just installed Add Customers From Admin version 1.5.0.
I'm adding customers details individually as and when a customer calls us.
Just wondering if there is a way to switch off the customer's e-mail address field so that it's not necessary to enter an e-mail address?
This would be handy for us as most of our customers who place an order over the 'phone do so because they are not familiar with using web sites and don't have an e-mail address.
Thanks in advance,
Christine
Bookmarks