Search found 148 matches

by ahmed31916
12 Aug 2022, 05:41
Forum: Laravel package
Topic: If the product have two prices
Replies: 5
Views: 966

If the product have two prices

Hello Aimeos,

When creating a new product in admin panel. If the product have two prices in the same currency. Is it possible for the product manager to save the first price in the "mshop_index_price" table (not the last price)?
by ahmed31916
09 Aug 2022, 10:12
Forum: Laravel package
Topic: Filter products by category id
Replies: 4
Views: 998

Re: Filter products by category id

@aimeos help me, please!
by ahmed31916
08 Aug 2022, 08:52
Forum: Laravel package
Topic: Filter products by category id
Replies: 4
Views: 998

Re: Filter products by category id

Unfortunately it does not work. It returns an error: /en/shop Missing required parameter for [Route: aimeos_shop_tree] [URI: {locale}/shop/{f_name}~{f_catid}] [Missing parameter: f_name]. This is my form: <form method="GET" action="<?= airoute('aimeos_shop_list') ?>"> <select nam...
by ahmed31916
06 Aug 2022, 14:08
Forum: Laravel package
Topic: Filter products by category id
Replies: 4
Views: 998

Filter products by category id

Hello Aimeos, Would you tell me how can I filter products by category id? Attribute, supplier, and price filters are very clear to use. I just add f_attrid in the form and send it. However, searching by category id need "f_catid" and "f_name"? Why we need "f_name"! Isn'...
by ahmed31916
28 Jul 2022, 13:16
Forum: Laravel package
Topic: How to extend language file en.po
Replies: 4
Views: 962

Re: How to extend language file en.po

thanks, I installed poedit program. It converts the .po file. It works.
by ahmed31916
27 Jul 2022, 08:30
Forum: Laravel package
Topic: How to extend language file en.po
Replies: 4
Views: 962

Re: How to extend language file en.po

executing this command "msgmft -o en.po en" returns this error message:

Code: Select all

'msgfmt' is not recognized as an internal or external command,
operable program or batch file.
OS: windows
by ahmed31916
26 Jul 2022, 11:49
Forum: Laravel package
Topic: Control panel blade page, doesn't loaded from the extension package
Replies: 3
Views: 803

Re: Control panel blade page, doesn't loaded from the extension package

Thanks for replying. The problem was from changing the path of the view of laravel (from it's config file). But actually, I had to do this Because the Aimeos is loading the Blade files from the path "resources/views", not from "packages/theme2/views". I tried many times to custom...
by ahmed31916
24 Jul 2022, 09:15
Forum: Laravel package
Topic: Control panel blade page, doesn't loaded from the extension package
Replies: 3
Views: 803

Control panel blade page, doesn't loaded from the extension package

Hello Aimeos, I encountered a strange thing. All the blade pages loaded from the path "packages\theme1\views", except the control panel blade page. I don't know why? This is what I did: - In "packages\theme1\manifest.php": 'template' => [ 'theme2' => [ 'client/jsonapi/templates' ...
by ahmed31916
19 Jul 2022, 07:57
Forum: Laravel package
Topic: add middleware for the admin panel routes
Replies: 7
Views: 1289

Re: add middleware for the admin panel routes

ok, that's good. thanks.