Jump to content

bondimedical

Member
  • Posts

    177
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by bondimedical

  1. How do I add a new term to a Phrase Group from the Admin?
  2. Works perfectly. Thank you very much for your help
  3. No I am not making a separate Contact Us page. It's just the normal CubeCart one. CubeCart's reCaptcha is disabled.
  4. I have managed to get it to work with the following code: if (strtolower($_POST['captcha']) != 'mycode') {$GLOBALS['gui']->setError('The code entered was incorrect. Please try again.'); httpredir('index.php?_a=contact'); }But what it does is clear the form of all the details which the customer entered, name, email etc. How can I prevent this from happening?
  5. I would like to install a simple recaptcha on my Contact Us page and am using the tutorial here - http://myphpform.com/form-spam.php - The HTML is not a problem but the PHP if (strtolower($_POST['code']) != 'mycode') {die('Wrong access code');}is the issue. How do I change this so it displays the error message for Cubecart?
  6. To fix this open cubecart.class.php on line 1240 "language" is spelled incorrectly as "languague"
  7. If you enter an invalid email address in 5.2.17 on the Contact Form no error message is displayed and the page simply reloads?
  8. There is definitely some problem. As you can see from your own results getting the first byte is very slow. Have you tried using a CDN?
  9. Just upgraded to 6.0.7 and noticed that the Subscribe button for the mailing list is badly aligned for large and medium devices. How do I fix this?
  10. Thanks again for your help. The reason I have asked for this is because if someone clicks on the back button from the Terms & Conditions page data is lost from all the forms which the customer has filled out. Is it possible to do this edit from the Admin or you have to change definitions.xml directly?
  11. I would like the Terms & Conditions links on the Register and Confirm pages to open in a new tab _blank. How can I do this?
  12. Thanks for your help. I will play around with this and see how it works. The main reason I want this is because I have switched off my recaptcha but now my Contact form is being bombed by spam bots.
  13. I have noticed that reviews have the IP address of the person who submitted it in the Admin. How can I do the same for people who submit questions through the Contact Us Form, perhaps including the IP address in the message sent to the designated email?
  14. I have commented out the Recaptcha form on the confirm page and it is not showing. However, it displays an error message in the next step of the checkout "The verification code was incorrect. Please try again." Why is this? The verification code was incorrect. Please try again.
  15. I would like to the recaptcha from the comfirm page. How can I do this?
  16. On the checkout page there is a box "Delivery Notes or Additional Comments". How can I make this wider?
  17. The mobile version of Foundation has a second clickable link inside a category in this case titled "TV & Home Cinema". How do I remove this?
  18. Currently the cut off point for small devices is 640px. How can I change this to 650px?
  19. In the order processing email a store logo with a link to the website is put at the top. I have had a look at the email templates in the Admin but the logo is not there. How do I remove this logo?
  20. I have changed the News feed URL to https://forums.cubecart.com/rss/forums/1-cubecart-news-announcements/ in my CubeCart 5 store without Brian's fix and the issue fixed itself.
  21. So should I apply Brian's fix or you guys will fix it at your end?
  22. If you view the image I am noticing that ALL CubeCart stores are displaying an extended version of the News & Announcements. Why is this?
×
×
  • Create New...