Search found 56 matches

Search found 56 matches

Re: Broken Product Tags

Bumping in the hopes that someone knows why only one tag is not returning results.

Jump to post
  • Tue May 20, 2014 8:01 am
  • Replies 2
  • Views 377
Broken Product Tags

I looked around and tried a few of the solutions I found here on the boards, but my problem still exists. I am using this extenstion that I slightly modified and (I believe) 1.5.5.1. Below is search results / items with tag: Black 0/28 White 6/6 Red 12/14 Blue 3/1 Animal Print 3/3 Green 1/1 Ivory 2/...

Jump to post
  • Wed May 14, 2014 3:01 am
  • Replies 2
  • Views 377
Re: Shipping with OpenCart

So you have been actively monitoring OpenCart forums for nearly three years, but have not developed an extension? Anyways, I feel like I am really missing something here because it seems what I am trying to do would be common practice. But all my other webstores have been digital delivery, so I have...

Jump to post
  • Mon Mar 17, 2014 10:23 pm
  • Replies 2
  • Views 542
Shipping with OpenCart

The past few days I have been fighting with trying to install the Magento junk with no success. The main reason is because I want to use Stamps.com for my new site. So my question is, does OpenCart have something similar. I want to: bulk print postage for orders automatically update tracking informa...

Jump to post
  • Mon Feb 24, 2014 11:36 pm
  • Replies 2
  • Views 542
Re: What happens if I empty vqcache?

Do the files come back?

Jump to post
  • Tue Oct 01, 2013 4:50 am
  • Replies 3
  • Views 1021
What happens if I empty vqcache?

Title pretty well sums it up.

Jump to post
  • Tue Oct 01, 2013 4:05 am
  • Replies 3
  • Views 1021
Re: Creating a Custom Page in OpenCart

Got it! I was thinking it redirected traffic to /static rather than being an alternative.
Would this work for categories as well?

Jump to post
  • Sun Sep 29, 2013 12:26 pm
  • Replies 107
  • Views 191664
Re: Creating a Custom Page in OpenCart

Awesome tutorial, thank you! The only thing I cannot get to work is this: RewriteRule ^static$ index.php?route=information/static Add that code into your htaccess file right after the rewrite on part. So to access your page, you can go to yoursite.com/static instead of the long url. Simply amazing. ...

Jump to post
  • Sun Sep 29, 2013 5:47 am
  • Replies 107
  • Views 191664
Re: MaxMind Risk Score Question

you might have an extension breaking the fraud mechanism. Not sure if i'm right on that. Try reading your vqcache/vq2-catalog_model_checkout_order.php file and see if anything is broken there by any vqmod scripts Thanks I will look into that now. Though admittedly, I might miss something because I ...

Jump to post
  • Sat Sep 28, 2013 3:18 am
  • Replies 7
  • Views 1770
Re: MaxMind Risk Score Question

This is the reply I got from MaxMind after they started trying to figure out what was going on: "Hello, Because of the potential for time-out issues, we log queries that use the potentially slow methods which I mentioned when we chatted yesterday. We checked back through the "slow queries&...

Jump to post
  • Fri Sep 27, 2013 8:03 am
  • Replies 7
  • Views 1770
Re: MaxMind Risk Score Question

2013-09-23 12:16:13 - PHP Notice: Undefined index: order_id in /home/lgcards_admin/lgcards.com/catalog/controller/payment/stripe.php on line 174 2013-09-23 12:16:13 - PHP Notice: Undefined index: payment_code in /home/lgcards_admin/lgcards.com/vqmod/vqcache/vq2-catalog_model_checkout_order.php on l...

Jump to post
  • Wed Sep 25, 2013 3:03 am
  • Replies 7
  • Views 1770
Re: MaxMind Risk Score Question

When I messaged MaxMind and asked why the handshake was staying open for so long, some turd replied with "message openCart"... A lot of help they are... Anyways, in: catalog/model/checkout/fraud.php On lines 4 and 58 I changed $risk_score = 0; to $risk_score = 100; Probably wont work... bu...

Jump to post
  • Tue Sep 24, 2013 7:56 am
  • Replies 7
  • Views 1770
MaxMind Risk Score Question

version 1.5.5.1 I have my MaxMind Risk Score set to 10 and anything over is supposed to go to "Pending" status. However, I have had multiple orders of 80 and 90 RS complete... A few completed, then one with 82.69 was set to pending as it should have been. A few minutes later, two orders wi...

Jump to post
  • Tue Sep 24, 2013 4:13 am
  • Replies 7
  • Views 1770
Re: Block IP Not Working?!!?

Oye that I set orders to go to complete status or that I managed to somehow destroy a plug and play website?

Jump to post
  • Sun Sep 08, 2013 8:11 am
  • Replies 18
  • Views 2463
Re: Adding custom query

I actually just realized that this is probably pointless anyways. Looking at the POST data history, it apparently is not sending an address with the order anyways...

Jump to post
  • Sun Sep 08, 2013 4:11 am
  • Replies 3
  • Views 1017
Re: Block IP Not Working?!!?

The three failures were IP Block, MaxMind, and Stripe itself since they run fraud checks, then emailed and said the sale was potentially fraudulent, and let it process anyways. I am using 1.5.5.1 and System > Settings > Option > Order Status is set to Complete if that makes a difference. do the seve...

Jump to post
  • Sun Sep 08, 2013 3:56 am
  • Replies 18
  • Views 2463
Re: Adding custom query

Thanks. Where would be a good place to put this? $this is not called in index.php and gives me fatal errors every time I try to add it in random spots.

Ive never used functions and objects in PHP so this is a little outside my range.

Jump to post
  • Sun Sep 08, 2013 3:46 am
  • Replies 3
  • Views 1017
Re: Block IP Not Working?!!?

It didnt mark as pending though. It went right to complete even though the IP was in my banned list.

Jump to post
  • Sat Sep 07, 2013 9:53 am
  • Replies 18
  • Views 2463
Re: Block IP Not Working?!!?

Honestly, Im not totally sure what you mean.
But, I do understand why it did not do what I expected it to. So thank you sir.

Jump to post
  • Sat Sep 07, 2013 7:57 am
  • Replies 18
  • Views 2463
Adding custom query

I want to do three things: 1. add a query to check if a user has an address in my database 2. block the checkout process if there is not an address 3. add a notification to the top of all pages (logged in users) if there is no address I want to do this because I have a Facebook Login plugin, and Fac...

Jump to post
  • Sat Sep 07, 2013 7:56 am
  • Replies 3
  • Views 1017

Search found 56 matches