March 31, 2017
Comments Off on Cs-Cart payed order statuses
Posted in: cs-cart, english
In cs-cart when payment is made order must be set to “payed order status”. Not found in documentation, but in fn.cart.php function fn_get_order_paid_statuses, where it requires that the status must have inventory D. Decreasing inventory setting in order status. Otherwise order will be placed successfully but customer will get a failure message.
March 31, 2017
Comments Off on Cs-Cart and Symfony console
Posted in: cs-cart, english
Things have changes since 2017, an update will be posted on that soon. For sometime now i had the idea to use symfony console component in some of my cs-cart addons to run crontab or other long tasks without creating for each one of them a script in shop’s root folder. First issue was to […]