Payment and delivery

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
viptapis
Posts: 12
Joined: 12 Jan 2022, 23:20

Payment and delivery

Post by viptapis » 05 Sep 2022, 12:18

Hello Dear
i have points need your kind attention.
1)we want to copy Configuration (Delivery and Payment) from one website to another website.
is there an easy way to do it other than manually adding the details?

2)is there a way to read the shipping rate with API ?

regards
Vip

User avatar
aimeos
Administrator
Posts: 8636
Joined: 01 Jan 1970, 00:00

Re: Payment and delivery

Post by aimeos » 06 Sep 2022, 16:20

viptapis wrote: 05 Sep 2022, 12:18 1)we want to copy Configuration (Delivery and Payment) from one website to another website.
is there an easy way to do it other than manually adding the details?
There's no export/import for that but you can dump the mshop_service table and import the records into your new database.
viptapis wrote: 05 Sep 2022, 12:18 2)is there a way to read the shipping rate with API ?
You can implement a service decorator to fetch the shipping rates from any API:
https://aimeos.org/docs/latest/provider ... ecorators/
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply