When Checkout finished -> Phocacart CHANGES TEMPLATE

Phoca Cart - complex e-commerce extension
User avatar
CRM-Hero
Phoca Member
Phoca Member
Posts: 31
Joined: 24 Sep 2023, 12:11

When Checkout finished -> Phocacart CHANGES TEMPLATE

Post by CRM-Hero »

Hello Folks, hello Jan,

When Checkout finished -> Phocacart changes template
  1. I am using a different template fort he Shop
  2. it works all great until CHECK-OUT is finished
  3. then it changes to the general Homepage Layout (I'm using Helix Ultimate for both Layouts)
  4. This is annoying and rather confusing for Buying-Customer
  5. I have already searched the PhocaCart Options -> found no solution
  6. In the Joomla Menue-Settings there seems to be also no way to influence the PhacaCart Checkout behaviour
Any ideas how to resolve this ?

Thanks in advance
Roland

Current System:
Joomla 4.4
PhocaCart 4.0.9
User avatar
CRM-Hero
Phoca Member
Phoca Member
Posts: 31
Joined: 24 Sep 2023, 12:11

Re: After Checkout -> TEMPLATE changes ( PayPal Sandbox ? )

Post by CRM-Hero »

TEMPLATE changes due to PayPal-Sandbox-Account ?
  1. Could it be that the PayPal-Sandbox-Account is the culprit ?
  2. and that it returns to the wrong referrer ?
  3. I have not tried yet another payment method
Roland
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48398
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: When Checkout finished -> Phocacart CHANGES TEMPLATE

Post by Jan »

Hi, you can assign different templates to different menu links. So probably, the change of template is based on menu link change.

When you disable SEF (for test) you can see ItemId parameter in URLs and this Itemid means a menu id. You can then see if this ID changes and if yes, then try to check if such menu link is assigned to this template.

Phoca Cart, or payment methods, etc. do not have any feature to change tempalate, this is Joomla feature based on menu link.

Jan
If you find Phoca extensions useful, please support the project
User avatar
CRM-Hero
Phoca Member
Phoca Member
Posts: 31
Joined: 24 Sep 2023, 12:11

Re: When Checkout finished -> TEMPLATE change (SOLVED)

Post by CRM-Hero »

Hi Jan,

I have tried your suggestion before but didn't succeed. Issue now is SOLVED.

My pragmatic WORKAROUND is redirecting with .htaccess (it works):

Code: Select all

Redirect 301 /component/phocacart/info?Itemid=128 https://your.domain/crm-shop-red?view=info
Thanks and regards
Roland
Jan wrote: 30 Nov 2023, 02:15 Hi, you can assign different templates to different menu links ...
Jan
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48398
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: When Checkout finished -> Phocacart CHANGES TEMPLATE

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply