Search found 82 matches

Search found 82 matches

Re: Customer orders -first order way off

Thanks, but that's impossible because of the custom php programming we had done for things we needed. No other ideas?

Jump to post
  • Wed Oct 10, 2012 11:28 am
  • Replies 5
  • Views 393
Customer orders -first order way off

Under Admin -> Reports -> Customers -> Orders, my first customer is racking up a huge total. Other customers in the report seem fine. Somehow the first customer's info changes, even though there has been no actual activity. I disabled him, and still the # of orders for him grow. I've attached a scre...

Jump to post
  • Tue Oct 09, 2012 4:10 am
  • Replies 5
  • Views 393
Category Page - Blank Space in IE7

I have a problem in IE7 and 6 only: I've designed category pages with image only - no description. But in IE7 and 6, space is left for the description area...just a lot of blank space. So customers have to scroll down quite a bit to see products listed. Does anyone know a fix for this? I've tried de...

Jump to post
  • Thu Apr 12, 2012 8:35 am
  • Replies 0
  • Views 404
Re: One-Step Logout

Many thanks avvici!! Works great.

For anyone else who doesn't know, you change this in the controller/common/header.php file. Just search for text_logged and you'll find the line.

Jump to post
  • Fri Apr 06, 2012 2:30 am
  • Replies 3
  • Views 2657
[SOLVED]One-Step Logout

Is it possible to logout in one step by clicking on the Logout link in the header, instead of taking customer to the Account page to logout?

Jump to post
  • Fri Apr 06, 2012 1:56 am
  • Replies 3
  • Views 2657
Re: Order Total $0 (gift card) - Authorize.net

Nevermind... I figured it out...

Added this to catalog/model/payment/authnetsim.php:

Changed:

Code: Select all

public function getMethod($address) {
To:

Code: Select all

public function getMethod($address, $total) {
and added this in body:

Code: Select all

if ($total > 0) {
			$status = true;
		} else {
			$status = false;
		}

Jump to post
  • Thu Apr 05, 2012 2:27 am
  • Replies 3
  • Views 615
Re: Order Total $0 (gift card) - Authorize.net

@Joel - Hey, thanks a lot! That solved half of my problem. The other half of my problem is to make the Authorize.net SIM payment method not show up if order total is $0, if you have any ideas...

Jump to post
  • Thu Apr 05, 2012 2:00 am
  • Replies 3
  • Views 615
[SOLVED]Order Total $0 (gift card) - Authorize.net

OK, I've got kind of tricky problem. A programmer put a module in my OpenCart store for handling Gift Cards from an external company. Used their API, went off the OpenCart voucher setup somewhat... Store connects to Authorize.net thru SIM. Problem is, if order total is $0, no reason to go to Authori...

Jump to post
  • Thu Apr 05, 2012 12:22 am
  • Replies 3
  • Views 615
Re: extra characters in admin html email

@uksitebuilder - Thanks a lot for this...I needed this too

Jump to post
  • Tue Apr 03, 2012 11:34 pm
  • Replies 4
  • Views 485
Re: Order confirmation email to store owner

Did anyone figure this out? My client wants this too...

Jump to post
  • Tue Apr 03, 2012 8:06 am
  • Replies 15
  • Views 13969
Re: Order ID, Invoice ID

Straightlight, thank you again for your detailed response. I am sadly just not getting the reasoning. Probably because I'm not a business owner myself. I lost you at the beginning: Let's presume that two identical order ID gets added: Order ID: 1 - Customer X Order ID: 1 - Customer Y How could that ...

Jump to post
  • Tue Apr 03, 2012 1:03 am
  • Replies 5
  • Views 2505
Re: Authorize.net SIM format

SammyJones - I bought Qphoria's module and installed it. It works really well, and I feel it is professional enough for my client's mid-sized store. Customers fill in name/address, etc at OpenCart, then OpenCart sends info to the Authorize.net payment page, so the fields are already filled in. You c...

Jump to post
  • Tue Apr 03, 2012 12:16 am
  • Replies 5
  • Views 3320
Re: Order ID, Invoice ID

Thanks straightlight... I guess I still don't understand why we need two separate numbers. Or at least for what I'm doing: 1. customer puts products in cart 2. customer checks out 3. customer sent thru authorize.net SIM to make payment (which lists "Invoice No" as their field, but brings i...

Jump to post
  • Mon Apr 02, 2012 5:10 am
  • Replies 5
  • Views 2505
Order ID, Invoice ID

Can anyone tell why we have both Order ID and Invoice ID instead of just Order ID? Maybe it benefits people who bill rather than have all customers pay through payment gateway/PayPal, etc? Just interested in the reasoning, and whether it's overkill to have both for my situation, which just offers cr...

Jump to post
  • Mon Apr 02, 2012 1:32 am
  • Replies 5
  • Views 2505
Authorize.net SIM format

If I integrate the authorize.net SIM module, how does Checkout work? Do customers fill in all their details at the OpenCart site and then fill them all over again at authorize.net? Do they then have to get two receipts in their email? Can it all look professional? I've searched for this and just can...

Jump to post
  • Thu Mar 29, 2012 8:05 am
  • Replies 5
  • Views 3320
Authorize.net AIM, PCI compliance...

This week has sucked as I try to figure out what the best solution for my client and myself is regarding taking credit cards on the OpenCart site I'm building for him. After getting the authorize.net AIM going nicely, I'm getting cold feet about the vague nature of PCI compliance, the fact my first ...

Jump to post
  • Thu Mar 29, 2012 8:03 am
  • Replies 0
  • Views 751
Response URL for authorize.net

Authorize.net asks you to specify a Response URL, to which the payment gateway sends transaction responses.

What would this be for OpenCart? Would it be an actual php file containing authorize.net AIM script? Or would it be some general URL?

Thanks...

Jump to post
  • Tue Mar 27, 2012 9:42 pm
  • Replies 0
  • Views 492

Search found 82 matches