Search found 16 matches

Page 1 of 1

Search found 16 matches

Payment method for each countries instead of only geo zones

Is there a possibility to get the payment methods only working for specific countries? Example: I would like to offer the payment method "bank_transfer" only for two countries. Now I can only select the different geo zones. I could create a new geo zone including these two countries but th...

Jump to post
  • Wed Apr 01, 2015 10:57 pm
  • Replies 1
  • Views 1026
Looking for extension "product variants"

Is there an extension for OC2 which can handle product variants with different product models?

Example:
T-Shirt model-number: 01234
same T-Shirt Size S Color: red model-number: 01234-sr
same T-Shirt Size M Color: red model-number: 01234-mr

I think it' called Master-Slave-Item.

Jump to post
  • Tue Feb 24, 2015 12:34 am
  • Replies 0
  • Views 470
Re: Bug Products Viewed Report Percent

Tnaks for solving this bug

Jump to post
  • Mon Dec 29, 2014 5:59 pm
  • Replies 1
  • Views 972
Re: [SOLVED] Admin, Add or Edit Order - Unexpected end of in

This problem drives me crazy. :crazy:
Sometimes it works and sometimes not.

But to be honest, what's the reason for accessing any datas by CURL within the same domain? For me it doesn't make any sense and it's also very buggy.

Jump to post
  • Tue Dec 23, 2014 6:15 am
  • Replies 91
  • Views 93145
Wrong query in reports/sale

The SQL-query in model/reports/sale public function getOrders($data = array()) { $sql = "SELECT MIN(o.date_added) AS date_start, MAX(o.date_added) AS date_end, COUNT(*) AS `orders`, (SELECT SUM(op.quantity) FROM `" . DB_PREFIX . "order_product` op WHERE op.order_id = o.order_id GROUP ...

Jump to post
  • Tue Dec 23, 2014 3:59 am
  • Replies 5
  • Views 1455
Re: Downloadable products

It's a little bit tricky because you have to extend the database table, extend the controller and models in the admin area and adapt the admin template. By the way IMHO the download limitation wasn't thought until the end because the limitation is restricted to the whole amount of downloads. But I t...

Jump to post
  • Fri Dec 12, 2014 2:08 am
  • Replies 3
  • Views 1330
Re: Parse error: syntax error and white shades in box

Change

Code: Select all

$background = imagecolorallocatealpha($this->image, 255, 255, 255,);
to

Code: Select all

$background = imagecolorallocatealpha($this->image, 255, 255, 255, 127);

Jump to post
  • Fri Dec 12, 2014 1:22 am
  • Replies 2
  • Views 1403
Re: Opencart 2.0 checkout page - Region / State dropdown men

There is something wrong with your routing. Maybe it's because you host the shop on a CDN. If I stepthrough the checkout with registering an account I get this routing: GET http://xxx/index.php?route=checkout/login GET http://xxx/index.php?route=checkout/register GET http://xxx/index.php?route=check...

Jump to post
  • Thu Dec 11, 2014 8:17 pm
  • Replies 8
  • Views 2668
Re: Opencart 2.0 checkout page - Region / State dropdown men

Do you have a link to your shop? Otherwise it's nearly impossible to help you.

Jump to post
  • Thu Dec 11, 2014 7:57 pm
  • Replies 8
  • Views 2668
Re: can i trust 2.0.1.1 to use in real online store ?

Damn, I deleted all the browser cookies and tried again the test output of $api_info and $response and what happened?
It works ... :D

Jump to post
  • Thu Dec 11, 2014 6:23 pm
  • Replies 14
  • Views 4290
Re: can i trust 2.0.1.1 to use in real online store ?

For sure? Why doesn't it work in the demostore from Opencart itself?

Jump to post
  • Thu Dec 11, 2014 5:51 pm
  • Replies 14
  • Views 4290
Re: can i trust 2.0.1.1 to use in real online store ?

You're right. The frontend works pretty good but the backend has still some errors and issues (e.g. edit orders doesn't work).

Jump to post
  • Thu Dec 11, 2014 4:59 pm
  • Replies 14
  • Views 4290
Re: Customers Online Report in OC 2

To avoid this problem in the future I would suggest to change the value from

Code: Select all

(xxx, 0, 'config', 'config_customer_online', '0', 0),
to

Code: Select all

(xxx, 0, 'config', 'config_customer_online', '1', 0),
in the sql-file from the installer.

Jump to post
  • Thu Dec 11, 2014 6:50 am
  • Replies 4
  • Views 1693
Re: Problems with php in CGI-Mode

I solved with an .htaccess entry

Code: Select all

php_value session.save_path "/www/xxx/xxx/xxx/tmp/"

Jump to post
  • Thu Dec 11, 2014 4:56 am
  • Replies 1
  • Views 1227
Re: Editing orders dont work 2.0.1.1

Even in the demostore is the same error.

Jump to post
  • Wed Dec 10, 2014 10:28 pm
  • Replies 112
  • Views 41746
Problems with php in CGI-Mode

Hi there, I'm new to OC and will ask several questions in the future. Because of changing the PHP-Version on my webspace I normally add AddHandler php54-cgi .php into the .htaccess file. But with OC it shows Warning: session_start(): open(/tmp/sess_a92889a0ade0b065d1ec9ac1909efb70, O_RDWR) failed: P...

Jump to post
  • Wed Dec 10, 2014 3:42 am
  • Replies 1
  • Views 1227

Page 1 of 1

Search found 16 matches