![]() |
Re: X-Cart v4.4.3 released
Quote:
I have forwarded this issue to our maintenance team, they will check if there are any issues with the upgrade pack. |
Re: X-Cart v4.4.3 released
Quote:
Answering to your above questions: 1) The 0 userid is added to the "xcart_orders" table: Code:
// Insert into orders It's OK, as the 0 userid means "anonymous" customer. However, there was a bug - the 0 userid was added to the "xcart_stats_customers_products" table. That bug has been fixed in 4.4.3 as follows: Code:
2) The "xcart_stats_customers_products" table is used by the 'Recommended_Products' module to get statistics about products purchased by customers in the past. The stats is used when the module's option 'Select recommended products randomly' is turned OFF. |
Re: X-Cart v4.4.3 released
I was not aware the Recommended products is using the stats table to pull off products. Thanks for this explanation
|
Re: X-Cart v4.4.3 released
During our tests it seems v4.4.3 is not calculating payment surcharge.
We tried in 'fastlane' and in the OPC. Does anybody has the same problem? Bug or are we missing a setting? In the payment methods we set the extra charge. |
Re: X-Cart v4.4.3 released
Please report to bugtracker if you think it is a bug
|
Re: X-Cart v4.4.3 released
Quote:
Thanks for this information but the problem is that X-cart in 4.4.2 and prior used to load all the config.php and func.php files first in each module directory, then they loaded the init.php files in each module directory. So once you get to init.php all of the other modules config settings and functions are loaded and ready to use. Now this is not the case which is breaking a lot of mods out there. I hope that explains what we're seeing. Thank you, Carrie |
How does patching work?
I've just moved from LiteCommerce ASPE to X-cart, so I don't know a lot yet.
It sounds like from the posts, that the updated files are 'patches' that do not overwrite the old files (with custom code or added text in them), but instead take that old file and merge it with the new one; adding any new changes in the update to the existing modified files? Might anyone be able to clarify how this works? Thanks! |
Re: X-Cart v4.4.3 released
files are not overwritten, instead the patch files (diff) have '-' in front of lines to be removed and '+' in front of lines to be added. If original files were modified in any way prior to upgrade you may need to patch them manually
|
Re: X-Cart v4.4.3 released
Thanks Steve for your help - I'm a little confused.
Quote:
The only thing I can think of that you mean is if I had modified the specific lines of code that were being altered in the upgrade maybe? But if I merely added some additional text to a page or added a table or something that would still be fine after the upgrade? Thanks! |
Re: X-Cart v4.4.3 released
Quote:
When you run the upgrade, it attempts to patch all the files based upon the diff files. If you have custom edits to a file that needs to be patched, it probably will be unable to patch it, and will report that file as "could not patch". Those files need to be patched manually. You have to review the changes that need to be applied vs. the custom changes in the file. They could be changes you made, or 3rd party mods that you applied. See point #4 of this post - it covers it well. --- |
All times are GMT -8. The time now is 09:13 AM. |
Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.