oc-shopaholic-plugin
oc-shopaholic-plugin copied to clipboard
ποΈ No. 1 e-commerce platform for October CMS
Hi there, I have Nuxt js website, with October backend and want to integrate shopaholic into it. Wanted to understand if the shop and it's events could be accessed as...
Hey there! I belong to an open source security research community, and a member (@ktg9) has found an issue, but doesnβt know the best way to disclose it. If not...
``` /** @var \RainLab\User\Models\User User $user */ $user = Auth::getUser(); $order = $user->orders()->first(); // this doesn't work even though orders table has user_id relation ```
If there are more than >1000 categories and same with brands, load times for Product create/edit page are insane. Recordfinder fixes this problem.
Hi I found a little bug, please check it and update your code. In price filter you set `max` and `min` in the attributes for price filtering. But when you...
On nested categories cache doesn't flush after create or update, only after remove, but only for current level.
If you set the flag bWithChildren = true, then the method can return duplicate categories. Required: ``` .... if ($bWithChildren) { $arResultIDList = array_unique($arResultIDList); } return $this->intersect($arResultIDList); } ```
Hi, Andrey Kharanenka, we have in plan use Shopaholic classes/item/ProductItem.php function getPageUrl() in plugin for feeds: https://octobercms.com/plugin/vojtasvoboda-shopaholicfeeds Function returns only default language slug of category How to get category slug...
Hello, I Just updated all shopaholic plugins to newest version. After that imported the same data as before and filter doesnt shows any property values only Brand filter is working....