The field is named "store name and address" as an invitation for you to put your store name and address into it.
If you only put the address then, well, that's all it will display.
Type: Posts; User: DrByte
The field is named "store name and address" as an invitation for you to put your store name and address into it.
If you only put the address then, well, that's all it will display.
The HTML placeholder attribute is only styled/colored via CSS.
If you want to remove the placeholder and put text outside of the field, be aware that it will require more screen space so you will...
There's no "forced password change" for a store's customers. Only the Admin.
Not a bug.
Those are symbols denoting "required field". You can remove the asterisk via the language file.
I assume you're referring to the Contact Us page, where the store address can optionally be displayed above the form.
The address displays exactly what address you enter in the Admin. If you want...
I still don't understand why people want a contact-us email to come as HTML, when the customer's message isn't HTML anyway. (and if it were then it shouldn't be trusted, since any link in it are most...
Fixes applied in GitHub
Feel free to zip it up and attach it here. Someone may spruce it up a bit.
No, it won't affect things visually.
It just increases the amount of RAM that PHP must allocate (an CPU cycles to do so) in order to handle the number of possible input values that could be sent...
Yes, I agree, that should work fine.
While the original "product listing grid" mod had a user-selectable format choice, its implementation was clunky, so it was excluded.
While one can find lots of sites that offer user-selectable...
Done! https://github.com/zencart/zencart/commit/e54348a0a2f4a59c769e628d84344184969e218d
Excellent choice in my opinion. I always prefer WinSCP over FileZilla. Way more secure, way friendlier to use.
That's if you're stuck on Windows of course.
If something is off and you're uploading all files into "one" directory instead of into all the expected subdirectories, then there will definitely be duplicates, because many ZC files do indeed...
NO! That token is basically a password alternative.
Never put a sensitive file like that in the root of your site! Bots are always crawling for those kinds of things hoping to find something they...
The implementation of gzip support uses the ob_start() and related functions from the output_buffering features of PHP, hence why the legacy test for whether gzip can be supported has been based on...
It's already possible to do very simply, directly in your own language-pack:
For example, for spanish, add to your admin/includes/languages/spanish/configuration.php
all the necessary defines,...
In most browsers, on most templates, this is an issue. Other than setting those fields as non-autofill (which would cause some customer complaints), I'm not sure what could be done within the...
Interestingly, the "1.5d" update in 2018 specifically aimed to resolve the "1045 access denied" issue, by escaping the pass word credential with escapeshellcmd(). I suppose you could try removing...
There's a built-in feature to show Out Of Stock (or "Sold Out") when qty is 0:
Admin->Configuration->Stock->Show Sold Out Image in place of Add to Cart
Is the .jpeg file's filename equally wrong in the "files_uploaded" table?
I suspect the issue may be occurring in this part of the code, in the shopping_cart.php class:
if...
If those were their exact words then they're probably talking geek-speak without getting into specifics.
It's "possible" that they mean "server permissions don't let you-the-non-server-owner import...
/includes/modules/pages/product_music/main_template_vars_product_type.php
Change
/*
* extract info from queries for use as template-variables:
*/
$products_artist_name =...
Looks like there's nothing in the code to make it "simple".
You'll have to alter the code to make sure those fields are pulled from the database, and then also make sure they're output using the...
Those would appear to be related to tables added by something other than original Zen Cart.
Does the output show the table names too? Or clues to what table it was operating on before/after the...
In which file? (There's no artist link in that file.)
What MySQL version are you using? (Admin->Tools->Server Info)
For example, on my localhost mine is:
"Database Engine: MySQL 5.5.5-10.5.9-MariaDB"
and if I go to a command-prompt and type...
This might work:
Near the end of tpl_product_music_info_display.php is this section of code:
<!--bof Product URL -->
<?php
if (zen_not_null($products_record_company_url)) {
if...
I'll add: if your only reason for using Super Orders is to "batch update the status of several orders at once", then the "all invoices" plugin is much more lightweight and typically accomplishes the...
Hmmm. I can't replicate it. Maybe it's a different MySQL version.
Does making the changes added here help get rid of most of those errors? https://github.com/zencart/utf8mb4-converter/pull/5/files
Um, no, there's no built-in backup in v1.5.7c.
It's probably there from the old version you upgraded from.
Thus, best to check whether your plugin is up to date.
Yikes! Looks like we forgot to update that plugin with a patch fix regarding those defaults.
Do you have a backup from before running that script? If not, there's a "fix" utility in the updated...
1. The question by lat9 is relevant. Are you using the latest version of the plugin?
2. The " [Warning] Using a password on the command line interface can be insecure." warning is only a warning. It...
To apply it retroactively would require using a module like Edit Orders to apply it and change all the order totals after-the-fact. And you'd have to manually refund the difference. Or you could...
Even though it's not searchable, the purchase of it might be a result of them having the item in their shopping basket from an older shopping session.
Probably fixable by applying the v1.5.7 changes shown here:...
Both are the same.
Also, if the module is updated you will see a notice in your Admin if yours needs upgrading.
Server Requirements for Zen Cart says "Zen Cart v1.5.6 is designed for PHP 5.5 through PHP 7.3"
You are likely to encounter extra "strict warnings" and perhaps some actual fatal errors when using...
Probably the ozpost module shouldn't be using the :: syntax for calling the function.
No, the left-parenthesis is in the module's defined helper function as described in the db. That's normal.
As long as the file is placed in the same directory as your ipn_main_handler.php (that folder also contains ajax.php, nddbc.html, vbv_learn_more.html),
then telling ShipStation's setup to use ...
DATE_TIME_FORMAT fixes applied to https://www.zen-cart.com/downloads.php?do=file&id=1324
Fixes applied to https://www.zen-cart.com/downloads.php?do=file&id=1324
I think if you were to call the table products_custom_information then it would make sense to put all 3 fields there. ("custom", "bespoke", "extra", "my", etc would work too)
If you're getting...
The "root" folder of your store would be the same place where ipn_main_handler.php is found.
Is that the directory you've put it in?
Inside ShipStation website's settings, you provide the URL to your store's shipstation_zc.php file. Does that actually match where you put the file?
Yes, the renaming of the constructor function is required for modern PHP versions.
The admin orders.php language file define could just be moved to its own extra_definitions file, so that no...
Was there anything about the plugin set that you mentioned, which wasn't filling the need?
(ie: if just upgrading it for v157 would suffice, that'd be helpful to know)
Given that this is highly specialized for your specific store, editing code directly to enforce it seems sensible.
In v1.5.7 there's an /includes/functions/functions_products.php file with two...
Are you saying those duplicates were legitimately actually purchased at the exact same second?
And did Zen Cart store those orders? (I expect it wouldn't have stored the order if PayPal rejected...