Hello,
I am trying to work something out. On the demo site https://www.phoca.cz/phocacartdemo/1-sk ... koda-rapid , when clicking add to cart, there is a popup window with a continue shopping and proceed to checkout options. How do I activate that feature on my site?
Thank you so much,
Popup window proceed to chechout
-
- Phoca Enthusiast
- Posts: 52
- Joined: 12 Jul 2018, 11:19
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Popup window proceed to chechout
Hi, you can enable this feature in Options:
https://www.phoca.cz/documents/116-phoc ... 80-options
Add To Cart Method
Jan
https://www.phoca.cz/documents/116-phoc ... 80-options
Add To Cart Method
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 52
- Joined: 12 Jul 2018, 11:19
Re: Popup window proceed to chechout
Thank you Jan, I just did it, but I am getting an ugly white square behind it, you can see it here https://www.atunrojodelestrecho.com/tienda.html Would you know how to get rid of it? On mobile devices it does not show but on my desktop screen I can see on the three different search engines I tried it on.
One more thing you might be able to help me with. Would you know how could I translate the Continue Shopping and Proceed to Checkout text buttons? I looked for it on public_html/administrator/language/es-ES/es-ES.com_phocacart.ini but could not find those words.
Thanks again,
One more thing you might be able to help me with. Would you know how could I translate the Continue Shopping and Proceed to Checkout text buttons? I looked for it on public_html/administrator/language/es-ES/es-ES.com_phocacart.ini but could not find those words.
Thanks again,
-
- Phoca Hero
- Posts: 2819
- Joined: 28 Nov 2010, 17:20
Re: Popup window proceed to chechout
Hi,
Kind regards
Christine
Try following, add to your template.css (theme.css):escafandra wrote: ↑17 Sep 2018, 09:59 Thank you Jan, I just did it, but I am getting an ugly white square behind it, ...
Code: Select all
div.modal {
background:transparent;
}
Christine
- Jan
- Phoca Hero
- Posts: 48402
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Popup window proceed to chechout
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:
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
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"
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
If you find Phoca extensions useful, please support the project
-
- Phoca Enthusiast
- Posts: 52
- Joined: 12 Jul 2018, 11:19
Re: Popup window proceed to chechout
Thank you Jan, the translation issue is solved, great help.
The other issue I have to look into it with more time. As always, thanks for your help.
I.
The other issue I have to look into it with more time. As always, thanks for your help.
I.