Page 1 of 1
Search found 8 matches
Re: Buy now button
Works great.
Thank you!
- Thu Nov 10, 2011 4:13 am
- Replies 3
- Views 2368
Buy now button [SOLVED]
The majority of sales on my site will be single item so I have pieced together a button that will add the product and open the cart. <div class="cart"><a onclick="addToCart('<?php echo $product['product_id']; ?>');" class="button" href="index.php?route=checkout/car...
Jump to post- Sat Nov 05, 2011 2:49 am
- Replies 3
- Views 2368
Re: Guest checkout enabled but not appearing in front end.
Figured it out. I'm using the Free Downloads extension: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=1209 that allows you to attach technical docs to a product for a customer to download. Unfortunately, a consequence is Opencart now classes this physical product...
Jump to post- Wed Jun 08, 2011 11:56 pm
- Replies 6
- Views 1309
Re: Language drop-down box not working anymore
The drop down box worked for me when I went to your site.
Now I'm hungry.
- Thu Nov 25, 2010 5:18 am
- Replies 4
- Views 579
Re: How to Install SSL certificate
admin-settings-server, select "yes" for "use ssl".
I ordered the SSL from host and after the order was processed I changed the above and everything worked.
(v1.4.9.1)
http://www.discountstoveparts.com/
- Thu Nov 25, 2010 4:44 am
- Replies 1
- Views 554
Re: How to change order_id for Invoice number
What is the correct syntax to add the prefix?Qphoria wrote:Execute this simple sql in your phpmyadmin
(prepend a prefix if needed (i.e. `xxx_order`)Code: Select all
ALTER TABLE `order` AUTO_INCREMENT =10000
Now it will start at 10000
thanks Jump to post
- Wed Nov 17, 2010 4:24 am
- Replies 39
- Views 36412
Re: Auth.net setup
If anyone else is looking for this, or to answer my own question;
On line 74 of authorizenet_aim.php I inserted this
Code: Select all
$data['x_invoice_num'] = $this->session->data['order_id'];
- Wed Nov 17, 2010 3:56 am
- Replies 2
- Views 814
Auth.net setup
Hello, This is my first attempt at an opencart installation (1.4.9.1) and I am happy to say that everything works as expected so far. I am looking for a solution that populates the "invoice" field in the merchant email receipt with the order ID number. I am using the included authorize.net...
Jump to post- Tue Nov 16, 2010 2:17 am
- Replies 2
- Views 814
Search found 8 matches