Page 1 of 1

Popup window proceed to chechout

Posted: 15 Sep 2018, 18:38
by escafandra
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,

Re: Popup window proceed to chechout

Posted: 16 Sep 2018, 11:35
by Jan
Hi, you can enable this feature in Options:
Image

https://www.phoca.cz/documents/116-phoc ... 80-options

Add To Cart Method

Jan

Re: Popup window proceed to chechout

Posted: 17 Sep 2018, 09:59
by escafandra
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,

Re: Popup window proceed to chechout

Posted: 17 Sep 2018, 11:33
by christine
Hi,
escafandra wrote: 17 Sep 2018, 09:59 Thank you Jan, I just did it, but I am getting an ugly white square behind it, ...
Try following, add to your template.css (theme.css):

Code: Select all

div.modal {
background:transparent;    
}
Kind regards
Christine

Re: Popup window proceed to chechout

Posted: 17 Sep 2018, 11:39
by Jan
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

Re: Popup window proceed to chechout

Posted: 17 Sep 2018, 16:34
by escafandra
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.