Once you've created the product on one site, you can use either the Database I/O Manager or EZ Populate to create a .csv file export from that store to import to another.
Note, however, that...
Type: Posts; User: lat9
Once you've created the product on one site, you can use either the Database I/O Manager or EZ Populate to create a .csv file export from that store to import to another.
Note, however, that...
Change line 295 of /wj00txrbplmrdywo/includes/installers/zen_lightbox/1_7_0.php, modifying those uppercase NOW() characters to be lowercase now(). Then change the name of your admin directory.
Mike, that 'after change' shows 175, not 575.
Mike, that large image width/height shown in the configuration print-out are maximum values. If you use the site's Tools :: Developers Tool Kit and, in the topmost form, enter LARGE_IMAGE_WIDTH,...
... and what are the current settings for LARGE_IMAGE_WIDTH and LARGE_IMAGE_HEIGHT? Check to see if these are defined in the database; it looks like the width is set to 150.
Mike, would you post a screenshot of the IH-5 configuration? That's found by clicking first Tools :: Image Handler, then the Admin Tools link and finally View Image Handler Configuration.
Woo-hoo! I'm happy that that's sorted now.
Right, the change you made to that other setting affects the body of the message, not the subject.
In a similar manner (using phpMyAdmin), you could run the following SQL:
UPDATE...
Thanks, I just didn't scroll down far enough. What's the configuration value for LARGE_IMAGE_WIDTH and LARGE_IMAGE_HEIGHT?
:censored: admin (over)sanitization, again. If you're comfortable using your site's phpMyAdmin, you can enter the following in the SQL tab:
UPDATE configuration SET configuration_value =...
Mike, could you point me to a page that displays the unwanted behavior?
Remember, this is zc139h, where the base Zen Cart's logging was only for errors.
There's a notification/global variable from the zen_mail function, present in /includes/functions/functions_email.php:
global $newAttachmentsList;
...
I believe that the following query will do what you want. Change the xx to the orders-status value and xx, xx, xx to the list of categories you're looking for. The query will return the sum of the...
Hmm, I'm not seeing those language definitions on the storefront. I am seeing them in admin/includes/languages/english.php
Unfortunately, @rarbour hasn't been around for a while. The updated demo site (for v3.0.0 and later) is https://vinosdefrutastropicales.com/zc157_bs4/.
Just to add emphasis to @carlwhat's statement. Rather than relying on additional database tables to map those "pretty" URLs to their respective homes, that cryptic -c-, -p- and (for EZ-pages) -e-...
The readme doesn't track the 'overwrite' files for older versions of USU and its SEO versions.
You can use your admin's Tools :: Developer's Toolkit to see that the database constant USU_ENABLED...
I've just submitted v1.2.4 for the Zen Cart moderators' review and will post back here when it's available for download.
This version contains changes captured for GitHub issue #2. Language...
I've just submitted v5.1.20 of IH-5 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...
There were a fair number of changes going from Bootstrap 4.5.3 to 4.6.0 (https://github.com/twbs/bootstrap/releases/tag/v4.6.0) and the template's 3.0.0 to 3.1.0 changes affected most everything.
Hmm, that's something to do with the customizations that you've applied. Is that the mobile or desktop rendering?
Dave, that might be the use of the banner-slider. Do you have any banners active via the admin's Banner Manager?
This plugin is stand-alone. Check to see that your admin's customers.php includes the NOTIFY_ADMIN_CUSTOMERS_MENU_BUTTONS notification (that's what EMP 'binds to' to add the Place Order button).
...
Although it seems funky based on the setting's title, navigate to your admin's Configuration :: Email Options and edit the setting Convert currencies for Text emails. The default value is
...
There's most likely a call to nl2br (converting new-lines to <br>'s) somewhere in the processing.
The $SHIPPING_METHOD_DETAIL value is set by the /includes/classes/order.php's send_order_email method, using the order's shipping-method as the value. So, you can edit that by editing the shipping...
Actually, you could try moving the displayColRight elements (lines 135 through 304) to before the displayColLeft elements (that start on line 55). That'll swap the left/right columns and move the...
That highlighted solution is probably your quickest path to success.
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2191
Now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2237
It's software, so there's always a way! The change that you're requesting, though, would require site-specific custom programming.
I'm glad you like the template, it's been a team effort taking over where Ray Barbour left off!
You can move that price/add-to-cart section above the descriptions by moving (from an as-distributed...
Now available for download from the Zen Cart downloads.
I've just submitted v1.0.0 of the Bootstrap-4 Template support for One-Page Checkout. When approved by the Zen Cart moderators, that sub-template can be downloaded here:...
Greg, would you post the original .htaccess that works for comparison?
Rick, thanks for your kind words and the feedback that DbIo is helping you.
You've got some version of the Ceon URI Mappings installed, that's where that additional checkbox comes from. Most likely this support-thread can help:...
Since the products_date_available is a datetime field, you should also include the time-related elements (00:00:00 through 23:59:59), e.g.
UPDATE products
SET products_date_available =...
The answer is maybe. It will work if Ceon URI Mapping is the only additional code added to your store.
The un-suffixed zc157 has an error that disables the ability for multiple observers to act...
I'm unclear as to what the RewriteRules that follow the cPanel-generated PHP version ...
... but I think I see the issue. In this section
RewriteCond %{HTTP_HOST} ^australianbakery.com$ [OR]...
I've just submitted v3.1.1 of the Bootstrap 4 template for the Zen Cart moderators' review. I'll post back here when it's available for download.
This version corrects the shipping-estimator's...
Follow that product removal up with a
zen_redirect(zen_href_link(FILENAME_CHECKOUT_ONE));
... after having set a message to the customer via the $messageStack class (which probably will...
You could post the contents of the site's .htaccess file for review.
I've just submitted v1.2.0 of the Access Blocker for the Zen Cart moderators' review. I'll post back here when it's available for download.
This release provides an integration with the One-Page...
In a word: Yes.
There's no /logs folder until zc151. For zc139h, any logged errors (and they have to be errors) should be logged to the site's /cache folder. Have you checked the permissions on that folder to make...
That's a correct interpretation.
FWIW, the zc156c version of /admin/attributes_controller.php doesn't include a reference to TEXT_DELET_OPTION_VALUE.
The zc157+ versions do, along with the following definition in...
Where can this be downloaded, Melanie?