Search found 107 matches

Search found 107 matches

Re: Show order ID in bank transfer

Also works on 1.4.9.1
Should be integrated in the core. BIG THANKS!

Jump to post
  • Thu Dec 20, 2012 6:36 pm
  • Replies 20
  • Views 52376
Re: Missing order - pay afterwards

anyone can help me out?

Jump to post
  • Mon Dec 03, 2012 10:45 pm
  • Replies 4
  • Views 354
Re: Hide Free Checkout for shipping costs

I think Automatic Shipping is exactly what i need ;)
So i just bought it. But does it work for 1.4.9.1 out of the box?

EDIT:
ok, seems to work. But now it chooses PICK UP as the standard as this is the cheapest one. is there a way to exclude certain methods?

Jump to post
  • Mon Nov 26, 2012 11:18 pm
  • Replies 6
  • Views 764
Re: Hide Free Checkout for shipping costs

The "error" only occurs if i choose guest checkout. Because shipping and payment are on one page. If i have entered a coupon which reduces the overall amount to 0.00€ the shipping is not taken into account and therefore i can choose "free checkout", even though i have to pay ship...

Jump to post
  • Mon Nov 26, 2012 7:01 pm
  • Replies 6
  • Views 764
Re: [SOLVED] Add old orders to new account

I`ve solved it! $query = $db->query("SELECT DISTINCT email, customer_id as cid FROM `order` WHERE customer_id > 0"); foreach ($query->rows as $row){ $query2 = $db->query("UPDATE `order` SET customer_id = '". (int)$row['cid'] ."' WHERE LCASE(email) = '".strtolower($row['...

Jump to post
  • Mon Nov 19, 2012 10:18 pm
  • Replies 9
  • Views 523
Re: E-Mail Address is already registered!

UPDATE: alright, it seems that this message DOES appear, but only if the case is exactly the same. so it matters if its written upper or lowercase even though its the same address.

Jump to post
  • Mon Nov 19, 2012 8:20 pm
  • Replies 1
  • Views 198
E-Mail Address is already registered!

Im using OC 1.4.9.1 If i register a new account with a mail adress that is already registered, there is NO message like this: E-Mail Address is already registered! Instead it creates a "new" account but with the old ID. So if a user knows the mail adress of another cutomer, he could log on...

Jump to post
  • Mon Nov 19, 2012 7:22 pm
  • Replies 1
  • Views 198
Re: [SOLVED] Add old orders to new account

<?php require_once('config.php'); require_once(DIR_SYSTEM . 'startup.php'); // Registry $registry = new Registry(); // Loader $loader = new Loader($registry); $registry->set('load', $loader); // Config $config = new Config(); $registry->set('config', $config); // Database $db = new DB(DB_DRIVER, DB...

Jump to post
  • Mon Nov 19, 2012 6:34 pm
  • Replies 9
  • Views 523
Re: [RELEASED] Show order invoice to guests with order key

Ok. So far as i can see it doesnt. Maybe just a small thing. As i was going through the vqmod i realized that there are changes in "catalog/controller/account/order.php". this doesnt exist in 1.4.9.1

Jump to post
  • Fri Nov 16, 2012 11:16 pm
  • Replies 21
  • Views 26655
Re: [RELEASED] Resend Confirmation Emails

any chance of getting this for 1.4.9.1?

Jump to post
  • Fri Nov 16, 2012 8:27 pm
  • Replies 6
  • Views 1841
Re: [SOLVED] Add old orders to new account

sadly i was wrong as i said it was working.
Could you please take a look at it again?

Jump to post
  • Fri Nov 16, 2012 5:33 pm
  • Replies 9
  • Views 523
Re: Missing order - pay afterwards

thanks, that is a first step. (besides im using 1.4.9.1 - so sadly that doesnt work for me)
But the customer could only pay with bank transfer. i wish i could give the ability for the customer to use all payment methods.

Jump to post
  • Fri Nov 16, 2012 3:33 pm
  • Replies 4
  • Views 354
Missing order - pay afterwards

Is it possible to somehow "activate" a missing order, so that the customer could use all payment options afterwards? If i change the status of a missing order, the customer wont get any info regarding totals or payment info so i have to manually send a paypal request or my bank account inf...

Jump to post
  • Fri Nov 16, 2012 3:08 pm
  • Replies 4
  • Views 354
Re: Remove used Coupon Codes

i belive coupon_history doesnt exist in 1.4.9.1

Jump to post
  • Mon Nov 12, 2012 5:18 am
  • Replies 3
  • Views 431
Remove used Coupon Codes

Im using 1.4.9.1
At the time im having about 500 Coupon Codes and about 400 of them are used and useless.

Is it possible to batch remove used coupon codes?
Maybe with a SQL command?

Jump to post
  • Sun Nov 11, 2012 7:26 pm
  • Replies 3
  • Views 431
Re: Hide Free Checkout for shipping costs

oh im sorry, im using oc 1.4.9.1
and no ;) there is no way for me to update because it it very very cutomized.

Jump to post
  • Sat Nov 10, 2012 7:51 pm
  • Replies 6
  • Views 764
Hide Free Checkout for shipping costs

Is there a way to hide the "free checkout" if shipping costs are present?

In my case the free checkout button appears (because the total is 0.00) but the customer needs to pay shipping, though free checkout must be hidden.

Jump to post
  • Fri Nov 09, 2012 4:08 pm
  • Replies 6
  • Views 764
Re: [vQmod] - Batch Coupon Codes

Is it possible to batch remove used coupon codes?
Maybe with a SQL command?

Jump to post
  • Fri Nov 09, 2012 2:54 am
  • Replies 47
  • Views 28171

Search found 107 matches