Recurring Payments.
Hi, not new to opencart been using it for many moons... however i have just started offering a monthly subscription (its a mysterybox) to my customers... now the recurring payment has been setup and works fine (ie as the payment comes in each month) the issue i have is once the payment has been take...
Jump to post- Mon Jun 25, 2018 3:53 pm
- Replies 1
- Views 504
Re: Cancelled Order - Update Order Status, No Options Work
i set the paypal order status to pending.
Jump to post- Fri Mar 18, 2016 5:11 am
- Replies 4
- Views 646
Re: Cancelled Order - Update Order Status, No Options Work
BUMP ?
Jump to post- Thu Mar 17, 2016 6:01 pm
- Replies 4
- Views 646
Re: Cancelled Order - Update Order Status, No Options Work
i have managed to get the status to change by manually editing the database but i don't want to have to manually change it every time i have an order from this one person.
Jump to post- Wed Mar 16, 2016 3:39 pm
- Replies 4
- Views 646
Cancelled Order - Update Order Status, No Options Work
I have a single customer (a friend who i know so i know there not a fraudulent customer) this particular customer no matter what they order, i always seem to have an issue with him. his order shows cancelled every time, i can set the order to pending, but as soon as i select complete it shows as can...
Jump to post- Wed Mar 16, 2016 3:33 pm
- Replies 4
- Views 646
Re: Registration Issues
RESOLVED > WAS DUE TO ROCKETLOADER BEING ENABLED ON CLOUDFLARE
Jump to post- Wed Mar 09, 2016 7:29 pm
- Replies 2
- Views 343
Registration Issues - RESOLVED
i currently run a store on 1.5.6.4 and im looking to upgrade to 2.1.0.2 everything has gone fairly smooth, however..... when a user tries to checkout as they are presented with the login/register account screeen, or checkout as a guest. no matter what option they select the Region/State field is bla...
Jump to post- Wed Mar 09, 2016 6:55 pm
- Replies 2
- Views 343
Re: Cancelled transaction will not change status
Bump
Jump to post- Wed Mar 02, 2016 11:56 pm
- Replies 1
- Views 429
Cancelled transaction will not change status
Hi all, im currently running 2.1.0.2 and ive recently had an order which instantly processed as cancelled. payment method was paypal and was working fine (ive since had an order since this and it has been fine) however this one particular order will not allow me to change the status from cancelled t...
Jump to post- Mon Feb 29, 2016 11:24 pm
- Replies 1
- Views 429
Re: Unable to access site on 1.5.1.3
im happy to have a look for you. pm me
Jump to post- Mon May 11, 2015 5:50 pm
- Replies 2
- Views 476
Re: Hi, New guy here
the paypal module is localed in the admin area under Extensions > Payments you then scroll down till you find the paypal payment processor, as for credit card processing did you want to do this on site or offsite ? if you want to do it onsite there is a fair bit you need to do. (offsite / iframe pro...
Jump to post- Mon May 11, 2015 5:43 pm
- Replies 3
- Views 361
pulling data from database
ive added a tracking module which emails the client a tracking no apon shipping. what im trying to do is add it to the order_info.tpl http://s13.postimg.org/y4ien4xwn/Capture.jpg can anyone advise me how i do this, im guessing i will need to edit the order.php to add a function, but im not 100% sure...
Jump to post- Fri Mar 27, 2015 10:39 pm
- Replies 1
- Views 504
Error
When i click on the specials link i get the following error
Parse error: syntax error, unexpected '=>' (T_DOUBLE_ARROW), expecting ')' in /home/xxxx/public_html/shop/vqmod/vqcache/vq2-catalog_controller_product_special.php on line 146
qnyone have any idea ?
- Thu Dec 18, 2014 12:21 am
- Replies 2
- Views 338
Re: Dropdown Menu Boxes
/index.php?route=product/product&path=64_72&product_id=59&option18&value=263
this would select the dropdown box for my colors and then the vlaue 263 would be red.,
- Mon Dec 15, 2014 10:14 pm
- Replies 2
- Views 411
Dropdown Menu Boxes
Just a quick question, is there anyway to predefine a dropdown menu via a url is if you have a dropdown box with the following options in it red green blue black yellow. is it possible to specify one of these automatically via a url /index.php?route=product/product&path=64_72&product_id=59&a...
Jump to post- Mon Dec 15, 2014 9:48 pm
- Replies 2
- Views 411
Shipping Methods? Need help
im currently struggling with shipping in my store.
ive got certain products which i can ship via weight based shipping, but i then have a select few items which are palet shipping, (which is alot more expensive)
can can i get around this ?
thanks
- Fri Oct 24, 2014 9:15 pm
- Replies 1
- Views 266
Re: Refresh Page After Add to cart
ive just tried adding the following to this function under common,js ORIGINAL function addToCart(product_id, quantity) { quantity = typeof(quantity) != 'undefined' ? quantity : 1; $.ajax({ url: 'index.php?route=checkout/cart/add', type: 'post', data: 'product_id=' + product_id + '&quantity=' + q...
Jump to post- Fri Aug 22, 2014 10:57 pm
- Replies 1
- Views 2497
Refresh Page After Add to cart
is it possible to refresh the page after someone has added the product to the cart ?
ive got a mod which dose some validation for custom size, once the item has been added to the cart the only way for the validation to work again is to refresh the page.
- Fri Aug 22, 2014 9:54 pm
- Replies 1
- Views 2497