Igor
Igor
I forgot to do the tests 🙄
Hey! I was doing something similar with hardcode in the Mall plugin. Perhaps some of this will help you. https://gist.github.com/igor-tv/5447c6ad505e240c09a88786b0faab99
Hello, The Cart model has no relationship with PromoMechanism. Promo mechanisms are stored in the $obPromoProcessor protected property of CartProcessor. On the frontend, they usually check the discount_price_value of the...
Hello, similar questions are best asked in Shopaholic communities: - [Discord](https://discord.gg/q9bjF26n) - [Telegram](https://t.me/oc_shopaholic_chat)
> Hi, You can make the URL field translatable by extending the Article model through your plugin. For example, add the following code to your plugin's boot() method: ``` /**...
Have you read the plugin [documentation](https://github.com/oc-shopaholic/oc-good-news-plugin/wiki)? I need to see your CMS-page code where you display articles to tell you more.
> Hi, im having issues with this plugin, i have rainlab translation and it seems like this plugin supports it when changing title, description and other fiends, but it does...
Hello, You can implement [ShippingPriceProcessorInterface](https://github.com/oc-shopaholic/oc-orders-shopaholic-plugin/blob/master/interfaces/ShippingPriceProcessorInterface.php) and add your class to API class list via event https://shopaholic.one/docs#/modules/shipping-type/api/api
By default, the cart is cleared after an order is created. The cart is not cleared only if you have the Disable cart clear on new order setting enabled. .
I have the same issue.