Search found 42 matches

by whatdaro
16 Nov 2021, 20:40
Forum: Laravel package
Topic: product import job not running
Replies: 2
Views: 868

Re: product import job not running

I've worked out that my format of the array in shop.php was not structured properly. I've fixed that, but now the products get updated but the image is not getting added. I've tried multiple ways to enter the file name. could you please let me know what is the exact format required for the file path...
by whatdaro
16 Nov 2021, 18:52
Forum: Laravel package
Topic: product import job not running
Replies: 2
Views: 868

product import job not running

Aimeos : 21.10.2 OS: Linux running from shell: php artisan aimeos:jobs "admin/cache admin/log catalog/import/csv order/cleanup/unpaid product/import/csv product/bought index/rebuild index/optimize product/export/sitemap subscription/process/begin subscription/process/renew subscription/process/...
by whatdaro
15 Nov 2021, 10:16
Forum: Laravel package
Topic: how and when does the pdf-body-standard.php template get created?
Replies: 6
Views: 1602

Re: how and when does the pdf-body-standard.php template get created?

Either you've changed the file directly (strongly not recommended!) or you have copied it to your own extension and modified it there. I'm certain I did not edit this file because I did not know it existed, I only found out about it after testing the order emails, I realised there was a PDF attache...
by whatdaro
14 Nov 2021, 15:19
Forum: Laravel package
Topic: how and when does the pdf-body-standard.php template get created?
Replies: 6
Views: 1602

Re: how and when does the pdf-body-standard.php template get created?

It will be used when sending the order confirmation e-mail (or in fact any payment related e-mail). You can trigger resending those e-mails be removing the records in "mshop_order_status" table related to the order with the type "email-payment". Thanks for the reply, however I d...
by whatdaro
13 Nov 2021, 23:46
Forum: Laravel package
Topic: display order of Variant attributes
Replies: 1
Views: 672

display order of Variant attributes

Laravel version=2021.10.2
OS: Linux

Hi Aimeos team,
I'd like to know where I can control the order the Variant product attributes are displayed please.
Also how to change from dropdown select to radio buttons, the documentation on this is not all that clear, thanks.

Kind Regards,
Jay
by whatdaro
13 Nov 2021, 08:19
Forum: Laravel package
Topic: how and when does the pdf-body-standard.php template get created?
Replies: 6
Views: 1602

how and when does the pdf-body-standard.php template get created?

This file appears to contain information specific to my site so wanted to know at what stage does the file get created and how can one trigger the re-creation of the file, please.
by whatdaro
13 Nov 2021, 08:16
Forum: Laravel package
Topic: how to edit or add payment/delivery provider
Replies: 1
Views: 615

how to edit or add payment/delivery provider

I would like to edit the PostPay (Cash on Pick-Up) provider so that the pick up time selector also has a date not just the time.
Please let me know where I can change this, thanks.
by whatdaro
27 Oct 2021, 12:48
Forum: Laravel package
Topic: use tables in product long text
Replies: 1
Views: 594

use tables in product long text

How can one use tables in the long description for products.
If I enter the html markup for tables it gets stripped after saving.
Is it possible to disable the stripping or any other way to use tables?
by whatdaro
18 Oct 2021, 05:20
Forum: Laravel package
Topic: Documentation for Slick Slider
Replies: 1
Views: 784

Documentation for Slick Slider

hi Aimeos team,
I would like to know if there is any documentation for the slick slider used by the default template theme.
I would like to know where to configure speed of slides, auto matic/manual, size, thanks.
by whatdaro
12 Oct 2021, 03:08
Forum: Laravel package
Topic: how to use unique CustomerID instead of email to login
Replies: 1
Views: 609

how to use unique CustomerID instead of email to login

hi,
I would like to re-configure my shop to allow logins with a unique customerID intead of the eMail address
Could you please point me to the documentation where to do that thanks.

Aimeos Ver: 2021.07.6
OS: Linux
Laravel : 6.20.32

Thanks