Great! Hope the upgrade goes well and gets deployed soon.
Type: Posts; User: swguy
Great! Hope the upgrade goes well and gets deployed soon.
The placement is your call. Put them where ever you like.
If you only want them on the main page, you might consider using the main page define page for the buttons, but remember that it's HTML...
Some documentation on creating links:
https://docs.zen-cart.com/user/sideboxes/add_link_information_sidebox/
Some notes on buttons:
https://docs.zen-cart.com/user/template/buttons/
We are beginning test builds for Zen Cart 1.5.8. 1.5.8 is designed to work with PHP 8.0 and 8.1 without log suppression.
If you are curious about 1.5.8, please watch the following pages:
...
I'm not sure ... I'm not even sure upsxml should be changed for most people (based on the paucity of complaints).
Shipping by Item sort of works this way now (exclude free shipping items in the...
Also possibly useful is Zones Shipping:
https://docs.zen-cart.com/user/shipping/zones/
My concern is not so much that the cart is all free shipping but rather that some items are and others aren't.
It makes sense for UPS to appear as an options even if a cart is free shipping (for...
My solution was just to recompute $shipping_num_boxes.
Just before the loop that calls _addItem,
// Handle free shipping
$free_weight =...
Has anyone figured out the changes required to make UPSXML respect the free shipping setting (product_is_always_free_shipping) in the products table?
There was a bug in specifying the zone for this module that has been fixed in the new version.
> These documents won't be products in the shop, they will be reference pdf's and I plan to create a library of them with EZ Pages and have a link to it in the Header.
This topic is covered in...
As @dbltoe said, check Layout Settings > Main Page - Opens with Category
Are you running an old version of PHP? You should be running PHP 7.4 with Zen Cart 1.5.7.
This question is answered in the documentation:
https://docs.zen-cart.com/user/upgrading/installer_no_upgrade/
You can turn off version checking for plugins
https://docs.zen-cart.com/user/plugins/version_check/
Make a backup of your database. Then in phpMyAdmin:
ALTER TABLE orders_products MODIFY COLUMN products_model varchar(40) default NULL;
ALTER TABLE products MODIFY COLUMN products_model...
> i think @swguy's solution is a bit of a hack; but if it works, i think it is fine for now.
@dbltoe and @carlwhat:
If there's an easier way, please write it up so I can add it to the...
Here's what to do if you get the email
[ACCESS_TOKEN_EXPIRED]: The provided OAuth access token has expired.
I'm hoping these instructions are sufficiently comprehensive even for non-technical...
Updated for 1.5.7 and the most current version of Local Taxes.
Version: v3.0.0 only runs on 1.5.7. You will need to use an older version or upgrade your cart.
The functionality of making confidential order comments is already built in - just press the "Hide" radio button when adding the comment.
https://docs.zen-cart.com/images/order_update.png
Suggestion on next push - add the link to the template modification instructions to the text readme file (or perhaps delete it entirely so you don't have to maintain two copies).
There are two of them.
newer:
https://www.zen-cart.com/downloads.php?do=file&id=2339
older:
https://www.zen-cart.com/downloads.php?do=file&id=847
You need to upgrade your cart. Then you can run with a recent, supported version of PHP.
https://docs.zen-cart.com/user/upgrading/
If you can't do it yourself, hire it done
...
Thanks Cindy.
Haven't seen this one before:
#1 checkout_one_observer->__construct() called at [/home/account/domains/mystore/public_html/includes/autoload_func.php:44]
#2 ...
Also, is this only in the UK? I haven't heard of issues in the US.
This is quite confusing - can you describe the scenario using specific names like oldsite.com and newsite.com or something so we can visualize it more clearly?
For those using the prior version, there's a bug - if you had the plugin installed from before, the NEWSONLY_SUBSCRIPTION_HEADER config had the values 'on' and 'off' (not 'true' or 'false') so you'd...
Dave, are you still engaged with Zen Cart? There are a bunch of issues with the new version as have been noted here; not sure if we need to recommend the use of the prior version or not.
Here are...
If you upgrade, it might fix your problem. 1.5.3 is quite old.
Once you have done that you should change all passwords (configure.php, admin, ftp, etc.)
She has to change her *default* shipping address, or select a new address at checkout every time. You might even recommend deleting the old address to prevent confusion.
Moved to new thread.
Start with the documentation.
https://docs.zen-cart.com/user/
Those are actually banners within those sideboxes. You can read about them here:
https://docs.zen-cart.com/user/sideboxes/sidebox_list/
Do a forum search for "Numinix product fields" - if you use advanced search for title only, you get a bunch of hits; one of them will give you the information you need.
> if you do not know which group you are in, feel free to DM me.
So old school. Clearly you should build a Wiki or something so an asynchronous determination can be made.
Same concept as before. Use the logic you used to not display the links, and put it in
includes/templates/YOUR_TEMPLATE/templates/tpl_site_map_default.php
So this
<?php if...
I think the issue I was having was because of URL rewriting on the target site. I disabled rewrites for the multisite domain and now redirection looks good.
I think the root cause was that I said disable the old OAuth secret right away (instead of waiting 24 hours as is done by default). So it may be best not to do that.
@noppie I see what you're doing but when do it, not only does the URL get changed but it doesn't even get changed properly; the final / is missing so the script is concatenated on to the subdomain. ...
Resolution:
Edit URL in browser address bar to end in
action=delete
Then you can remove the module and add again.
Yikes.
[12-Jul-2022 17:30:21 America/Chicago] PHP Fatal error: Uncaught TypeError: Argument 1 passed to square_webPay::saveAccessToken() must be an instance of Square\Models\ObtainTokenResponse,...
When this happens:
Your transaction failed due to an error: (access token expired) The provided OAuth access token has expired. You must renew the access token via the Renew Access Toke via the...
That configuration is not supported for sending transactional email within Zen Cart.
You want to visit Admin > Modules > Shipping and click USPS to verify the update worked. Assuming all was well you'll see a green message at the top of the screen ("Updated to USPS version ...") and...
I'm going to close this thread since the originally reported issue has been resolved.
If you have other USPS issues, please use that plugin's support thread:
...
I can replicate this issue.
That's good to hear - the customers in question are not exactly tech savvy and couldn't report on their experience.
I'm not positive what $error->getCode() is going to return - can we look for this...
@carlwhat is maintaining the Square plugin; please don't post information about your fork - it's disrespectful and confusing to new people.
I will immediately delete such posts.