Search found 24 matches

Search found 24 matches

Re: Zone ajax drop-down does not populate with SSL enabled

Yes. SSL wouldn't work at all if I hadn't done this. Here's the excerpt from config.php:

Code: Select all

// HTTPS
define('HTTPS_SERVER', 'https://www.rachelburklund.com/store/');
define('HTTPS_IMAGE', 'https://www.rachelburklund.com/store/image/');

Jump to post
  • Thu Nov 20, 2008 5:18 am
  • Replies 40
  • Views 25589
Re: Zone ajax drop-down does not populate with SSL enabled

Is the check in OpenCart looking for the string "on"? As far as boolean values go, 1 has long been used to mean TRUE and 0 FALSE.

Jump to post
  • Thu Nov 20, 2008 4:26 am
  • Replies 40
  • Views 25589
Re: Add Captcha

I've got reCaptcha working on one of my non-OpenCart sites. Their PHP instructions are pretty straightforward.

http://recaptcha.net/

My only beef with them is their code doesn't validate xhtml strict.

Jump to post
  • Thu Nov 20, 2008 2:10 am
  • Replies 8
  • Views 3711
Re: Zone ajax drop-down does not populate with SSL enabled

Q: Thanks for the tip about using the full https url in the AJAX call. As a temporary solution I've patched the handful of tpl's on our live store that use that ajax call, just so we can get SSL back on for the time being.

Jump to post
  • Thu Nov 20, 2008 2:07 am
  • Replies 40
  • Views 25589
Re: Zone ajax drop-down does not populate with SSL enabled

I did some testing on our live server. 1) The latest jquery (1.2.6) does not fix the problem 2) I installed a fresh copy of v0.7.9-rc3 pointed to a new db, and I still see the same behavior: SSL on makes the Zone drop-down empty with a javascript error, SSL off and everything seems to work fine. htt...

Jump to post
  • Wed Nov 19, 2008 3:26 pm
  • Replies 40
  • Views 25589
Re: Zone ajax drop-down does not populate with SSL enabled

I would suggest using Firebug to see if there is a Javascript error. That's how I discovered that my problem had to do with SSL.

Jump to post
  • Wed Nov 19, 2008 2:15 am
  • Replies 40
  • Views 25589
Re: Zone ajax drop-down does not populate with SSL enabled

I'll try a fresh install of 0.7.9 rc3 on another folder on the same server and see if I can duplicate the issue. In the meantime I have SSL turned off on the live site until we resolve this issue. Now I'm trying to find out if SSL is really necessary. I've opened up another thread on that topic here...

Jump to post
  • Wed Nov 19, 2008 12:22 am
  • Replies 40
  • Views 25589
Is SSL necessary?

I've been having some problems when SSL is turned on, and so we've temporarily turned off SSL on our live site until we can get the issues resolved. So it's prompted me to think "Do we need SSL in the first place?" Googling "when to use SSL" results in varied answers from "a...

Jump to post
  • Wed Nov 19, 2008 12:21 am
  • Replies 8
  • Views 3300
Re: Zone ajax drop-down does not populate with SSL enabled

If I was still testing this site, I'd try out 0.7.9 rc3, but we just went live. By the way, do you know how to check the currently installed OpenCart version?

Jump to post
  • Tue Nov 18, 2008 2:13 pm
  • Replies 40
  • Views 25589
Re: Zone ajax drop-down does not populate with SSL enabled

Is anyone else seeing this error when SSL is enabled?

Jump to post
  • Tue Nov 18, 2008 11:52 am
  • Replies 40
  • Views 25589
Zone ajax drop-down does not populate with SSL enabled

I'm seeing an error with the Zone drop-down field on the Account Create page. When the page loads no items are being added to the Zone drop-down. Choosing a different Country does not populate the Zone drop-down either. Firebug gives me the following errors on page load: 1) Security Error: Content a...

Jump to post
  • Mon Nov 17, 2008 1:54 pm
  • Replies 40
  • Views 25589
Re: Where is the template that the email newsletter uses?

Thanks for the reply Qphoria. I went ahead and made myself a little mod to do what I needed, and thought I'd post it here to help anyone else who might want to create a newsletter template. Here is the file I modified: admin/template/default/newsletter.tpl The original code at line 35 was this: <td>...

Jump to post
  • Fri Oct 31, 2008 12:30 am
  • Replies 2
  • Views 1446
Where is the template that the email newsletter uses?

I know about checkout_email.tpl for customizing the content/formatting of the order confirmation email, but where is the template that the newsletter uses? I'd like to insert a branding image at the top of every newsletter, as well as an unsubscribe footer.

Anyone know about this?

Jump to post
  • Thu Oct 30, 2008 5:13 pm
  • Replies 2
  • Views 1446
Re: Taxes make no sense in OpenCart!

Following Bruce's tax setup doc I was able to solve the problem of taxes being automatically added to products' display prices. But then I saw that after an order was completed, viewing an invoice under the customer's My Account page or as Admin on the Order page, it was still rolling tax into the p...

Jump to post
  • Fri Aug 29, 2008 6:34 pm
  • Replies 30
  • Views 20737
Re: www.james-dunn-photo.com/shop

It looks like there's some high quality photography there. The watermarks on the images though are pretty distracting. It would be nice if they were a little more transparent.

Jump to post
  • Fri Aug 29, 2008 4:52 pm
  • Replies 5
  • Views 3979
Re: New to Open Cart, trying to set up Apache, MySQL and PHP

If you're on a Mac, I highly recommend MAMP. I tried to compile and install PHP and MySQL myself, but got frustrated pretty quickly. MAMP makes it simple, and I can turn off the web server stuff when I'm not using it too, so I don't have to worry about any "always on" security risks.

Jump to post
  • Fri Aug 29, 2008 4:46 pm
  • Replies 3
  • Views 1197
Re: Normal javascript image popup instead of the build in one!

For what it's worth, I'm using Slimbox instead of Thickbox for my image popups. Like Bruce, I've also got my Terms & Conditions popping up AJAX style. I found an offshoot of Slimbox, called MOOdalBox, that can popup any html content in it's own AJAX window. I much prefer these to browser popups ...

Jump to post
  • Fri Aug 29, 2008 4:43 pm
  • Replies 15
  • Views 4676
Re: Currency always display pounds instead of dollars in 0.7.8

Thanks for the pointer Raj. I have had that same problem before that you were describing about conversion rates changing prices without me realizing it. This problem however wasn't with incorrect amounts showing, but rather the wrong currency symbol. I figured out the problem in any case. My browser...

Jump to post
  • Sat Aug 23, 2008 5:51 am
  • Replies 4
  • Views 3886

Search found 24 matches