problem in opencart in Terms & Conditions popup - popup

I have a website built in OpenCart and have a problem in a popup when you add an element to Shopping cart and then click on checkout and you will see Terms & Conditions When you click on it, it will show you Popup But the text is unclear
how I can solve this problemHomePage,Terms & Conditions,popup,
link website:website

Kindly check the followig URL. There is the problem in scripting error to display inner code in content id. You can fix this issue, content will be set as per display box.
https://i.imgur.com/HRgeAfF.png

Related

Paypal Express review page buttons not working

I have a serious issue in Paypal when I done the payment through paypal express chekout it redirect back to Mangeto on paypal/express/review page , it do not allow me to place order, the Place order button is showing disable and no action clicking on "update order data" button .
I followed the below link but I haven't got any result.
Click
Please help me,I tried from the last two days.I am ready to share admin detail if required.
Please don't suggest clear cache or enable from admin section I have done all this suggestion.
My solution was to download a fresh copy of magento and copy the files Review.php, review.phmtl and review.js to my site and it worked. I never edited those files maybe the extensions I installed changed those. Hope it helps!
After spending lots of time I got the solution for this problem.
I compressed js and css file for fast execution of my website thats why its happen after remove compression from js file, Paypal start working.

Generating a dynamic Buy Now button

I am currently speccing out a custom auction plugin for WordPress. One thing I would like to do for each item is to generate a dynamic Buy Now link that will redirect to a PayPal screen with the item name and final price.
From what I can see, the only way to generate one of these buttons is to go to the form that generates the buttons for you. Is there a js file that I can use to generate these buttons from a Wordpress admin area? If so, can someone please provide a link so that I can begin reading up on the documentation?
Thank you
There are several examples of how to create a "pay now" button on stackoverflow (with simple HTML form). I would rather not use the "insecure" forms.
For including it in Wordpress you need to create a PHP Script (Plugin) that creates you the button, either with a library or "by hand".
The second thing I would recommend is to give PayPal an URL they should call after a payment status change (IPN). Some libraries (as the one above) can help you with that.

Refreshing the page even if error message is shown

I'm using umbraco CMS and have a problem with my form.
I've added error messagges if some of the fields are empty.
If you click on "submit" the page is refreshing, and you need to scroll down again to the form section in order to view the error messages.
I did a lot of changes in the form section (design) but can't find a solution to the problem.
Has anyone had the same issue?
Are you using the new UmbracoForms implementation?
This sounds to me like a script or style issue. You should track when the user has submitted the form and after the submission (if there are errors present) scroll down to form section.
Your second option would be submitting form through AJAX, but new UmbracoForms don't currently support it: related discussion.

How to update the responses of the google form to the form itself

I am creating a Google Form. I want to insert a count in the end(anywhere,not specific) of the form which will show the number of responses submit till date.This goes like updating the live count. I have tried using script editor for Google Form Add-ons option.But I am unable to view the results automatically or changes. It asks me to accept "Terms of Service" which I don't want to do right now because I am not sure about the way it may result.
There are various options available to view the form results/responses.But here I don't want to view the results later.They should get updated when we click the submit button on form.Please note..simultaneously many users may fill the form.
To implement this,I have thought of logic like whenever submit button gets clicked..the text in the form should get updated.
Please suggest how I can add the count or apply above logic of whenever submit operation is performed. Is it possible?? Any other suggestions are welcomed..Thanks in Advance!!!
I found another possible way of doing this..I received all the responses in Google Spreadsheet..which I later embedded in my site. Solves the purpose..And the embedded data gets updated automatically for the responses !! Cheers

How to add a custom page section in Zen Cart that can be turned on and off in EZ Pages

I am not so familiar with Zen Cart, I want to add a relatively small contact form box that can be added to/taken from pages via the red and green buttons in the Tools -> EZ-Pages section of the admin panel.
Thanks
If it's simple HTML that you want to put in your custom page, then you can just create a new page an put your HTML into it.
If it's conditional PHP code that you want to run, that's not supported in EZ-Pages.
But, to Robert's point, how is your "custom page" different from the built-in Contact Us page?