Hi, it seems like you have some conflicts with libraries on your site.
Phoca Cart is stylized by Bootstrap3 - so try to find if there is no conflict with Bootstrap2 library, etc. (You can see your template, disable loading of Bootstrap in Phoca Cart - in case - two the same versions are loaded, etc.)
There is a plugin:
https://www.phoca.cz/phoca-upgrade-system-plugin - which tries to correct the Bootstrap 2 output from Joomla! (in case your template is not Bootstrap3 template) so you can try to install it and set the parameters and test if it will help
To discover loaded libraries, just use web developer tool:
https://www.phoca.cz/documents/16-jooml ... -conflicts
Translation: first of all, you need to take a look at them in English file and then find them in your language. It is possible that your language is not up-to-date and must be updated:
The strings are:
Code: Select all
COM_PHOCACART_PROCEED_TO_CHECKOUT="Proceed to checkout"
COM_PHOCACART_CONTINUE_SHOPPING="Continue shopping"
and you can find it there:
administrator\language\en-GB\en-GB.com_phocacart.ini
language\en-GB\en-GB.com_phocacart.ini
(the best way is to add missing translation from English file to your file and translate it there)
Best way to solve the design issues is to run Joomla! 3 and Bootstrap 3 template.
Jan