Page 3 of 3
Re: big problem after update
Posted: 06 May 2020, 21:04
by leoalv
My recommendation is that you change the name of the phoca cart overrides folder in your template, and if it works, you return to the previous name of the folder, now you have to do the same with the folders or internal files of the override that should be in TEMPLATE_NAME/com_phocacart. As I see the code that you paste the problem must be in one of the files of the category override. When you have detected what file or files they are, rename them by another name backu.php for example, then copy the original files from the component views: component/com_phocacart/views. you can do the customization based on the files older than the one you named backup.php
Luck.
Re: big problem after update
Posted: 07 May 2020, 11:23
by Angelo.pe
Good morning Leolav and thank you for the answer.
Since I'm not very good at doing what you told me, please, I'm asking you to point out to me, step by step, the operations to perform.
Thank you so much
Re: big problem after update
Posted: 07 May 2020, 13:16
by Angelo.pe
I solved the problem after deleted the /templates/jf_simone/html/com_phocacart/.
Re: big problem after update
Posted: 07 May 2020, 16:39
by leoalv
I don't think the problem is all override, apparently it is in /templates/jf_simone/html/com_phocacart/category. that's why I tell you you have to rename the internal folders of com_phocacart to discover in which folder the file that generates the problem is located. then you do the same with the files, when you find the file you change its name or delete it. Additionally, if you want to customize copies of the original that is in a folder with the same name in components/com_phocacart/views/ and paste it into the folder that is inside your template, you can work on your customizations on that file.
Luck