-
ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Uploading by weeks end, still making tweaks and creating Admin auto install
This is my version of what the built-in Responsive Classic should be. :ohmy:
I love the work Anne did on the built-in Responsive Classic :hug:, but I like simple & easy.
BEHIND THE SCENES
* Simplified Universal CSS
* Eliminates the responsive_mobile & responsive_tablet CSS files
* Adds a colors CSS file
* Utilizes Mobile Detect in more places for a better mobile layout (less CSS)
ADMIN FEATURES
* Adds ability to set device specific columns per row for (centerboxes, categories, additional images & listing pages)
* Adds device specific sidebox control (now you can show sideboxes on mobile devices (manufacturers info & product notifications))
CATALOG FEATURES
* Buy Now and Info buttons and sidebox and centerbox products
* Columnar Layout on Listing Pages
* Easy footer blocks (uses define pages or sideboxes)
* Photoswipe lightbox
CATALOG DEMO
http://zcadditions.com/zca_diy_classic_tpl_demo/
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
All I can say is :clap::thumbsup:
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
This was uploaded today!
I'll post download link when available.
You can download via the Github
https://github.com/zcadditions/ZCA-R...t-1.5.6-v1.0.0
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Quote:
Originally Posted by
Design75
All I can say is :clap::thumbsup:
Seconded.
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
I've installed this on my local XAMPP (PHP 5.6.36) to try it out with Zen Cart 1.5.6a. When I clicked Specials..., I encountered the following error:
Code:
[17-Feb-2019 09:31:35 America/Los_Angeles] PHP Fatal error: Call to undefined function zca_diy_active() in C:\xampp\htdocs\zencart156t\includes\modules\pages\specials\header_php_specials_zca_diy.php on line 17
I've tracked this down to a missing file. The init_zca_diy.php file requires zca_diy_functions.php which was not included in the download. Where might I find this file?
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
I wanted to see the demo of this plugin howver I get this message 'Error. Page cannot be displayed. Please contact your service provider for more details. (15)'
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Quote:
Originally Posted by
adb34
I wanted to see the demo of this
plugin howver I get this message 'Error. Page cannot be displayed. Please contact your service provider for more details. (15)'
This domain name expired on 2019-02-19 16:56:16
-
Help Customizing CSS
I would like to modify this template to look like my site previously did. My site is http://www.alchemistswarehouse.com and it used to look like this with my previous template https://web.archive.org/web/20180805...use.com/store/
I do not know much about CSS. I went to the css directory and assumed that I would change colors in the stylesheet_colors.css file but any changes I put in there do not seem to make any difference. Thus, I'm obviously doing something wrong.
Basically, I want a background image on all pages as that's where the cards come from on the left edge. Just that and tell me where to put the color codes and I'll figure out the values.
Any nudge in the right direction will be greatly appreciated.
Thanks,
Drew
-
Re: Help Customizing CSS
Let me say thank you for all who have worked on this template. According to the google developers test it is one of the fastest responsive templates available. With that said I have a couple of issues I could use some help with if somebody could give me a hand. For the test the template gets a red mark on the font-display feature or rather lack of one.
https://developers.google.com/speed/pagespeed/insights/
1Ensure text remains visible during webfont load[COLOR=var(--fail-color)][/COLOR]
[COLOR=rgba(0, 0, 0, 0.87)][COLOR=var(--secondary-text-color)]Leverage the font-display CSS feature to ensure text is user-visible while webfonts are loading. Learn more.[/COLOR]
URL |
Potential Savings (ms) |
…fonts/fontawesome-webfont.woff2?v=4.7.0
(maxcdn.bootstrapcdn.com)
|
520 ms |
[/COLOR]
------------------------------------------------
Could someone direct me where this bit of code would go and what the correct wording might be? Also, would appreciate help in knowing how to change the color of the words from blue to black.
Which font-display is right for you?
To work with the font-display descriptor, add it your @font-face at-rules:
[##############################][/COLOR]
[##############################][/COLOR]
@font-face {
font-family: 'Arvo';
font-display: auto;
src: local('Arvo'), url(https://fonts.gstatic.com/s/arvo/v9/rC7kKhY-eUDY-ucISTIf5PesZW2xOQ-xsNqO47m55DA.woff2) format('woff2');
}
-
Re: Help Customizing CSS
Forgive me .... I am using the "Responsive Classic" from the original install... maybe I posted in the wrong area?
-
Re: Help Customizing CSS
This version scored better than the original version on the test according to the demo site... but still has the webfont load issue.... I am going to load this version up and see if it improves my speed. Thank you!
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Quote:
Originally Posted by
dennisns7d
I've installed this on my local XAMPP (PHP 5.6.36) to try it out with Zen Cart 1.5.6a. When I clicked Specials..., I encountered the following error:
Code:
[17-Feb-2019 09:31:35 America/Los_Angeles] PHP Fatal error: Call to undefined function zca_diy_active() in C:\xampp\htdocs\zencart156t\includes\modules\pages\specials\header_php_specials_zca_diy.php on line 17
I've tracked this down to a missing file. The init_zca_diy.php file requires zca_diy_functions.php which was not included in the download. Where might I find this file?
Did you find this file or the contents.
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Looks like this (missing function) is still a bug in the template. File an issue at the Github site:
https://github.com/zcadditions/ZCA-R...t-1.5.6-v1.0.0
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Quote:
Originally Posted by
wilbroek
Did you find this file or the contents.
After looking over other ZCA templates, I settled on the following contents that seem to work:
Code:
<?php
/**
* @author ZCAdditions.com, ZCA Bootstrap Template
*/
// -----
// This function returns a boolean value indicating whether (true) or not (false)
// the ZCA DIY template is the currently-active template. The definition is
// present in the template's /includes/languages/english/extra_definitions/zca_responsive_classic_tpl/zca_diy_id.php,
//
function zca_diy_active()
{
return (defined('IS_ZCA_DIY_TEMPLATE'));
}
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
I'll be submitting an updated version soon after 1.5.6b is released
-
1 Attachment(s)
Re: Help Customizing CSS
Hey! I am having an issue with the order totals and I'm not sure if it's related to this amazing template (which I love and thank you.) or if it's a general Zen issue. So I'll start here and work backwards. When I get as far as my cart summary, "Step 2 of 3 - Payment Information" I have a few issues. It is not listing the items in the cart AND the cart order totals are reversed. If I uncheck the "display: flex", it rearranges the totals properly, but I am not familiar with "flex" to start with so I'm not sure what it's a proper fix or just a quick fix. I know just enough to be dangerous, so I am very hesitate to start making any changes without advice.
Zen Version - 1.5.6a, PHP 7.2
Site - 1.5.6a-trial.af-company.com
Plugins - ZCA Responsive Classic, Email Archive Manager, Encrypted Master Password
Thanks in advance for any help.
Attachment 18427
-
All Products Page Display Error
New ZC installation of 1.56 but I did import my products and categories via DBio tool. All is looking good when I browse the system, but when I try to load the ALL PRODUCTS page I get an error 500. This is what the debug log shows.
[02-May-2019 21:26:33 UTC] Request URI: /zc/index.php?main_page=index&cPath=123_124_125, IP address: 67.41.90.57
#1 sizeof() called at [/home/admin/public_html/zc/includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php:33]
#2 require(/home/admin/public_html/zc/includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php) called at [/home/admin/public_html/zc/includes/modules/zca_responsive_classic_tpl/column_left.php:54]
#3 require(/home/admin/public_html/zc/includes/modules/zca_responsive_classic_tpl/column_left.php) called at [/home/admin/public_html/zc/includes/templates/zca_responsive_classic_tpl/common/tpl_main_page.php:147]
#4 require(/home/admin/public_html/zc/includes/templates/zca_responsive_classic_tpl/common/tpl_main_page.php) called at [/home/admin/public_html/zc/index.php:97]
--> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/admin/public_html/zc/includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php on line 33.
I'm thinking it's probably my database and not your template, but I just need help in fixing it, please.
-
Re: All Products Page Display Error
Quote:
Originally Posted by
lynbor
New ZC installation of 1.56 but I did import my products and categories via DBio tool. All is looking good when I browse the system, but when I try to load the ALL PRODUCTS page I get an error 500. This is what the debug log shows.
[02-May-2019 21:26:33 UTC] Request URI: /zc/index.php?main_page=index&cPath=123_124_125, IP address: 67.41.90.57
#1 sizeof() called at [/home/admin/public_html/zc/includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php:33]
#2 require(/home/admin/public_html/zc/includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php) called at [/home/admin/public_html/zc/includes/modules/zca_responsive_classic_tpl/column_left.php:54]
#3 require(/home/admin/public_html/zc/includes/modules/zca_responsive_classic_tpl/column_left.php) called at [/home/admin/public_html/zc/includes/templates/zca_responsive_classic_tpl/common/tpl_main_page.php:147]
#4 require(/home/admin/public_html/zc/includes/templates/zca_responsive_classic_tpl/common/tpl_main_page.php) called at [/home/admin/public_html/zc/index.php:97]
--> PHP Warning: sizeof(): Parameter must be an array or an object that implements Countable in /home/admin/public_html/zc/includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php on line 33.
I'm thinking it's probably my database and not your template, but I just need help in fixing it, please.
That log identifies a warning ... which wouldn't result in a Server 500 ... that can be corrected by initializing the array used by the more_information sidebox. Edit the file /includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php (presumably a clone of responsive_classic), changing line 14 that reads
Code:
unset($more_information);
to
Code:
$more_information = array();
For the server 500, look for log(s) that identify a PHP Error.
-
Re: All Products Page Display Error
Quote:
Originally Posted by
lat9
That log identifies a warning ... which wouldn't result in a Server 500 ... that can be corrected by initializing the array used by the more_information sidebox. Edit the file /includes/modules/sideboxes/zca_responsive_classic_tpl/more_information.php (presumably a clone of responsive_classic), changing line 14 that reads
Code:
unset($more_information);
to
Code:
$more_information = array();
For the server 500, look for log(s) that identify a
PHP Error.
I had looked in the ZC logs folder and what I pasted was the only thing I found that came close to the time stamp. but I looked in the server logs and found a PHP error log file and was able to glean this out of it, Maybe it will give us a clue??
Code:
[03-May-2019 12:50:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function zca_diy_active() in /home/adm/public_html/zc/includes/modules/pages/products_all/header_php_products_all_zca_diy.php:17
Stack trace:
#0 /home/adm/public_html/zc/index.php(36): require()
#1 {main}
thrown in /home/adm/public_html/zc/includes/modules/pages/products_all/header_php_products_all_zca_diy.php on line 17
[03-May-2019 12:51:40 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/adm/public_html/csl/security_functions.php on line 36
[03-May-2019 12:51:40 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_DB has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 78
[03-May-2019 12:51:40 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_RS has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 518
[03-May-2019 13:51:40 Europe/Dublin] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SessionManager has a deprecated constructor in /home/adm/public_html/csl/class/sessionmanager.php on line 2
[03-May-2019 12:51:42 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/adm/public_html/csl/security_functions.php on line 36
[03-May-2019 12:51:42 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_DB has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 78
[03-May-2019 12:51:42 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_RS has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 518
[03-May-2019 13:51:42 Europe/Dublin] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SessionManager has a deprecated constructor in /home/adm/public_html/csl/class/sessionmanager.php on line 2
[03-May-2019 12:52:49 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/adm/public_html/csl/security_functions.php on line 36
[03-May-2019 12:52:49 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_DB has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 78
[03-May-2019 12:52:49 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_RS has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 518
[03-May-2019 13:52:49 Europe/Dublin] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SessionManager has a deprecated constructor in /home/adm/public_html/csl/class/sessionmanager.php on line 2
[03-May-2019 12:52:51 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/adm/public_html/csl/security_functions.php on line 36
[03-May-2019 12:52:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_DB has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 78
[03-May-2019 12:52:51 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_RS has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 518
[03-May-2019 13:52:51 Europe/Dublin] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SessionManager has a deprecated constructor in /home/adm/public_html/csl/class/sessionmanager.php on line 2
[03-May-2019 13:52:51 Europe/Dublin] PHP Warning: mktime() expects parameter 6 to be integer, string given in /home/adm/public_html/csl/functions.php on line 2014
[03-May-2019 12:52:53 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/adm/public_html/csl/security_functions.php on line 36
[03-May-2019 12:52:53 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_DB has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 78
[03-May-2019 12:52:53 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_RS has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 518
[03-May-2019 13:52:53 Europe/Dublin] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SessionManager has a deprecated constructor in /home/adm/public_html/csl/class/sessionmanager.php on line 2
[03-May-2019 12:53:09 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/adm/public_html/csl/security_functions.php on line 36
[03-May-2019 12:53:09 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_DB has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 78
[03-May-2019 12:53:09 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_RS has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 518
[03-May-2019 13:53:09 Europe/Dublin] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SessionManager has a deprecated constructor in /home/adm/public_html/csl/class/sessionmanager.php on line 2
[03-May-2019 12:53:10 UTC] PHP Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/adm/public_html/csl/security_functions.php on line 36
[03-May-2019 12:53:10 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_DB has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 78
[03-May-2019 12:53:10 UTC] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; MySQL_RS has a deprecated constructor in /home/adm/public_html/csl/class/mysqli_db.php on line 518
[03-May-2019 13:53:10 Europe/Dublin] PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; SessionManager has a deprecated constructor in /home/adm/public_html/csl/class/sessionmanager.php on line 2
-
Re: All Products Page Display Error
It's the first one:
Code:
[03-May-2019 12:50:56 UTC] PHP Fatal error: Uncaught Error: Call to undefined function zca_diy_active() in /home/adm/public_html/zc/includes/modules/pages/products_all/header_php_products_all_zca_diy.php:17
Stack trace:
#0 /home/adm/public_html/zc/index.php(36): require()
#1 {main}
thrown in /home/adm/public_html/zc/includes/modules/pages/products_all/header_php_products_all_zca_diy.php on line 17
... which indicates that the zca_diy_active function isn't defined. See previous posts in this thread for the same issue.
-
Re: All Products Page Display Error
Hello,
Getting Debug logs with the following....
Code:
[17-May-2019 17:12:59 UTC] Request URI: /zc/index.php?main_page=index&cPath=120, IP address: 172.56.31.8
#1 require() called at [/home/xxxxx/public_html/zc/includes/templates/zca_responsive_classic_tpl/common/tpl_main_page.php:285]
#2 require(/home/xxxxx/public_html/zc/includes/templates/zca_responsive_classic_tpl/common/tpl_main_page.php) called at [/home/xxxxx/public_html/zc/index.php:97]
--> PHP Warning: require(includes/templates/template_default/templates/tpl_modules_mobile_menu.php): failed to open stream: No such file or directory in /home/xxxxx/public_html/zc/includes/templates/zca_responsive_classic_tpl/common/tpl_main_page.php on line 285.
This seems like it should be something simple for me to figure out, but I'm just not sure what to do to fix this. So a little help from my online friends would be most welcome. I'm on a fresh install of ZC 1.56 and the template files.
-
Re: All Products Page Display Error
Hello everyone!
This template is breaking the popup images when installed on 1.5.6b. It distorts the picture and the photoswipe module doesn't work. It was already tested on 2 sites (without modules) and has same behavior.
-
Re: All Products Page Display Error
Your missing this file: includes/templates/template_default/templates/tpl_modules_mobile_menu.php
-
Re: All Products Page Display Error
Quote:
Originally Posted by
ideasgirl
Hello everyone!
This template is breaking the popup images when installed on 1.5.6b. It distorts the picture and the photoswipe module doesn't work. It was already tested on 2 sites (without modules) and has same behavior.
What modules have you loaded? Does it work right with the standard responsive template?
-
Re: All Products Page Display Error
Quote:
Originally Posted by
shrimp-gumbo-mmmhhh
What modules have you loaded? Does it work right with the standard responsive template?
Modules: just IH5, CK Editor and MySQLBackup
Yes, the site works fine when I switch templates.
Quote:
Your missing this file: includes/templates/template_default/templates/tpl_modules_mobile_menu.php
Yes, I also noticed that the mobile menu doesn't come up on mobile screens. But that doesn't solve the image issue.
-
Re: All Products Page Display Error
Quote:
Originally Posted by
ideasgirl
Hello everyone!
This template is breaking the popup images when installed on 1.5.6b. It distorts the picture and the photoswipe module doesn't work. It was already tested on 2 sites (without modules) and has same behavior.
I have the same issue. But I installed this template on 1.5.5f instead. Some of my key plugins are not compatible with latest 1.5.6... This template worked fine with 1.5.5f.
Popup image is distorted (fixed width of 202px?), also photoswipe doesn't work. I switched back to the zen cart default template, and popup image function worked just fine.
I tried to add the code below to stylesheet.css file but it doesn't work for distorted image:
body#popupImage {
width: auto;
height: auto;
}
If I use "width: 100%", it doesn't work neither. If I use a fixed width like "width: 500px", it worked. But...
-
Re: All Products Page Display Error
Is there a way to turn Photoswipe on and off? It is not currently working on my website and it seems there is a flag to set it somewhere, but I cannot find it.
ZCA_PHOTOSWIPE_STATUS == 'true'
Zen Cart: 1.5.6c
Last Updated by rbarbour - 25 Jan 2019
-
Re: All Products Page Display Error
Quote:
Originally Posted by
AlteredVision
Is there a way to turn Photoswipe on and off? It is not currently working on my website and it seems there is a flag to set it somewhere, but I cannot find it.
ZCA_PHOTOSWIPE_STATUS == 'true'
Zen Cart: 1.5.6c
Last Updated by rbarbour - 25 Jan 2019
Try Admin > Configuration > Product Info > Use Photoswipe Lightbox
-
Re: All Products Page Display Error
Quote:
Originally Posted by
dennisns7d
Try Admin > Configuration > Product Info > Use Photoswipe Lightbox
That whole Photoswipe module doesn't work. It doesn't matter if it's on or off, it distorts the picture.
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Quote:
Originally Posted by
rbarbour
I'll be submitting an updated version soon after 1.5.6b is released
Do you think you will have time soon to update this? The images popup don't work properly and the menu doesn't work on mobile devices.
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Hi, Question on specs here.
ZC 1.5.6c, PHP 7.3.10, responsive classic.
While testing, my partner noticed that when checking out an order, in the initial main_page=shopping_cart screen, there appears to be a drop-down box to change address. I'd never had a separate address before, but she does, and now the issue has come up.
In Chrome, this is simple drop-down, no title or anything, and it confused her.
If one continues by pressing the "Checkout" button and continues to Step 1 of 3 (main_page=checkout_shipping ) there is an explicit "Change Address" button in the style matching the rest of the page.
So I wonder, is the drop-down seen in the shopping cart page a bug? I can try to style it somehow to match the style seen on Step 1 of 3, or simply remove the logic that puts in this code when (I assume) an address book for a customer has more than one address in it.
Any advice or comments most appreciated, I fully understand this is a free (and very useful and appreciated) template, and time is money, etc.
-
Re: ZCA Responsive Classic Template for 1.5.6 [Support Thread]
Quote:
Originally Posted by
gernot
Hi, Question on specs here.
ZC 1.5.6c, PHP 7.3.10, responsive classic.
While testing, my partner noticed that when checking out an order, in the initial main_page=shopping_cart screen, there appears to be a drop-down box to change address. I'd never had a separate address before, but she does, and now the issue has come up.
In Chrome, this is simple drop-down, no title or anything, and it confused her.
If one continues by pressing the "Checkout" button and continues to Step 1 of 3 (main_page=checkout_shipping ) there is an explicit "Change Address" button in the style matching the rest of the page.
So I wonder, is the drop-down seen in the shopping cart page a bug? I can try to style it somehow to match the style seen on Step 1 of 3, or simply remove the logic that puts in this code when (I assume) an address book for a customer has more than one address in it.
/../
Seems I posted in the wrong thread, so re-posted in the responsive classic thread, plus my solution:
https://www.zen-cart.com/showthread....77#post1363477