Search found 92 matches

Search found 92 matches

Recurring Payments - No payment options

Does anyone know any supporting payment gateways that accept recurring payments? I use Realex and Paypal Standard, but neither appear to be compatible. I believe the only compatible payment gateway is PayPal Express, and 2013 was reported on the forums as more were coming. Can anyone help me convert...

Jump to post
  • Sat Feb 27, 2016 6:03 pm
  • Replies 1
  • Views 527
Re: Javascript Stopped Working 1.5.6.4

No, I wish ........

I have done a clean install on a sub folder and it works

I am going to overwrite the catalog folder with the original, hopefully it will fix the corrupt file.

Thank you, I appreciate your post reply

Jump to post
  • Fri Nov 27, 2015 12:53 am
  • Replies 2
  • Views 350
Javascript Stopped Working 1.5.6.4

Hi For some reason JavaScript has stopped working on our site (my account dropdown and cart dropdown) I have replaced the js files, but still no joy, are there any other files I need to replace with the originals I use an alternative theme, but have tested it on the default theme and still no javasc...

Jump to post
  • Thu Nov 26, 2015 5:56 pm
  • Replies 2
  • Views 350
Re: Invoice Rogue CSS in Totals

HI Simon,

The Sagepay version is V3 Form and the issue only started when I change the code and only happens when people use coupons

the code change is to output basket info to sagepay, maybe I need to add a new column for totals, as I used one for tax that wasn't there before

Thanks, David

Jump to post
  • Fri Aug 14, 2015 2:50 am
  • Replies 4
  • Views 533
Invoice Rogue CSS in Totals

Following the integration of Sagepay V3 into OC 1.5.6.4 the totals on the invoice shows rogue CSS Styling (but only on sales with coupons) Product Model Quantity Unit Price Total American DJ ADJ Wifly Wireless Battery DMX Transceiver WIFLYBATTERY 5 £89.00 £445.02 Sub-Total: £445.02 <br /><span style...

Jump to post
  • Thu Aug 13, 2015 6:37 pm
  • Replies 4
  • Views 533
Re: sagepay v3 direct basket

I am assuming it is $item_total = number_format($this->tax->getTax($product['price'], $product['tax_class_id']) + $baseprice ,2); but how does it fit into this: //added to include basket $count_total_products = 0; //get total rows to be sent in string foreach ($this->cart->getProducts() as $product)...

Jump to post
  • Wed Jul 22, 2015 11:34 pm
  • Replies 6
  • Views 2170
Re: sagepay v3 form checkout basket

HI I have just added the basket to the sagepay V3 form version catalog/controller/payment/sagepay_v3.php //added to include basket $count_total_products = 0; //get total rows to be sent in string foreach ($this->cart->getProducts() as $product) { $count_total_products++; } $productstring = ''; //sag...

Jump to post
  • Sun Jul 12, 2015 4:09 am
  • Replies 6
  • Views 2170
Information Page as Index Page?

Hi I have this theme > http://tellus.demo.kulerthemes.com/ which is excellent, but the homepage looks different than the information pages. ideally I would like the homepage to look like an information page > http://demo.kulerthemes.com/tellus/index.php?route=information/information&information_...

Jump to post
  • Fri May 08, 2015 9:42 pm
  • Replies 1
  • Views 394
Re: [SOLVED] Add/Edit Error:- SyntaxError: JSON.

This fixed it for me admin/config.php define('HTTPS_SERVER', 'http://www.mysite.com/admin/'); define('HTTPS_CATALOG', 'http://www.mysite.com/'); Then changed the http to https as below: define('HTTPS_SERVER', 'https://www.mysite.com/admin/'); define('HTTPS_CATALOG', 'https://www.mysite.com/'); its a...

Jump to post
  • Wed Apr 01, 2015 5:29 am
  • Replies 16
  • Views 5110
Re: Add/Edit Error:- SyntaxError: JSON.parse: unexpected end

The plot thickens

OC2.0.2.0 has a new error message on Add / Edit Product

add-error.jpg

add-error.jpg (28.73 KiB) Viewed 5072 times

Jump to post
  • Wed Apr 01, 2015 4:44 am
  • Replies 16
  • Views 5110
Re: Add/Edit Error:- SyntaxError: JSON.parse:

I know, I read that too This issue is 3 reasons (the most common first): 1. OpenCart 2.x install is not complete > it is complete, I also tested on clean install of 2.0.1.1 > same error 2. PHP is too old version > PHP Version 5.3.28 3. Server of Store is not support cUrl library. > the server can ha...

Jump to post
  • Tue Mar 31, 2015 9:07 pm
  • Replies 16
  • Views 5110
Re: Add/Edit Error:- SyntaxError: JSON.parse:

The default language is English (no other languages set up)

code: en
locale: en_US.UTF-8,en_US,en-gb,english

Jump to post
  • Tue Mar 31, 2015 7:13 pm
  • Replies 16
  • Views 5110
[SOLVED] Add/Edit Error:- SyntaxError: JSON.

OC2.0.1.1 This appears to be a common problem, with no real resolution Sales > Orders > Add / Edit > Next > SyntaxError: JSON.parse: unexpected end of data at line 1 column 1 of the JSON data OK Tried the following as per forum topics: 1. In Opencart Admin, go to Settings >> API and create a new use...

Jump to post
  • Tue Mar 31, 2015 7:01 pm
  • Replies 16
  • Views 5110
Realex ReDirect - Sub Account Issues

Hi We are trying to get the new OC2 shop live, the last issue holding us back is the Realex ReDirect Sub Account it appears Realex doesn't support OC2 Official response from Realex "The OpenCart2 has not been tested by us yet hence it is not one of the listed cart on our website" Everythin...

Jump to post
  • Wed Mar 25, 2015 6:23 pm
  • Replies 1
  • Views 434
Re: [vQmod] Discounts and Specials together

Please could you bring this vqmod out as an extension for OC2.0.1.1 or possibly modify this version

Please....

Jump to post
  • Tue Mar 17, 2015 7:57 pm
  • Replies 6
  • Views 7420
Re: Product Quantity Discount Not Working

Just discovered the issue.

it is a conflict between Special price and Quantity Discount, basically you cannot have both.

is there a way you can have a Special price AND a Quantity Discount?

Please.....

Jump to post
  • Tue Mar 17, 2015 6:57 pm
  • Replies 3
  • Views 943
Product Quantity Discount Not Working

For some reason my Product Quantity Discount Not Working on my OC 2.0.1.1, it is only using the primary price and not the quantity discounted price. Please could someone help me trace the problem I understand the related files are: line 324 > Catalog > Controller > Product > product.php $discounts =...

Jump to post
  • Tue Mar 17, 2015 6:40 pm
  • Replies 3
  • Views 943
Re: Add to Cart Not Working on Product Page

Thank you, but it has the script you mentioned // Cart add remove functions var cart = { 'add': function(product_id, quantity) { $.ajax({ url: 'index.php?route=checkout/cart/add', type: 'post', data: 'product_id=' + product_id + '&quantity=' + (typeof(quantity) != 'undefined' ? quantity : 1), da...

Jump to post
  • Mon Feb 23, 2015 5:50 pm
  • Replies 13
  • Views 6494

Search found 92 matches