Search found 10 matches

by ttyy
12 May 2021, 10:10
Forum: Laravel package
Topic: Selection / Variant product add to cart
Replies: 2
Views: 1230

Re: Selection / Variant product add to cart

Great thank you for help!
by ttyy
07 May 2021, 09:20
Forum: Laravel package
Topic: Selection / Variant product add to cart
Replies: 2
Views: 1230

Selection / Variant product add to cart

I have a general question about "Add to Cart" functionality on the variant product type. facet search and product page has "add to cart" button, but unless you'll select an option for the particular variation of the product you are getting - "No unique article found for sele...
by ttyy
20 Apr 2021, 13:41
Forum: Laravel package
Topic: Make attributes and properties "searchable"
Replies: 3
Views: 1541

Re: Make attributes and properties "searchable"

Be aware that all conditions are combined using AND! I just stumbled upon this issue, where i have faceted search, also have a group of attributes (ie. color) each attribute has it's own id. Once I select lets say red and blue (id 2 and 3) I'm getting 0 results since it's all AND condition, and the...
by ttyy
20 Apr 2021, 13:31
Forum: Laravel package
Topic: Locale setting via cache/session
Replies: 2
Views: 1028

Re: Locale setting via cache/session

Thanks for feedback
by ttyy
15 Apr 2021, 10:07
Forum: Laravel package
Topic: Locale setting via cache/session
Replies: 2
Views: 1028

Locale setting via cache/session

I'm aware that in order to get proper locale / currency there are params passed via url.
Is there a possibility to do the same thing but to set locale settings in cache / session and use those values instead of url params. If not what would be a good approach to do so?
by ttyy
14 Apr 2021, 11:47
Forum: Laravel package
Topic: Want To Change Category Url
Replies: 6
Views: 3104

Re: Want To Change Category Url

Thanks, adding name for the route did the trick!
by ttyy
13 Apr 2021, 13:37
Forum: Laravel package
Topic: How to get attribute's option on frontend
Replies: 3
Views: 1445

Re: How to get attribute's option on frontend

I'm wondering if the OP resolved the issue. I'm dealing with the same trouble, where catalog item has an image. while i'm setting options to the image i'm not able to retrieve that option. Aimeos\MShop\Media\Item\Standard {#2132 ▼ -langid: "en" -prefix: "media." -available: true ...
by ttyy
09 Apr 2021, 13:19
Forum: Laravel package
Topic: Want To Change Category Url
Replies: 6
Views: 3104

Re: Want To Change Category Url

Is is possible to create a custom route for instance /mytestpage/{f_catid} for category view? If so how I would disable required f_name param? I've tried a similar approach, created a router but w/o f_name i'm getting an error handling the request Error -- Illuminate\Routing\Exceptions\UrlGeneration...
by ttyy
06 Apr 2021, 11:16
Forum: Laravel package
Topic: List discount products
Replies: 3
Views: 1206

Re: List discount products

Yes, i saw a promotion option and that works great, but i need discount product via promotion category.
Currently had to implement php filter to remove products w/o discount, but that would be a nightmare with a lot of products.
by ttyy
02 Apr 2021, 16:34
Forum: Laravel package
Topic: List discount products
Replies: 3
Views: 1206

List discount products

Hello,

can you help me get a list of all discounted products?
I've looked over the code and the search, it looks i need to rewrite price index to include not just price of the product but perhaps a flag to discount price. Maybe there is a better way to handle the request?