"or even better to grab files change from 1.2.15" Is this an upgrade I do manually through Abantecart or do I just upload these files and skip the install program?
AbanteCart v1.4.3 is released.

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts MenuQuote from: llegrand on October 22, 2018, 06:15:38 PM
https://abantecart.atlassian.net/wiki/spaces/AD/pages/22511641/Global+Search
the above reference gives some clues as to how to do this
Jeff, xml changes are located in the system>localization>language definitions
in the translation block - type in part of the phrase you wish to change and it will bring up all the instances for you
Lee
Quote from: Basara on October 22, 2018, 08:08:19 AMWith PayPal Express I don't get the orders logged into the AbanteCart system so I don't collect any customer order info and PayPal Pro is too expensive for the amount of sales I do.
You can also try PayPal Express and Pro version
Quote from: Basara on October 15, 2018, 01:50:55 AM
Hi. Did you try to increase IPN timeout as suggested ?http://forum.abantecart.com/index.php/topic,6589.msg28743.html#msg28743
var timeout = 30;
(function worker() {
if(timeout <=0){
location = '<?php echo $success_url;?>';
return;
}
timeout -=5;
Quote from: Basara on May 15, 2018, 01:42:49 AM
Did you completely replace all files to new? Do you test on real site domain, is your SSL valid ?