Re: Reward Points Module- Live Release now available.
HI All
I have installed a test for the latest point system. Its seems to be a great add on feature and I really want to get it live on my site. While I was testing I have come across an issue. i have ver 1.38 and I am using a discount table for when people buy quantities. If you purchse more than 2 items the price is cheaper, but the points do not reflect this they remain on the base price. I have switched on the include specials and discounts but it seems not to use the tabel rates. Can anyone help.
Thanks
Re: Reward Points Module- Live Release now available.
Also forgot to add in last post I also have the tax issue. It does not reduce the tax after taking off the dicount
Thanks
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
It would appear that your custom folder is not called "custom". Have you tried running the RPD (details in the readme). It will show you what your custom folder is called and let you know if you have copied the files to the right location.
Quote:
Originally Posted by
Centec2b
Please can I ask for guidance on a problem that I do not understand
I am running a test system on Ubuntu Linux with Lamp. I a running the latest edition of Zen and have installed this contribution without known problems
When I go to TOOLS / LAYOUT BOXES CONTROLLER and look for the relevant files (ie includes/modules/sideboxes/custom/ reward_points.php and shopping_cart_with_rewards.php) they dont show.
If I move the files up one directory ie includes/modules/sideboxes/ they show
However after invoking them reward_points.php does not show in the sideboxes and shopping_cart_with_rewards.php causes the sidebox column to blank it and the ensuing items (if that makes sense)
What is also missing is the changes to the products where I believe you will see the points value. To my knowledge the relevant areas of the admin are turned on
The administration area shows up the relevant parts of the contribution fine and a test purchase also grants and saves the "points"
Phew - sorry a bit long winded but I would be grateful for any suggestions as to where to start looking. After 48 hours I dont have much hair left!
Thank you Centec2b
Hello,
I'm having an identical problem, I've run the RPD, it tells me that my custom folder is: DIR_WS_TEMPLATE (which I cannot find while using Filezilla to surf my domain)
But, /includes/modules/sideboxes/custom has both reward_points.php and shopping_cart_with_rewards.php.
Any advice?
Dennis
Re: Reward Points Module- Live Release now available.
Hi There
This module works great for me but I have a bit of a situation I am struggling to solve. I currently use reward points per product and it works great!! We sell tickets for musical shows, so now my client wants to give "complimentary" tickets, so I created a discount code of 100%. The reward module still gives full reward points if the product is discounted.
So I thought I'd try the TOTAL/SUBTOTAL reward ear/redeem feature, but now it calculates reward points on shipping and handling...
Any ideas how to get past this issue?
The idea is that even if the product is complimentary, they should still pay handling and postage, but not earn reward points
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
cliffvt
Hi There
This module works great for me but I have a bit of a situation I am struggling to solve. I currently use reward points per product and it works great!! We sell tickets for musical shows, so now my client wants to give "complimentary" tickets, so I created a discount code of 100%. The reward module still gives full reward points if the product is discounted.
So I thought I'd try the TOTAL/SUBTOTAL reward ear/redeem feature, but now it calculates reward points on shipping and handling...
Any ideas how to get past this issue?
The idea is that even if the product is complimentary, they should still pay handling and postage, but not earn reward points
I'm currently working on this- Right now the RP mod either gives points calculated off of the products purchased or the subtotal of the sale or the total of the sale. If does not take into account any discounts, coupons or other promotional items.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
thepollywog
Hello,
I'm having an identical problem, I've run the RPD, it tells me that my custom folder is: DIR_WS_TEMPLATE (which I cannot find while using Filezilla to surf my domain)
But, /includes/modules/sideboxes/custom has both reward_points.php and shopping_cart_with_rewards.php.
Any advice?
Dennis
DIR_WS_TEMPLATE is defined in includes/configure.php
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
DIR_WS_TEMPLATE is defined in includes/configure.php
Found it: define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
What should I change it to? templates/custom/ ?
Does it matter that RPD says my custom folder is in:
DIR_WS_TEMPLATE
Whereas in configure.php it is written in the plural form (with an S at the very end)?
Appreciate the help!
Dennis
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
thepollywog
Found it: define('DIR_WS_TEMPLATES', DIR_WS_INCLUDES . 'templates/');
What should I change it to? templates/custom/ ?
Does it matter that RPD says my custom folder is in:
DIR_WS_TEMPLATE
Whereas in configure.php it is written in the plural form (with an S at the very end)?
Appreciate the help!
Dennis
Apologies- it should be includes/init_includes/init_templates.php (line 40)
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
hem
Apologies- it should be includes/init_includes/init_templates.php (line 40)
Thanks again, I trust you mean this line:
define('DIR_WS_TEMPLATE', DIR_WS_TEMPLATES . $template_dir . '/');
?
What should I change it to? This:
define('DIR_WS_TEMPLATE', DIR_WS_TEMPLATES . $template_dir . 'includes/templates/custom');
?
Dennis
Re: Reward Points Module- Live Release now available.
Hi all
can someone tell me how to set the earned points to pending and not automatically to earned ?
Thank you in advance