Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
What version of MySQL are you using???
Database: MySQL 5.0.45-community-log
I was trying to set up the Standard IPN first, but after discovering the Paypal problem with the IPN i switched to Express Checkout.
And im afraid that maybe the Reward Points Module is causing this SQL-error when clicking the button without being logged in.
So i just want to make sure, is this mod working when using Paypal Express Checkout?
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
user2345
Database: MySQL 5.0.45-community-log
I was trying to set up the Standard IPN first, but after discovering the Paypal problem with the IPN i switched to Express Checkout.
And im afraid that maybe the Reward Points Module is causing this SQL-error when clicking the button without being logged in.
So i just want to make sure, is this mod working when using Paypal Express Checkout?
Strange- it should work fine- let me have a look at it in the morning and I'll get back to you then.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Strange- it should work fine- let me have a look at it in the morning and I'll get back to you then.
Actuallly- now I've had a good look at your original message I can see where the problem is- I'll code in an adjustment and add it to the mod.
Re: Reward Points Module- Live Release now available.
Hi there -
First of all thanks for this mod! It sounds awesome and I can't wait to dig in.
That being said... after I installed the mod and went to the Admin>Customer>Group rewards redeem, I get the following error:
Warning: require(../../includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/eurocoop/public_html/botanikanaturals/admin/group_reward_points.php on line 23
Fatal error: require() [function.require]: Failed opening required '../../includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eurocoop/public_html/botanikanaturals/admin/group_reward_points.php on line 23
Now, I don't know that much about PHP at all, so I'm kinda lost here. Can anyone give me a hint what could be causing this or how to fix it? I would be eternally in your debt and will add you to my list of ZC Heroes :D
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
crashley1784
Hi there -
First of all thanks for this mod! It sounds awesome and I can't wait to dig in.
That being said... after I installed the mod and went to the Admin>Customer>Group rewards redeem, I get the following error:
Warning: require(../../includes/application_top.php) [function.require]: failed to open stream: No such file or directory in /home/eurocoop/public_html/botanikanaturals/admin/group_reward_points.php on line 23
Fatal error: require() [function.require]: Failed opening required '../../includes/application_top.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/eurocoop/public_html/botanikanaturals/admin/group_reward_points.php on line 23
Now, I don't know that much about PHP at all, so I'm kinda lost here. Can anyone give me a hint what could be causing this or how to fix it? I would be eternally in your debt and will add you to my list of ZC Heroes :D
It looks like you haven't copied the files across correctly- You need to make sure that they go into the corresponding folders on your website.
Re: Reward Points Module- Live Release now available.
OK, I'll double check that. I thought I was relentless in making sure I did everything correctly, but maybe I made a mistake. Any hint what application_top.php is though? I searched the reward point module folder and did not find that file...
Re: Reward Points Module- Live Release now available.
Ok, I checked and all my files are in the correct places. Any other ideas?
Re: Reward Points Module- Live Release now available.
Question about the mod -
Is it possible to only offer reward points to a specific group? I don't want every customer to be able to earn points, only my club members - earning points is one of the perks of membership.
Thanks :)
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
crashley1784
OK, I'll double check that. I thought I was relentless in making sure I did everything correctly, but maybe I made a mistake. Any hint what application_top.php is though? I searched the reward point module folder and did not find that file...
It's a ZenCart core file. Your error message is telling you that application_top.php could not find one of the reward point modules.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
crashley1784
Question about the mod -
Is it possible to only offer reward points to a specific group? I don't want every customer to be able to earn points, only my club members - earning points is one of the perks of membership.
Thanks :)
Yes- just set your global redeem to 0 and set up a Group Redeem Points for your club members.