Oh wow, that really is awesome!Qphoria wrote:I have 3 baby girls... I don't sleep!

Not at all. It is completely optional. Only some modules will need to have custom install/uninstall options. For example, if your mod uses its own db table, you can currently do a db check for the new table and create it if not exists on the index function when the page loads. But when the module is uninstalled, there is no way to uninstall the table that was installed. So it just sits there dead. Now it will try to trigger the modules own install/uninstall functions to allow proper create & cleanupi2Paq wrote:Does this mean extensions needs to be updated to work with 1.4.9?- Extension custom install/uninstall hook. Now when you install/uninstall extensions, if they have their own install/uninstall functions, they will be called.
This is something else planned for all "list" views. but I think it best to save that for 1.5.0 to keep the stability of 1.4.9. I actually partually added it to my 1.4.8 dev build for product price and qty.. so that might make it into 1.4.9 as a teaser. But yea having a more functional list view is planned for all pages.Can I mention 2 additional changes in the Admin:
Settings -> Localization -> Languages: Change the view so you can see the Status (enabled or disabled).
Better would be the option to enable/disable it as well without having to go into the language settings as well.
Same goes for Settings -> Localization -> Currencies and Settings -> Localization -> Countries
OK, basically the way I've seen it done in other carts/programs as well.Qphoria wrote:Not at all. It is completely optional. Only some modules will need to have custom install/uninstall options. For example, if your mod uses its own db table, you can currently do a db check for the new table and create it if not exists on the index function when the page loads. But when the module is uninstalled, there is no way to uninstall the table that was installed. So it just sits there dead. Now it will try to trigger the modules own install/uninstall functions to allow proper create & cleanupi2Paq wrote:Does this mean extensions needs to be updated to work with 1.4.9?- Extension custom install/uninstall hook. Now when you install/uninstall extensions, if they have their own install/uninstall functions, they will be called.
O well, I'll gues I have to wait for 1.5.0 thenThis is something else planned for all "list" views. but I think it best to save that for 1.5.0 to keep the stability of 1.4.9. I actually partually added it to my 1.4.8 dev build for product price and qty.. so that might make it into 1.4.9 as a teaser. But yea having a more functional list view is planned for all pages.Can I mention 2 additional changes in the Admin:
Settings -> Localization -> Languages: Change the view so you can see the Status (enabled or disabled).
Better would be the option to enable/disable it as well without having to go into the language settings as well.
Same goes for Settings -> Localization -> Currencies and Settings -> Localization -> Countries
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
I just modified the "Products Purchased Report" pages code, I didn't actually write a separate module. was hopeing future versions of opencart can use this new code for the "Products Purchased Report"JAY6390 wrote:Sounds good 12oclocker
@Q - How exactly are the new hooks invoked for modules? Will they be just a case of public function install() ? and uninstall()
Yes. The admin/controller/extension/*.php files all have a standardized install and uninstall function alreadyJAY6390 wrote:@Q - How exactly are the new hooks invoked for modules? Will they be just a case of public function install() ? and uninstall()
Just release your code as a complete set of files.12oclocker wrote:I just modified the "Products Purchased Report" pages code, I didn't actually write a separate module. was hopeing future versions of opencart can use this new code for the "Products Purchased Report"JAY6390 wrote:Sounds good 12oclocker
@Q - How exactly are the new hooks invoked for modules? Will they be just a case of public function install() ? and uninstall()
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Ok, I'll do that, I'll try to get that uploaded tonight.i2Paq wrote: Just release your code as a complete set of files.
Q and/or Daniel could have a look at it and if found OK add it to the Core.
If not, it could still be a well wanted extension!
We do need more reports in there.
Sounds great! Since you're working so deeply with Paypal, I have a question for you: is there a way to pass back the shipping address to OpenCart if the customer changes it in Paypal? Right now people set the shipping address in OpenCart (which can't be passed to Paypal, as far as I can see), but if they change it in Paypal, it's not passed back to OpenCart.Qphoria wrote:95% done with Paypal rewrite
I spent all day yesterday working on the new Paypal rewrite. I'm going to do more testing and tweaking today and then I'd like to post it here to allow others to try it with their 1.4.8/1.4.8b stores.
New features:
- Itemized product list
- Support for Discounts, Taxes, Shipping. Even coupons with itemized mode works correctly now
- PDT Support for browser-side validation (backup protection if IPN isn't working)
- Some new methods for IPN verification
- Multiple status support for different paypal states with automatic update for changes via ipn. (echeck, refund, dispute, etc)
- Many additional validation steps to cut down on scammers (price match, email match, referrer, etc)
- IPN and PDT work together for additional security and reliability
Stay tuned!
Well because of the way paypal standard works, we can't allow the user to change the shipping address. They may choose "California" for their shipping address during checkout and be charged $5.00 to ship.Johnathan wrote: Sounds great! Since you're working so deeply with Paypal, I have a question for you: is there a way to pass back the shipping address to OpenCart if the customer changes it in Paypal?
Hmm...good point. Thanks for the info.Qphoria wrote:Well because of the way paypal standard works, we can't allow the user to change the shipping address. They may choose "California" for their shipping address during checkout and be charged $5.00 to ship.
Then in paypal change their address to "Indonesia" and that will be hell.
This is, however, done in my Paypal Express extension because there the payment process is returned to the store before finalizing.
Master password override is a mod that I released a while back. I am not adding it to the core just giving the alternative to admin order entry. Search for it in the contributions forum.JAY6390 wrote:Few questions (which I'm sure others will ask if I don't)
What and how does the master override work for orders
I'm hoping "OOS" is out of stock message (took me a couple of mins to realise what it was)
Does the transparency mean that png's will retain the clear background, and no white will be shown behind it?
Users browsing this forum: No registered users and 12 guests