Search found 51 matches

Search found 51 matches

New Promotion Feature in OpenCart Marketplace

Hi all,

Has anyone used the new promotion feature to extension sellers in the marketplace? Is it worth investing in/easy to use etc?

Thanks!

Jump to post
  • Wed Jun 18, 2014 4:11 pm
  • Replies 1
  • Views 459
Re: Add To Cart for Unreleased Products

Ahh I found the answer. It was adding but the cart function was only collecting products to display where the release date is in the past. You can change it by going to System->library->cart.php and removing the "AND date_available < NOW()" bit from the first getProducts() query.

Jump to post
  • Tue Aug 27, 2013 7:56 pm
  • Replies 1
  • Views 542
[SOLVED] Add To Cart for Unreleased Products

Hi all, I've stumbled on a strange issue in OpenCart. I'm working on a custom OpenCart site which allows people to see and buy products whose date_available is in the future. The idea is that they can buy something which will be released a week later and is available in their account. The problem is...

Jump to post
  • Tue Aug 27, 2013 7:43 pm
  • Replies 1
  • Views 542
Re: OpenCart Meetup in Amsterdam

i2Paq wrote:I'll wright a short review, just waiting on the pictures.
Nice one, look forward to seeing it!

Thanks,

Jack

Jump to post
  • Mon Aug 05, 2013 3:31 pm
  • Replies 38
  • Views 55578
Re: OpenCart Meetup in Amsterdam

Hi all,

Would love to hear how the meetup went yesterday and what kind of things were thrown around. Could anyone shed some light on some of the stuff which was talked about for us that couldn't make it?

Thanks!

Jump to post
  • Fri Aug 02, 2013 5:20 pm
  • Replies 38
  • Views 55578
Re: Problem With Admin Area Controllers

Try renaming it home2.php or home-old.php and see if it breaks

Jump to post
  • Sat Jul 27, 2013 12:36 am
  • Replies 1
  • Views 521
Re: SellingOpenCart Extensions

There should really be something laid out in writing clearly for sellers on the site, especially new ones!

Jump to post
  • Fri Jul 19, 2013 4:28 pm
  • Replies 7
  • Views 1751
SellingOpenCart Extensions

Hi everyone,

Perhaps I'm being blind, can anyone direct me towards any terms and conditions for selling OpenCart Extensions on the marketplace? I can't find anything which lays out rules, royalty rates etc etc?

Thanks,

Jack

Jump to post
  • Tue Jul 09, 2013 11:08 pm
  • Replies 7
  • Views 1751
Re: Migration Problem (moving from one server to another)

Glad you got it sorted out, with images you have to remember to include in the zip file. Since the database has relative links stored for them, they will work on the new site if the structure is the same. I wrote a step by step a while ago for transferring OpenCart to a new server: http://www.jackwd...

Jump to post
  • Wed Jun 19, 2013 11:28 pm
  • Replies 4
  • Views 1728
Re: How To Redirect Customer After Logging In And Out

Hi,

You can do this with an IF statement. So:

if($this->language->get('code') == "Whatever"){
redirect code for language 1;
} else if($this->language->get('code') == "Whatever else"){
redirect code for language 2;
}

and so on...

Jump to post
  • Wed Jun 19, 2013 3:37 pm
  • Replies 7
  • Views 3784
Re: Urgent Need Help CKEditor in 1.5.5.1 Missing Buttons

Just for anybody else who is having this issue after upgrading their OpenCart installation. Setting the config file (as in the post above) is right but change it to 'Standard' instead of 'Full'. 'Full' is their premium editor I believe so 'Standard' will bring all the styling buttons back. The file ...

Jump to post
  • Tue Jun 18, 2013 10:02 pm
  • Replies 9
  • Views 4209
Adding a field to order process

Hi All, I'm struggling with something, I've seen similar questions posted but never with a definitive answer. I'm trying to add a value into the order process. The customer will have a text input to fill in on the checkout page, and it will be inserted into the order_product table in the database. I...

Jump to post
  • Fri Jun 14, 2013 10:48 pm
  • Replies 0
  • Views 364
Auto Complete Certain Orders

Hi everyone, I'm after a certain feature which allows certain products to be auto-completed, I'm not sure if I can see it anywhere in the admin section but thought I would check with everyone before I start developing it the hard way. So the vast majority of products will be set to pending, checked ...

Jump to post
  • Thu Jun 06, 2013 5:35 pm
  • Replies 1
  • Views 227
Re: [SOLVED] Google Analytics Ecommerce Tracking and Unique

Hi,

This looks great, do you have the full code for the page? To track the transaction as well?

Cheers,

Jack

Jump to post
  • Fri Feb 15, 2013 7:16 pm
  • Replies 2
  • Views 963
Re: how to add facebook plugin to opencart

Hi, I wrote a blog post telling you to do this, will get rid of those issues:

http://www.jackwdavis.com/2012/11/22/ad ... uct-pages/

Cheers!

Jack

Jump to post
  • Tue Dec 18, 2012 9:58 pm
  • Replies 5
  • Views 1524
Re: Advice on Choosing a Web Host for Opencart

Sounds like you need something which isn't on a shared server and supports OpenCart well enough to make it quick and handle the bandwidth. Consider a VPS hosting account like one of mine:

http://www.destrove.com/services/opencart-web-hosting

Cheers,

Jack

Jump to post
  • Tue Oct 09, 2012 12:22 am
  • Replies 5
  • Views 5068
Re: Which host is good for OpenCart

Hi, I've just set up a company specialising in Opencart Web Hosting. It is hosted on a secure private server and has plenty of processing power to make stores load fast and respond great to visitors. You can read more about it at: http://www.destrove.com/services/opencart-web-hosting Cheers, Jack

Jump to post
  • Tue Oct 09, 2012 12:20 am
  • Replies 3
  • Views 1520
Ordering Products by Special

Hi all,

What I am looking to do is create a new sorting option where the store automatically puts products which are on special at the back of the search/product/manufacturer pages. Is this possible?

Cheers,

Jack

Jump to post
  • Thu Sep 13, 2012 7:05 pm
  • Replies 0
  • Views 154
Re: Partners

So, is this OpenCart partners application process still open? I applied a few weeks ago and heard nothing back...

Cheers,

Jack

Jump to post
  • Wed Aug 29, 2012 7:32 pm
  • Replies 29
  • Views 30144
Customer Group Discount for Product Options

Hi all, OK, so I have a store which has multiple prices for different tier customer groups. So, purely as an example: Retail Customers Product 1: Small - £3.00 Medium - £6.00 Large - £9.00 Trade Customers Product 1: Small - £2.40 Medium - £4.75 Large - £8.99 As you can see the trade customers get a ...

Jump to post
  • Fri Aug 17, 2012 9:41 pm
  • Replies 1
  • Views 350

Search found 51 matches