Search found 19 matches

Page 1 of 1

Search found 19 matches

Re: Undefined Property Proxy Error

Okay, thanks for confirming that it's nothing to do with the proxy engine.

Jump to post
  • Tue Aug 02, 2016 8:19 pm
  • Replies 6
  • Views 26487
Re: Undefined Property Proxy Error

Sure, I'm using version 2.2.0. In controller/checkout/success.php I've added the following code to get info about the orders: //GET ORDER DETAILS //LOAD MODEL $this->load->model('checkout/order'); //GET ORDER DETAILS $order_info = $this->model_checkout_order->getOrder($order_id); //NEW MODEL TO COLL...

Jump to post
  • Tue Aug 02, 2016 8:09 pm
  • Replies 6
  • Views 26487
Undefined Property Proxy Error

Hi Guys, I've added a function in /model/checkout/order.php that exports orders to an external database when there's a successful checkout. The function has been working fine with paypal, but today I implemented a new payment option ( Worldpay Business ). Orders are still processed and my function s...

Jump to post
  • Tue Aug 02, 2016 7:52 pm
  • Replies 6
  • Views 26487
Re: Which extension is best for applying 50% off sales?

Wow, that's a really messy way of having to apply a sale. Is there seriously no better way of implementing a half price sale across all products on opencart?

Jump to post
  • Thu Nov 20, 2014 7:28 pm
  • Replies 5
  • Views 847
Which extension is best for applying 50% off sales?

I'm looking for an extension that will allow staff to easily create temporary sales that effect all products. So, for example, they'd need to be able to reduce all marked prices by 50% and then turn off the sale at any point. My store uses optionsBoost so it'd need to be compatible with that too. Th...

Jump to post
  • Wed Nov 19, 2014 10:51 pm
  • Replies 5
  • Views 847
Unable to install Blog (Responsive)

I get the error:

Code: Select all

PHP Fatal Error: syntax error, unexpected T_PUBLIC in vqmod/vqcache/vq2-catalog_controller_common_seo_url.php on line 131
After trying to install Blog (Responsive)

Has anyone used this module or encountered a similar error?

Jump to post
  • Tue Nov 18, 2014 10:25 pm
  • Replies 1
  • Views 378
Re: Proof of id/address is required to purchase extensions n

Yeah, this is a serious issue for all the reasons you've mentioned.

Luckily in my case my order was mysteriously approved without comment a few hours after I posted this thread. Still, I didn't appreciate the disruption to my workflow.

Jump to post
  • Mon Aug 04, 2014 12:02 pm
  • Replies 16
  • Views 4126
Proof of id/address is required to purchase extensions now?

OpenCart anti-fraud system has flagged one of your orders with possibly fraudulent. Can you please take a photo of a utility bill or photo ID, or other proof of address and email it to support@opencart.zendesk.com. What's this all about? I can't figure out why I'd need to do this. I'm currently wor...

Jump to post
  • Mon Jul 28, 2014 1:47 pm
  • Replies 16
  • Views 4126
Re: [Free Module] Yotpo Social Reviews - Get more reviews no

Nevermind, I've figured out how to change it. You need to edit /vqmod/xml/vqmod_yotpo.xml Change <operation info="Yotpo - set widget in footer"> <search position="before" index="1" error="log"> <![CDATA[<div id="tabs" class="htabs"><a href=...

Jump to post
  • Mon Jun 09, 2014 9:59 pm
  • Replies 25
  • Views 11846
Re: [Free Module] Yotpo Social Reviews - Get more reviews no

Nice module, it works well and I like the Yotpo service. My only complaint is there doesn't seem to be an easy way of configuring where the review box is placed on the product page. Currently it sits above the product description, but I'd really prefer it was placed underneath the product descriptio...

Jump to post
  • Mon Jun 09, 2014 9:35 pm
  • Replies 25
  • Views 11846
Re: Separate SKU for each Product Option

I don't believe there's any problem with charging for code, I just have a preference towards open source solutions. Supporting open source code rather than proprietary code benefits the whole community as it makes it easier for developers to learn and understand better. It also negates the need for ...

Jump to post
  • Thu Mar 20, 2014 2:04 am
  • Replies 3
  • Views 1176
Separate SKU for each Product Option

I'm working on a project at the moment where products come in a variety of sizes and so I've happily been using options. I've realized today, however, that each separate product size has its own SKU on our internal systems and that my opencart site will need to conform to that. There are paid extens...

Jump to post
  • Wed Mar 19, 2014 11:45 pm
  • Replies 3
  • Views 1176
Re: Adjusting the position of the category column

It turns out editing the css isn't too difficult. In my case I added margin-top to column-left and gave it the same value as the height of the slideshow + 20px. I also edited slideshow.css and adjusted the .slideshow class by giving it margin-left: -195px; I also undid any changes I made to home.tpl...

Jump to post
  • Fri Feb 14, 2014 8:49 pm
  • Replies 2
  • Views 599
[SOLVED] Adjusting the position of the category column

I'm using opencart v1.5.6.1 with the default theme and I want to have the category column displayed on the home page. I have found the appropriate setting in the category module and have set it to "Column Left". The problem I have is that I am also displaying the slideshow module as well a...

Jump to post
  • Fri Feb 14, 2014 8:24 pm
  • Replies 2
  • Views 599
Re: Store Not Loading After Installing vqmod

Seem to have resolved this issue now. I noticed that vqmod had not inserted the following lines into index.php in my root directory:

Code: Select all

// vQmod
require_once('./vqmod/vqmod.php');
VQMod::bootup();

Jump to post
  • Fri Feb 07, 2014 1:52 am
  • Replies 1
  • Views 525
Store Not Loading After Installing vqmod

I think I may have just incorrectly installed vqmod. I copied the vqmod folder into my root directory and set the permissions to 777. I navigated to http://www.mysite.com/vqmod/ and it gave me error 403 Forbidden so I navigated to http://www.mysite.com/vqmod/install instead and it said some files co...

Jump to post
  • Fri Feb 07, 2014 1:40 am
  • Replies 1
  • Views 525
Re: Unable to save store address

Thanks for the heads up. Previously when I've installed opencart I've just cloned from the git repo without problem, I guess I should be more careful checking versions. Thanks also for the information about ebay synchronization as that is required for my project. I believe 1.5.6 is what I have used ...

Jump to post
  • Mon Jan 06, 2014 5:04 am
  • Replies 3
  • Views 1826
Re: Unable to save store address

I tried setting a store address under settings -> localisation -> store location and it claimed to save the settings but subsequently no details were shown. I checked my error logs and saw that there had been a problem with the SQL query. I looked in admin/model/localisation and in location.php the ...

Jump to post
  • Fri Jan 03, 2014 11:20 pm
  • Replies 3
  • Views 1826
Unable to save store address

I've just started setting up a new opencart store today and seem to be unable to update any store settings in the dashboard. Each time I try to save settings I get the warning " Warning: Please check the form carefully for errors!" and the address form has been reset. This is under system ...

Jump to post
  • Fri Jan 03, 2014 10:03 pm
  • Replies 3
  • Views 1826

Page 1 of 1

Search found 19 matches