Search found 27 matches

Search found 27 matches

Re: Opencart 2.0?

All the open issues on github have had no activity for about a month and there are no "milestone's" listed. It is not at all clear which open issues might be required in order to reach a "2.0" release date. There are commits yes, but are we close to release? far? It's not at all ...

Jump to post
  • Thu Feb 13, 2014 9:13 am
  • Replies 7
  • Views 1125
Opencart 2.0?

So... where is it? Daniel said before Christmas and now it's halfway through February. What are the outstanding blockers? Anybody know?

Jump to post
  • Wed Feb 12, 2014 7:00 am
  • Replies 7
  • Views 1125
Re: OpenCart 1.6.0 Roadmap

I'm seeing a lot of action in git in the master branch. When is 2.0's ETA? any hope to get it as a xmas present?

Jump to post
  • Tue Sep 17, 2013 8:29 am
  • Replies 538
  • Views 255613
Re: OpenCart 1.6.0 Roadmap

Do we have a 2.0 beta yet? where can we try it out? or is it a "pull from github" download?

Jump to post
  • Sat Jul 06, 2013 5:00 am
  • Replies 538
  • Views 255613
Re: OpenCart 1.5.5 Bug Thread

Daniel wrote: was fixed ages ago. the fix is in github. you would have to search it out yourself.

https://github.com/opencart/opencart
So when is the next release coming out, or are we expected to fetch from github all the time now?

:D :-\

Jump to post
  • Sat Apr 20, 2013 6:42 am
  • Replies 293
  • Views 197114
Re: OpenCart 1.5.5 Bug Thread

Anyone else confirm this or check if your version of 1.5.5.1 is functioning correctly with coupons? What files should I look at re-uploading? Ugh, painful. "Your version of 1.5.5.1"? Can we PLEASE get a 1.5.5.2 so that 1.5.5.1 is a specific version that only means one thing? This is going...

Jump to post
  • Sat Feb 16, 2013 1:54 am
  • Replies 293
  • Views 197114
Re: OpenCart 1.5.5 Bug Thread

have you re-downloaded and tried the latest version? I added some fixes to klarna. their system is pretty weird setup to get it to work. This is what I was worried about in my previous post. Now we're left wondering if we got the latest version of 1.5.5.1 since the zip posted on opencart.com says i...

Jump to post
  • Tue Feb 12, 2013 11:07 am
  • Replies 293
  • Views 197114
Re: OpenCart 1.5.5 Bug Thread

Daniel wrote:no all bugs just the important ones until the next release.
Shouldn't "1.5.5.1" always mean the same thing? shouldn't the release be retagged with a new version to avoid the obvious, "which version of 1.5.5.1 did you download?" question?

Jump to post
  • Tue Feb 05, 2013 3:25 am
  • Replies 293
  • Views 197114
Re: OpenCart 1.5.3 Bug Thread

Agreed, those "instructions" were made with only Winblows in mind, and they aren't really generic, far from it. Although, this 1.5.3.1 seems to be really rushed, and not very elaborate. Look at the description: "making to many requests upon scroll." "to many"? Really, ...

Jump to post
  • Mon May 28, 2012 1:59 pm
  • Replies 86
  • Views 86881
Re: Sort Products in Category by Date Available

oh, if you DO want date available, you can add it in the model file mentioned above: $sort_data = array( 'pd.name', 'p.model', 'p.quantity', 'p.price', 'rating', 'p.sort_order', 'p.date_added', 'p.date_available' );

Jump to post
  • Fri Mar 23, 2012 11:29 am
  • Replies 13
  • Views 7035
Re: Sort Products in Category by Date Available

the value is actually "date_added" not "date_available". Also, I assume you'd like the newly added stuff to be on top. So we need to change the sort order. The code looks like this: if (isset($this->request->get['sort'])) { $sort = $this->request->get['sort']; } else { $sort = 'p...

Jump to post
  • Fri Mar 23, 2012 11:17 am
  • Replies 13
  • Views 7035
auto-refreshing coupon code categories

http://www.opencart.com/index.php?route ... on_id=5166

This will use a true category selector, rather than add static products to the list. No need to refresh categories after adding new products.

Jump to post
  • Mon Feb 27, 2012 3:00 am
  • Replies 0
  • Views 524
Re: coupons by category

And, since I don't think this thing is worth ten bucks (the minimum you can charge on the extensions web site on opencart.com, wish I could charge a dollar, beer money), here it is for free:

http://www.opencart.com/index.php?route ... on_id=5166

Jump to post
  • Mon Feb 27, 2012 2:59 am
  • Replies 9
  • Views 3498
Re: coupons by category

So I wrote a mod for "catalog/model/checkout/coupon.php", and it is working. Yay! I can't find another place where this code would be used, but if anybody knows any different, I'd love to hear it. It is definitely calculating correctly on the checkout page though. I have checked a category...

Jump to post
  • Sun Feb 26, 2012 4:12 pm
  • Replies 9
  • Views 3498
Re: coupons by category

Done with making the ui elements work as expected. The category selector is actually more closely related to the product page's category selector than the coupon page's product selector on the front end, but more like the product selector on the backend. Pretty easy to mod, just took me a while to f...

Jump to post
  • Sun Feb 26, 2012 2:25 pm
  • Replies 9
  • Views 3498
Re: coupons by category

I just learned that order of operation matters in vqmod. If you do a insert of some code on one pass that matches a replace on a second pass, it will modify the inserted code. Good to know.

Jump to post
  • Sun Feb 26, 2012 1:37 pm
  • Replies 9
  • Views 3498
Re: coupons by category

Man, the indention in this code is all over, yuck. Code style makes for good readability, guys. C'mon.

Jump to post
  • Sun Feb 26, 2012 12:41 pm
  • Replies 9
  • Views 3498
Re: coupons by category

So, here's a list of things that likely should be changed: 1. Clicking on categories should not populate the products list on the coupon page 2. loading the page should remember what was clicked before 3. referencing the coupon code should refer to the product list AND any products associated with t...

Jump to post
  • Sun Feb 26, 2012 11:35 am
  • Replies 9
  • Views 3498
coupons by category

So, I noticed that coupons don't really go by category, like is sort of implied by the interface. What it actually does is when you click the category control on the coupon code page, it adds all the products from that category that exist at the time into the product list and stores that in a "...

Jump to post
  • Sun Feb 26, 2012 9:38 am
  • Replies 9
  • Views 3498
Manufacturer Info vqmod

http://www.opencart.com/index.php?route ... on_id=5141

Just thought I'd mention this. It adds manufacturer wholesale price (for profit calculations) and manufacturer part numbers to the product pages.

Jump to post
  • Sun Feb 26, 2012 9:31 am
  • Replies 0
  • Views 506

Search found 27 matches