@OldNGrey thanking for suggesting the plug-in I will give it a try, much appreciated.
Printable View
@OldNGrey thanking for suggesting the plug-in I will give it a try, much appreciated.
More suggestions:
https://docs.zen-cart.com/user/troub...cking_attacks/
Running into strange issues with responsiveness. There's only one column and it's stretched right. Doesn't matter what size the device is. Checked with responsive app & multiple browsers. I'm on 1.5.8a. I just migrated from a litespeed server to an apache one for unrelated reasons and the problem has persisted.
fully stock setup. clean install with php 8.2 from the stock install script. let me go check the details again. it happens on all pages, yep.
thanks! i actually am experimenting with a few other carts right now, but i like zen cart's back of house the best so far, especially the tax setup. i would prefer to use it
Stupid CSS question: how do you get the top nav bar (Home/Log In/ etc.) to align right rather than left?
Aha! Easy peasy. Go from
<ul class="navbar-nav mr-auto">
to
<ul class="navbar-nav ml-auto">
in includes/templates/bootstrap/common/tpl_header.php around line 33.
One interesting thing I am seeing with 3.5.3 and later is that the right-hand sidebox is disappearing in the product listing if the item is priced by attributes.
Makes things difficult if trying to use Dynamic Price Updater.
> the right-hand sidebox is disappearing in the product listing ...
Do you mean on the product info page?
If so, just edit common/tpl_main_page.php around line 56 and remove product_info from the list of pages where a $flag_disable_right = true is done.
DOH!
Maybe it's the fact I don't drink coffee. Gonna have to get more Dark Chocolate to get the memory working better.