Not a direct answer, but zc157 has incorporated the Encrypted Master Password (https://www.zen-cart.com/downloads.php?do=file&id=94) plugin, so that you can place an order via button-click for a...
Type: Posts; User: lat9
Not a direct answer, but zc157 has incorporated the Encrypted Master Password (https://www.zen-cart.com/downloads.php?do=file&id=94) plugin, so that you can place an order via button-click for a...
OK, that/those are the issues.
First, update your storefront /includes/configure.php, changing the HTTP_SERVER definition to use https. Remember that Zen Cart marks this file as read-only, so...
Weird, that's how I've got those set on My website and those sideboxes don't display.
What are your storefront and admin definitions in the respective /includes/configure.php for the various HTTP[S]_SERVER settings?
Just checking, you've got those sideboxes configured via the Layout Boxes Controller with Single Column Status set to OFF?
FWIW, I've chosen to replace that popup display with a Bootstrap modal. See this (https://github.com/lat9/ZCA-Bootstrap-Template/issues/42) GitHub issue for additional information. That update will...
What template is in use, Mike?
Thanks for the report. The Bootstrap template has been updated to remove those onchange elements, deferring to its jQuery handling. It sounds like that processing needs to be extended to the...
I've just submitted v1.6.5 of DbIo for the Zen Cart moderators' review; I'll post back here when it's available for download.
This release contains changes associated with the following...
Googling zen cart "microsoft" merchant center brought up no 'significant' results.
I've just submitted v3.1.0 of News Box Manager (v3) for the Zen Cart moderators' review; I'll post back here when it's available for download.
This version enables integration with SiteMapXML, so...
Mike, as you noted, there's been no database "schema" changes (i.e. no database layout changes) going from News Box Manager v2 to v3.
I'll suggest simply exporting the box_news and...
Correction staged for zc157c: https://github.com/zencart/zencart/commit/345faebb537db9f6b36ecfc877b607d30e7df5f5#diff-3c56483a8106ec1a0ec4e2f2ac4286d357f044ef534e1bdf407f839cc96cf85e
FWIW, from the IH 5.1.9 readme:
If you are using IH5 on a site that also uses SitemapXML and have configured SitemapXML to Add Products Images, you'll need to edit one of the SitemapXML's files to...
Nope, I'm guessing that one of your now-obsolete plugins made that change to the database, but I'm having a hard time determining where the issue was sourced.
What's the site's history? In the 'original' osh_updated_by plugin and for the zc156+ upgrade, the SQL used to create the updated_by field has a default value:
ALTER TABLE orders_status_history...
Noting that the GitHub repository for the current version of News Box Manager is https://github.com/lat9/news_box_manager_v3/.
Thanks for that DrByte! I'd forgotten that Square has its jQuery in the checkout_payment page.
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=132
Now available for download.
I've just submitted v3.0.8 of USU for the Zen Cart moderators' review; I'll post back here when it's available for download.
This release contains changes associated with GitHub issue #41 (Missing...
I've just submitted v2.3.7 of One Page Checkout for the Zen Cart moderators' review; I'll post back here when it's available for download.
This release contains changes associated with the...
I've created a GitHub issue (https://github.com/lat9/usu/issues/41) to track the changes needed for the issue identified by @CarolineBogart.
When you see that "WARNING: An error occurred ..." message, there's a myDEBUG-{something}.log file waiting in your site's /logs sub-directory that identifies the details of the error.
Note,...
You're not missing anything obvious (I'll update the documentation to make it more clear).
If a products_id isn't already present in the database for a Products import, then it's a new product...
Although I can't find a reference when searching with Google, the use of <br class="clearBoth"> has been problematic on Chrome and Edge/IE for many years. You can correct the use (cross-browser) by...
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=1909
Now available for download.
Hmm, the docs (https://docs.zen-cart.com/user/first_steps/server_requirements/) that identify the requirements for various Zen Cart versions indicate that the zc157 series should work on PHP 5.6.
...
Thanks for the report-back!
I've just submitted v2.1.3 of the jQuery Scrolling Sideboxes.
This release contains changes associated with the following GitHub issues:
#11: Correct variable usage in...
Oh my!:shocking: That bug's been present forever (thanks for the report).
I use the featured_scrolling (My Services) and whats_new_scrolling (Recently Updated) sideboxes on My Website. The...
It's your admin/includes/configure.php that is 'at issue':
/**
* Enter the domain for your Admin URL. If you have SSL, enter the correct https address in the HTTP_SERVER setting, instead of...
Those values are defined as constants which are present at the top of the /admin/includes/language/english.php (or your alternate language main file).
One of two methods. Since none of those...
Editable via the admin's Tools->Flexible Footer Menu. Just find the column-heading associated with the text you wish to edit.
Thanks for that! The correction will be part of v3.1.0 of the template.
Update: Tracking as part of https://github.com/lat9/ZCA-Bootstrap-Template/issues/31
I'm pretty sure, but not absolutely sure, that those are settings in the template's configuration menus.
A bug, I suppose, in the sense that the Flexible Footer Menu doesn't provide an admin-sanitizer override so that those 'htmlspecialchars' don't continually get converted to their HTML entities.
Look in your site's /includes/modules/westminster_new/flexible_footer_menu.php. On/around line 31, you'll see
$page_query_list_footer[$rows]['text'] =...
Those are 'flexible footer' configuration settings that have been run through the admin sanitizer, changing all < to < and > to >.
You'll need to use your site's phpMyAdmin to change those back,...
Coming soon ... a means to accept payments via Zelle!
The payment module can be downloaded from: https://www.zen-cart.com/downloads.php?do=file&id=2301
The "Clone a Template" plugin makes no changes to the template-related files, it simply makes a copy/clone of the original template into a newly-named one. I've got no idea where those unwanted...
Hmm, it sounds like the Developer's Tool Kit isn't considering the /zc_plugins sub-directory during its search. When you receive that warning, is the store running in German instead of English?
I'm pretty sure that you can just suppress that error (the value returned is used for display only):
list($system, $host, $kernel) = array('', $_SERVER['SERVER_NAME'], @php_uname());
Be...
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=132
You could create a change request on EO's GitHub repo (https://github.com/lat9/edit_orders), but since that's not a 'mainstream' usage it'll be a while before that change is incorporated into the EO...
No errors = good! Thanks for the report back.
Using my browser's Developer Tools and inspecting the 'total' value yields
#ottotal > .ot-text
There's a bunch of online documentation on the OPC GitHub repository, answering your question...
That's a direct result of the "Missing elements" message; the order's value can't be 'found' by the jQuery processing, so the value passed to the confirmation phase is 0 instead of that formatted...
@keneso, I meant the output of that admin-level tool.