Search found 36 matches

by akropivko
16 Jun 2021, 07:31
Forum: Laravel package
Topic: order status import
Replies: 3
Views: 3268

order status import

Hi! I need to implement order status changing based on .csv or .xml data from third-party system. I guess it's about to import csv files using updateAsync() function from Payment/Delivery provider. Could you please give me some step-by-step instruction what I should do to achieve this? What I've alr...
by akropivko
15 Jun 2021, 10:59
Forum: Laravel package
Topic: The best way to send the order data along with the order id right after the order placement
Replies: 3
Views: 2642

The best way to send the order data along with the order id right after the order placement

Hi! Could you please give me a tip what is the best way to send an order data (to third party ERP system) along with the order id right after the order placement? I guess I can't do this via a new basket plugin since there is no order id on this step yet (autoincrement). Also it seems there is no ho...
by akropivko
11 Jun 2021, 11:35
Forum: Laravel package
Topic: import attributes with languageid
Replies: 1
Views: 1546

import attributes with languageid

Hi! Could you please advise is there any config option to import attributes for certain languages? I guess something like languageid. I can set language id for text using text.languageid, for example 4 => 'text.languageid', 5 => 'text.type', 6 => 'text.content', But I'd like to set the lang id for a...
by akropivko
07 May 2021, 10:50
Forum: Laravel package
Topic: How to keep the current catalog when filter was applied?
Replies: 3
Views: 1524

Re: How to keep the current catalog when filter was applied?

It seems there is a bug here. Enabling this config option (client/html/catalog/filter/tree/force-search = 1) Screenshot_11.jpg adds a new parameter f_catid to URL, but also causes error Missing required parameters for [Route: aimeos_shop_tree] [URI: shop/{f_name}~{f_catid}] Screenshot_10.jpg This er...
by akropivko
21 Apr 2021, 10:35
Forum: Laravel package
Topic: How to keep the current catalog when filter was applied?
Replies: 3
Views: 1524

How to keep the current catalog when filter was applied?

Hi! Aimeos 2020.10, Laravel Could you please provide me with a tip how I can apply the catalog filter for the current catalog ONLY, excluding all parent catalogs? For example, we are inside the "man~4" catalog: http://127.0.0.1:8000/shop/man~4 Applying a filter changes this URL to somethin...
by akropivko
15 Apr 2021, 08:11
Forum: Help
Topic: Aimeos update
Replies: 3
Views: 1624

Re: Aimeos update

Where can I check new features were added to "Stable release: 2021.04" comparing with "LTS release: 2020.10" ?
by akropivko
01 Apr 2021, 13:42
Forum: Help
Topic: aimeos documentation search functionality doesn't work
Replies: 1
Views: 993

aimeos documentation search functionality doesn't work

Hi!
it seems aimeos documentation search functionality doesn't work - https://prnt.sc/111kw10
Please check
by akropivko
06 Mar 2021, 17:35
Forum: Laravel package
Topic: How to get attribute's option on frontend
Replies: 3
Views: 1459

How to get attribute's option on frontend

Could you give me an idea how can I get an attribute's option (see screenshot) on frontend? I'd like to get the "colorcode" option for each color product attribute on frontend. In user manual there is "Option/Value (optional) Arbitrary list of key/value pairs that will be available wi...
by akropivko
05 Mar 2021, 18:07
Forum: Laravel package
Topic: How to add favorite add wishlist in catalog/lists?
Replies: 2
Views: 1561

Re: How to add favorite add wishlist in catalog/lists?

Let me clarify a little: Code to insert into ext/<your_ext>/client/html/templates/common/partials/products-standard.php <?= $this->partial($this->config( 'client/html/catalog/partials/actions', 'catalog/actions-partial-standard' ), ['productItem' => $productItem]) ?> And don't forget to check CSS fo...
by akropivko
16 Feb 2021, 18:39
Forum: Laravel package
Topic: add category name into product's url
Replies: 1
Views: 884

add category name into product's url

Hi!
Could you give me an idea how to add product's category name into the default product page URL?
I'd like to have http://127.0.0.1:8000/category_name/product_name/1
instead of
http://127.0.0.1:8000/shop/product_name/1