

alexiscruz007
Members-
Content count
37 -
Joined
-
Last visited
-
Paypal not recording order after successful checkout
alexiscruz007 replied to hyepo's topic in General Support
thanks i wil trie. -
Paypal not recording order after successful checkout
alexiscruz007 replied to hyepo's topic in General Support
I have the same problem but is in osco 2.2, and need fix. -
Remove products that have the word sex in the title
alexiscruz007 replied to alexiscruz007's topic in General Support
Thanks ecartz, work fine. -
alexiscruz007 started following Remove products that have the word sex in the title
-
I am trying to remove all the products that have the word sex from the catalog, these are some queries. UPDATE `products` SET `products_status` = '0' LEFT JOIN `products_description` pd ON p.products_id = pd.products_id WHERE `products_name` LIKE '%sex%' or UPDATE `products` SET `products_status` = '0' INNER JOIN `products_description` ON (`products`.`products_id` = `products_description`.`products_id`) WHERE 'products_name` LIKE '%sex%' This logically would not work but reflects the idea of what I am looking for, if it were an ideal world. UPDATE `products` SET `products_status` = '0' WHERE `products_description`.`products_name` LIKE '%sex%; This query works fine. SELECT `products_price` , `products_name` FROM `products` p LEFT JOIN `products_description` pd ON p.products_id = pd.products_id WHERE `products_name` LIKE '%seeds%' AND `products_status` =1 ORDER BY `products_name` LIMIT 5 Thanks in advance
-
Yes, oscommerce is the best if you like a free, a have the problem of log in some ecomerce i put a cronjob but in other server dont work, and oscommerce no have simple payment like shoppify, but osco is realy free. To resolve the problen in log you need update the code.
-
user.css
alexiscruz007 replied to Philo2005's topic in osCommerce Online Merchant Community Bootstrap Edition
thanks ArtcoInc -
user.css
alexiscruz007 replied to Philo2005's topic in osCommerce Online Merchant Community Bootstrap Edition
I need make class="img-responsive" same class="img-fluid" in user.css put .img-responsive { max-height: auto; max-width: 100%; } but dont work. -
Need easy populate files to be automated.
alexiscruz007 replied to smoked1's topic in General Add-Ons Support
thanks -
Need easy populate files to be automated.
alexiscruz007 replied to smoked1's topic in General Add-Ons Support
Maybe find $file = tep_get_uploaded_file('usrfl'); change to $file = $_GET['csv']; and call yourweb.com/admin/easypopulate.php?csv=listproduct.csv i dont test this. -
Easy Populate File Upload...not working
alexiscruz007 replied to netstep's topic in General Add-Ons Support
verify that you have the permissions in the folder -
Need easy populate files to be automated.
alexiscruz007 replied to smoked1's topic in General Add-Ons Support
tried dominio.com/admin/easypopulate.php?usrfl=listproduct.csv Or maybe find $file = tep_get_uploaded_file('usrfl'); and change to: $file = $_GET['csv']; and call dominio.com/admin/easypopulate.php?csv=listproduct.csv i dont test this. -
Automatic EasyPopulate export with cron
alexiscruz007 replied to maxxxie's topic in General Add-Ons Support
tried dominio.com/admin/easypopulate.php?usrfl=listproduct.csv Or maybe find $file = tep_get_uploaded_file('usrfl'); and change to: $file = $_GET['csv']; and call dominio.com/admin/easypopulate.php?csv=listproduct.csv i dont test this. -
CRON Automatic EasyPopulate import
alexiscruz007 replied to stocklister's topic in Add-Ons Development
tried dominio.com/admin/easypopulate.php?usrfl=listproduct.csv Or maybe find $file = tep_get_uploaded_file('usrfl'); and change to: $file = $_GET['csv']; and call dominio.com/admin/easypopulate.php?csv=listproduct.csv i dont test this. -
what is better frozen or phoneix