Currency select module not working for guest

Phoca Cart - complex e-commerce extension
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 121
Joined: 15 Sep 2023, 10:51

Currency select module not working for guest

Post by landed »

Hi
I have currency setup and would prefer it to be detected by the user location. Is that possible?

But for now I have the standard dropdown selector. I just don't see it working unless you are logged in. Many will do a guest checkout.
So my issue is that for guests you can't change the currency.

[Correction] It seems to work when you do select guest in the checkout form. However not before that step. As the currency selector is higher in the screen it feels like it is broken. We don't want the customer to feel this way.

Could the currency module be injected further down between the billing address and the payment options?
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Currency select module not working for guest

Post by Benno »

Hi,
[Correction] It seems to work when you do select guest in the checkout form. However not before that step. As the currency selector is higher in the screen it feels like it is broken. We don't want the customer to feel this way.
I just tested this and I do not have this problem. Not in categories view:
Image

as well as in category view:
Image

Image

Kind regards,
Benno
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 387
Joined: 07 Nov 2018, 14:55

Re: Currency select module not working for guest

Post by Nidzo »

The currency can't be changed automatically regarding location.
Check module permissions for not displaying to public.
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 121
Joined: 15 Sep 2023, 10:51

Re: Currency select module not working for guest

Post by landed »

How do I recreate that top right look which you have in cassiopeia? Is it just menu items with icons? My currency issues are in checkout page. Thanks for both your inputs.

My top right items seem stacked.The currency is very long. I am using a rockethmeme template orion but since you have it in cassiopeia I don't believe there is much css which the template must bring itself.

I am using gantry and followed the item and css class shown in step 8 here https://www.phoca.cz/documentation/115- ... 5-template

Image

Ok now I see the need for the override packages- but do I need both for gantry one is module overrides the other is css.
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9435
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Currency select module not working for guest

Post by Benno »

Hi,
How do I recreate that top right look which you have in cassiopeia? Is it just menu items with icons?
It's template overrides of some Phoca Cart Modules. See: https://www.phoca.cz/download/99-phoca- ... -overrides
I use Phoca Cart Cassiopeia (Dropdown) Overrides, but you should use Phoca Cart Gantry5.5 Overrides (J4) & perhaps Phoca Cart Gantry5.5 Custom CSS (J4)

Kind regards,
Benno
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 121
Joined: 15 Sep 2023, 10:51

Re: Currency select module not working for guest

Post by landed »

Thanks- I tried the scss file but it caused an error when compiling the css. So I need to go deeper.
It does feel like this is a weak part of the cart system to me. When you just want say a small dropdown with currency code or even 3 small square buttons that work on the checkout page. Not just the category pages. Currency should work everywhere no matter if you are logged in or not. Without all this custom work that module for the currency isn't working.
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 121
Joined: 15 Sep 2023, 10:51

Re: Currency select module not working for guest

Post by landed »

How is the currency selector working so I may debug why it's not taking. I am so close to being able to go live it's frustrating.
On my demo it does work but 1 screen refresh late. And just reresh doesn't do it you need to nav to a different page. That is weird.
User avatar
Nidzo
Phoca Professional
Phoca Professional
Posts: 387
Joined: 07 Nov 2018, 14:55

Re: Currency select module not working for guest

Post by Nidzo »

Disable caching and try. Also if you can put testing site online on subdomain or elsewhere so we can access it. I don't understand you sometimes and I can't help you then 😊
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 121
Joined: 15 Sep 2023, 10:51

Re: Currency select module not working for guest

Post by landed »

Thanks- I do want to keep the site away from public, I don't mind most members seeing it is there a private message system here? let me try.
User avatar
landed
Phoca Professional
Phoca Professional
Posts: 121
Joined: 15 Sep 2023, 10:51

Re: Currency select module not working for guest

Post by landed »

It looks from network request that the POST is getting redirected 303 not sure if this is how it is supposed to work.
[edit] This seems to be as the demo sites work. The request is posted fine to the cart url. The redirect is then refreshing the current url. Think I have a standard htaccess.
Post Reply