Page 1 of 1
Search found 11 matches
Re: Payment hooks
A few more questions, if you don't mind.
How do I make this transfer transparently (i.e. without any user interaction), or is it even possible using the default payment drivers offered by opencart?
- Tue Sep 07, 2010 9:22 pm
- Replies 5
- Views 923
Re: Payment hooks
I see, if I understand you correctly, I will have to edit the file catalog/model/checkout/order.php and include my script which calculates x % of the payment made and makes a call to the payment gateway to transfer the fee from the source account to the destination account?
Jump to post- Tue Sep 07, 2010 8:26 pm
- Replies 5
- Views 923
Re: Multistores, how do the work?
Interesting. Thank you for the information. I have a few more questions though, when "shopping" from a multi-store configured site does the payment go to the admin or is the payment information configurable? Also, when I edit a store (which is not the default store), under the "Option...
Jump to post- Tue Sep 07, 2010 8:23 pm
- Replies 3
- Views 589
Multistores, how do the work?
I'm new to opencart and I would like to learn more about the implementation (, internals) and usage of the multistore feature in opencart. As far as I understand, it creates another "store" that is administered by a central admin. Thus, although it implements multistore, it lacks a multive...
Jump to post- Tue Sep 07, 2010 4:57 pm
- Replies 3
- Views 589
Payment hooks
Hi, I need to implement a system where, upon payment by the customer I need to extract x % of the payment and transfer it to another account. Is it possible to do it without modifying the core? Are there any payment hooks that get called after the amount it paid? Do I have to create my own "Pay...
Jump to post- Tue Sep 07, 2010 4:54 pm
- Replies 5
- Views 923
Re: Overriding common/home in admin panel
Ok. Thank you for the reply!
Jump to post- Tue Sep 07, 2010 4:51 pm
- Replies 7
- Views 1319
Re: Overriding common/home in admin panel
Anyone with a possible solution?
Jump to post- Wed Sep 01, 2010 4:59 pm
- Replies 7
- Views 1319
Re: Post any OpenCart 1.4.9 Final Bugs here!
... Yep, there are more for sure:
Code: Select all
Warning: Invalid argument supplied for foreach() in /var/www/opencart/system/library/user.php on line 23
- Wed Sep 01, 2010 5:10 am
- Replies 90
- Views 42455
Re: Post any OpenCart 1.4.9 Final Bugs here!
Qphoria: I believe (although I don't claim) there are a few more cases where a similar error would occur (just did a quick grep) including here: $ grep -R -n 'unserialize' * admin/model/user/user_group.php:22: $data = unserialize($user_group_query->row['permission']); admin/model/user/user_group.php...
Jump to post- Wed Sep 01, 2010 5:08 am
- Replies 90
- Views 42455
Overriding common/home in admin panel
Hello, I am in need of building an extension that overrides the default dashboard (for additional authentication checks etc.) The problem is ... there seems (unless I've missed something, in which case my bad) to be no way of doing it other than modifying the core which I would like to avoid. Any id...
Jump to post- Wed Sep 01, 2010 5:05 am
- Replies 7
- Views 1319
Re: Post any OpenCart 1.4.9 Final Bugs here!
"Warning: Invalid argument supplied for foreach() in /var/www/opencart/system/library/user.php on line 43" How to repeat: Admin Panel > Users > User Groups > Insert > uncheck all boxes on both "select lists" Logout and try to login in again. Possible remedy: Check if the permissi...
Jump to post- Wed Sep 01, 2010 4:53 am
- Replies 90
- Views 42455
Search found 11 matches