Page 1 of 1

When Checkout finished -> Phocacart CHANGES TEMPLATE

Posted: 27 Nov 2023, 19:48
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

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

Posted: 28 Nov 2023, 12:52
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

Re: When Checkout finished -> Phocacart CHANGES TEMPLATE

Posted: 30 Nov 2023, 02:15
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

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

Posted: 30 Nov 2023, 13:18
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

Re: When Checkout finished -> Phocacart CHANGES TEMPLATE

Posted: 03 Dec 2023, 01:01
by Jan
Ok