Shipping prices not showing

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!
VanCityDev
Posts: 8
Joined: 04 Jan 2020, 04:47

Shipping prices not showing

Post by VanCityDev » 03 Mar 2020, 05:08

I have the shipping prices set in the backend, and it shows the proper shipping options during checkout - but the prices are not displayed. Am I missing something?
Attachments
delivery.png
delivery.png (38.01 KiB) Viewed 1942 times
shipping.png
shipping.png (42.81 KiB) Viewed 1942 times

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

Re: Shipping prices not showing

Post by aimeos » 03 Mar 2020, 08:29

Maybe you've changed something important in the checkout delivery template so the prices aren't used/calculated any more.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

VanCityDev
Posts: 8
Joined: 04 Jan 2020, 04:47

Re: Shipping prices not showing

Post by VanCityDev » 19 Mar 2020, 17:07

I removed all the custom templates, and still shipping prices do not show up. Any idea? Not having any luck trouble shooting this.

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

Re: Shipping prices not showing

Post by aimeos » 19 Mar 2020, 17:28

Can you please post the output of

Code: Select all

composer show
to see what versions you have installed?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

VanCityDev
Posts: 8
Joined: 04 Jan 2020, 04:47

Re: Shipping prices not showing

Post by VanCityDev » 19 Mar 2020, 18:30

Code: Select all

aimeos/ai-admin-jqadm                 2019.10.11 Aimeos ai-admin-jqadm exte...
aimeos/ai-admin-jsonadm               2019.10.4  Aimeos ai-admin-jsonadm ex...
aimeos/ai-client-html                 2019.10.13 Aimeos ai-client-html exte...
aimeos/ai-client-jsonapi              2019.10.4  Aimeos JSON API extension
aimeos/ai-controller-frontend         2019.10.9  Aimeos ai-controller-front...
aimeos/ai-controller-jobs             2019.10.10 Aimeos ai-controller-jobs ...
aimeos/ai-gettext                     2019.10.1  Aimeos Gettext extension
aimeos/ai-laravel                     2019.10.5  Laravel adapter for Aimeos...
aimeos/ai-swiftmailer                 2019.10.1  SwiftMailer adapter for Ai...
aimeos/aimeos-core                    2019.10.19 Full-featured e-commerce c...
aimeos/aimeos-laravel                 2019.10.2  Professional, full-feature...

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

Re: Shipping prices not showing

Post by aimeos » 22 Mar 2020, 09:21

You only use USD as currency? Is this also the standard currency in your frontend and is there a locale entry for this site/lang/currency combination: default/en/USD?

Can you confirm that it's working if you set up Aimeos from scratch?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply