oc-shopaholic-plugin icon indicating copy to clipboard operation
oc-shopaholic-plugin copied to clipboard

πŸ›οΈ No. 1 e-commerce platform for October CMS

Results 100 oc-shopaholic-plugin issues
Sort by recently updated
recently updated
newest added

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...

question

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...

enhancement

``` /** @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 ```

question

If there are more than >1000 categories and same with brands, load times for Product create/edit page are insane. Recordfinder fixes this problem.

enhancement

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...

bug

On nested categories cache doesn't flush after create or update, only after remove, but only for current level.

bug

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); } ```

bug

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...

enhancement

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....