No. Edit includes/modules/responsive_sheffield_blue/category_row.php and change
$list_box_contents = '';
to
$list_box_contents = array();
No. Edit includes/modules/responsive_sheffield_blue/category_row.php and change
$list_box_contents = '';
to
$list_box_contents = array();
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Maybe I spoke too soon (facepalm)
For some reason, now, i cannot add an item with an attribute to the cart.
The only error i get is at the top of the page in the message stack saying:
Please correct the following:
... Quantity Units errors - 2-Color AQUABLOCK Add to Cart:
It happens to all product with attributes, there are ea few accessories that dont have an attribute and they can be added to the cart successfully.
Biggest issue is that I cannot track it down, no console errors, not log errors, nothing, just no clue where to go now.
I did find this error in a log before i restored the header_php.php file to a backup:
PHP Warning: implode(): Invalid arguments passed in /home/xxxxxxxxx/public_html/includes/modules/pages/shopping_cart/header_php.php on line 323
$one_time_charges = implode("<br style='margin-bottom: 11px;' />", $one_time_charges); is the line of code.
not sure if this is related to the changes i made above, but it started then.
Thanks for any help and guidance to start looking for the issue.
Jeff
Bah, never mind, found it, seems and extra </div> snuck in and ended the form before the qty field, sorry for the wasted electrons lol.
Jeff
Still finding these errors in my logs:
PHP Warning: implode(): Invalid arguments passed in /home/xxxxxxxxx/public_html/includes/modules/pages/shopping_cart/header_php.php on line 323
PHP Warning: Invalid argument supplied for foreach() in /home/xxxxxxx/public_html/includes/modules/pages/shopping_cart/header_php.php on line 317
Not sure why i am getting these, but appears to not allow checkout saying no shipping methods found.
Please advise.
:)
Jeff
Ok, when I turn on search header. I am getting a double search header. How can I fix this?
I don't believe that issue is related to this template. I thought I normally see that sort of thing happen with the default responsive_classic template. There's one or more threads in the forum on it and I'd have to go search either the code or the forum to figure out/remember why it happens/how to remove one instance... I thought it might have to do with where the search "header" was set to display as in single column and/or other such display settings in the sidebox manager.
ZC Installation/Maintenance Support <- Site
Contribution for contributions welcome...
Ok, question.
On the drop down menu of "Catergories", Instead of having a single drop down menu. Is it possible to do a full category list across the top?
For an example:
from left to right....
Home Decor with or without dropdown menu then next to that one is Garden Decor with or without dropdown menu and so forth.
Wade Morris
If you want a full categories menu, why not just use the built-in categories tabs?
https://docs.zen-cart.com/user/new_u...tegories_tabs/
That Software Guy. My Store: Zen Cart Support
Available for hire - See my ad in Services
Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
Do you benefit from Zen Cart? Then please support the project.
Bookmarks