Re: [MOD] - VirtualQMod - Modify on the fly!
Index would probably be the most flexible way of handling such occurrences.
Jump to post- Tue Dec 28, 2010 10:47 am
- Replies 690
- Views 306872
Re: [MOD] - VirtualQMod - Modify on the fly!
This is just brilliant and I would have to agree is far better than placing hooks all throughout the core. I see absolutely no reason why this can't solve everyones gripes about "this should do this instead". A very practical application would be everyones gripes about multi-store having d...
Jump to post- Sun Dec 26, 2010 12:55 pm
- Replies 690
- Views 306872
Re: FYI: Upcoming Changes in 1.5.0
Did you notice if there are any hooks were present to allow modules to easily interact based on user actions?
Jump to post- Fri Dec 17, 2010 1:01 pm
- Replies 69
- Views 45504
Re: Progress Towards 1.5.0
Shame the topic is shifting, I was really looking forward to learning more about the magical unicorns.
Jump to post- Thu Dec 09, 2010 9:25 am
- Replies 908
- Views 276759
Re: Progress Towards 1.5.0
I would like to comment about how so many people keep begging for 1.5 release yet at the same time keep popping out a million feature requests. The current plans for 1.5 are more than enough for a release, begging for a ton of more features to be added only delays the release date... In addition to ...
Jump to post- Thu Dec 02, 2010 4:05 pm
- Replies 908
- Views 276759
Re: Progress Towards 1.5.0
I have a site I'm waiting to launch until 1.5 comes out. Same It's best if you wait until 1.5.1 as 1.5.0 will likely contain bigger bugs since it's a major version. I agree with you as far as publicly launching but for just getting the store configured and products added etc, for people like alex a...
Jump to post- Mon Oct 18, 2010 10:41 pm
- Replies 908
- Views 276759
Re: Progress Towards 1.5.0
Aye, thats 1.4.9 though, I was asking about 1.5 due to the new features such as reward points. Jump to postMoggin wrote:RC2 came in under the radarxds wrote:Just wanted to see if there was a new ETA of 1.5.0 or RC.
Thanks.![]()
http://forum.opencart.com/viewtopic.php?f=2&t=18920
- Mon Aug 23, 2010 9:31 pm
- Replies 908
- Views 276759
Re: Progress Towards 1.5.0
Just wanted to see if there was a new ETA of 1.5.0 or RC.
Thanks.
- Mon Aug 23, 2010 5:50 pm
- Replies 908
- Views 276759
Re: [How-To] Auto Fill Product Discounts by Group
Ok, I have found the problem. It is because at least one of your customer groups does not start with a number and a percent sign. I just realized during all my testing ALL of my groups had a value, inlcuding my New customer group which was named "0% New Customer" It seems my foreach isn't ...
Jump to post- Sat Jul 31, 2010 7:56 am
- Replies 11
- Views 12282
Re: [How-To] Auto Fill Product Discounts by Group
You are using openCart 1.4.8b? You setup your customer groups named like 10% Discount, 15% Discount etc etc? The first part of your customer groups must have a number immediately followed by a percent sign. Javascript looks like the following? discount_row++; } //--></script> <?php //begin addition ...
Jump to post- Sun Jul 25, 2010 5:52 am
- Replies 11
- Views 12282
[REQUEST] Gift Voucher integration with v1.5 credit system
I know it has been requested a lot for the addition of gift vouchers, and if it's not already planned for 1.5 I would like to point out how you seem to have done the majority of the work already if you have coded the reward points / credit system. Using this already implemented system you could have...
Jump to post- Tue Jul 13, 2010 10:32 pm
- Replies 0
- Views 1812
Re: Progress Towards 1.5.0
I'm wondering why you people are talking down on things like multi-store. Firstly, it's quite easy to implement just adding a domain alias and creating a "new store" in admin, everything else is automatic you don't really need documentation, just look at the options in admin... Also on thi...
Jump to post- Tue Jul 13, 2010 10:07 pm
- Replies 908
- Views 276759
Re: [On Hold] Reward Points / Customer Loyalty System
Would have been nice if you would have told me that before I started on this =]
Thanks for sharing before I did waste a lot of unnecessary time. I may continue this project if the next release of OC gets pushed back.
- Tue Jul 13, 2010 9:39 pm
- Replies 2
- Views 2796
Re: Loyalty module
Apparently this will be implemented in v 1.5
Jump to post- Tue Jul 13, 2010 9:34 pm
- Replies 32
- Views 10289
Re: do any body has idea ?
In order for this to work, you would need to setup a mysql cluster. Just google mysql cluster for documentation on that, once this is done, you would configure your store how you need it with its settings configured to use your cluster for your database. Then you would copy your uploaded site files ...
Jump to post- Tue Jul 13, 2010 9:30 pm
- Replies 1
- Views 722
[On Hold] Reward Points / Customer Loyalty System
ON HOLD FOR NOW! Hopefully the new version of opencart will be released next month containing this feature! Since I have yet to find a reward points / customer loyalty system for opencart, I figured I would try my hand at developing one myself. As I am new to opencart and have not fully gone throug...
Jump to post- Tue Jul 13, 2010 9:21 pm
- Replies 2
- Views 2796
Re: [RELEASED][1.4.8]Nivo Slider Module - Javascript slidesh
Should install it on your actual store too =] http://store.jaygilford.com/
I also have to recommend removing the purple border...
Besides that, it looks good.
- Tue Jul 13, 2010 6:32 pm
- Replies 16
- Views 10098
[How-To] Auto Fill Product Discounts by Group
http://exploit.cc/img/archive/opencart/all-levels-1.gif After button press: http://exploit.cc/img/archive/opencart/all-levels-2.gif First off, I'm not so great at PHP so my way of doing things may be a bit sloppy. I was looking for a mod to set category specific discount rates based on customer gro...
Jump to post- Tue Jul 13, 2010 6:06 pm
- Replies 11
- Views 12282
Customer group and Category based discount
Hello, I was looking over some modules from theqdomain and wanted to see if anyone knew of something that may meet my needs or has modified one of these modules to do what I want and could share. What I am looking for is a way to offer category based discounts that is defined per user group. There i...
Jump to post- Tue Jul 13, 2010 12:14 pm
- Replies 8
- Views 3374
Can modules auto-hook events?
Hello, I was looking to develop a module to auto-insert an item into a customers order based on other things in their cart and I am pretty sure I know how I can do this, but I wanted to know if it would be possible to have said module hook the insert function in admin/controller/sale/order.php witho...
Jump to post- Tue Jul 13, 2010 12:02 pm
- Replies 7
- Views 2580