Page 115 of 248 FirstFirst ... 1565105113114115116117125165215 ... LastLast
Results 1,141 to 1,150 of 2475
  1. #1141
    Join Date
    Nov 2006
    Posts
    34
    Plugin Contributions
    0

    Default 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

  2. #1142
    Join Date
    Nov 2006
    Posts
    34
    Plugin Contributions
    0

    Default 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

  3. #1143
    Join Date
    Oct 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    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 View Post
    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

  4. #1144
    Join Date
    Jul 2009
    Posts
    103
    Plugin Contributions
    0

    Default 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

  5. #1145
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by cliffvt View Post
    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.
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  6. #1146
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by thepollywog View Post
    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
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  7. #1147
    Join Date
    Oct 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    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

  8. #1148
    Join Date
    Sep 2007
    Location
    Dublin, Ireland
    Posts
    1,288
    Plugin Contributions
    8

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by thepollywog View Post
    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)
    Andrew

    Andrew Moore
    Omnicia Agile Development
    www.omnicia.com

  9. #1149
    Join Date
    Oct 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Reward Points Module- Live Release now available.

    Quote Originally Posted by hem View Post
    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

  10. #1150
    Join Date
    May 2008
    Location
    Italy
    Posts
    83
    Plugin Contributions
    0

    Default 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
    www.egame74.com console accessories

 

 

Similar Threads

  1. v139h Reward Points module display order totals including reward points
    By irsarahbean in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 Jun 2013, 01:19 AM
  2. Reward points module : 0 points earned
    By jonnyboy22 in forum Addon Payment Modules
    Replies: 5
    Last Post: 5 Jun 2012, 09:52 AM
  3. Reward Points module- points not calculated correctly
    By cpoet in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 9 Sep 2010, 05:02 PM
  4. Reward Points Module - Hide message when 0 points offered
    By expresso in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 11 Dec 2008, 06:58 PM
  5. Experimental Reward Points Module
    By precursor999 in forum Addon Payment Modules
    Replies: 7
    Last Post: 2 Apr 2007, 09:32 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR