Search found 139 matches

by nebenaube
Sat 5. May 2012, 21:22
Forum: phpwcms Modules English
Topic: mod_shop where to start implementing IDEAL payment method
Replies: 13
Views: 15495

Re: mod_shop where to start implementing IDEAL payment metho

Oliver, could it be possible to credit myself for the enhancements... and also credit nameless one and Claus for their contributions? That will go a long way for employment purposes. Also, I would like to change my username here.
by nebenaube
Fri 4. May 2012, 20:47
Forum: phpwcms Templates English
Topic: how to load a template
Replies: 8
Views: 17314

Re: how to load a template

the link&email content part...
by nebenaube
Thu 3. May 2012, 19:09
Forum: phpwcms Templates English
Topic: how to load a template
Replies: 8
Views: 17314

Re: how to load a template

Ummm, I am being really dense today, I'm trying to create a template for cnt3 to include the revised websnapr, any clues available? I have the new javascript in the page template. Now I could like to add the link related js to cnt3. My install has a folder for one, e.g. www/template/inc_cntpart/link...
by nebenaube
Wed 25. Apr 2012, 21:53
Forum: phpwcms Modules English
Topic: mod_shop where to start implementing IDEAL payment method
Replies: 13
Views: 15495

Re: mod_shop where to start implementing IDEAL payment metho

In a month or so so I can move the sandbox vs live urls into the back end and fix the install and integrate claus's modification. I wish Claus would alter his sig... isn't the offical gurm stable?
by nebenaube
Wed 25. Apr 2012, 17:44
Forum: phpwcms Modules English
Topic: mod_shop where to start implementing IDEAL payment method
Replies: 13
Views: 15495

Re: mod_shop where to start implementing IDEAL payment metho

Can you post the relevant links for this payment gateway? I'm the guy that refactored the shop module for paypal.
by nebenaube
Wed 21. Dec 2011, 19:04
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

Marcus, That's a good catch. Thank you so much for the code review. This is the kind of collaboration I had hoped for years ago when I started working with phpwcms and joined this forum. Your 'quick and dirty' solution may indeed be the correct path, I don't know for sure at the moment. I will have ...
by nebenaube
Wed 21. Dec 2011, 07:28
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

By the way, I used single case switches in the code so that I can add google checkout later.
by nebenaube
Wed 21. Dec 2011, 04:39
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

believe me, I've made worse errors than line 276 or line 362 in front.shop_functions.inc.php...

but what about line 438? : _dbInsertOrUpdate( DB_PREPEND."phpwcms_shop_transactions", $data, "where `txn_id` = '".$trans['txn_id']."'", '');
by nebenaube
Tue 20. Dec 2011, 21:58
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

Thanks for the heads up on the sql statement, I will check out what you posted and see if my more current source already has that fixed. I should mention that I built and tested my implementation on a live freeBSD 7.3 box running apache 2.2 and one of the version 5 releases of mysql. That machine is...
by nebenaube
Tue 20. Dec 2011, 16:52
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

In the paypal sandbox, one must configure the sandbox to send the ipn notification. At least that is how I remember it. Please read the Paypal documentation for the sandbox and it's use.
by nebenaube
Thu 15. Dec 2011, 19:08
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

I don't think the version available here has the changes that were required after it was released. I'm not sure how to help integrate it with the version of phpwcms that you are using (I have not seen the changes made to the new core). This is a bad time for me to continue working on it. I'm sorry, ...
by nebenaube
Sun 23. Oct 2011, 19:55
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

There is currently one example running, but it's further initialization will be dormant until Jan 2012; so it probably wouldn't be of much use to you but here it is http://www.elementalalchemy.com clearly, there is an issue regarding sales tax and shipping that I am not able to take the time to addr...
by nebenaube
Tue 8. Dec 2009, 17:05
Forum: phpwcms Discussion
Topic: FE User and User/Group Rights-Management Development
Replies: 327
Views: 135539

Re: FE User and User/Group Rights-Management Development

It's actually fairly easy to integrate some other GURM... my project at eenac now uses the GURM in phpizabi for front end logins... and no... the admin panels are not integrated yet, nor will I bother... unless someone else is interested, after all, I am available for hire!
by nebenaube
Tue 13. Oct 2009, 20:09
Forum: phpwcms Discussion
Topic: FE User and User/Group Rights-Management Development
Replies: 327
Views: 135539

Re: FE User and User/Group Rights-Management Development

Well, to hell with this cripple-ware then...
by nebenaube
Wed 26. Aug 2009, 16:53
Forum: hacks & enhancements
Topic: 1.4.1 shop_module WITH PAYPAL...
Replies: 52
Views: 55477

Re: 1.4.1 shop_module WITH PAYPAL...

$phpwcms['allowed_lang'] = array('en'); //array of allowed languages: array('en', 'de', 'fr', 'es') $phpwcms['default_lang'] = 'en'; //default language $phpwcms['charset'] = 'iso-8859-1'; //default charset 'iso-8859-1' When logged into you account at paypal, set the language your wesite uses in you...