Re: Reward Points Module- Live Release now available.
Hi,
I would like to show the reward points below product price on the main page, categories, featured items, new products, etc., but not for "call for price" items. Do you think that this is possible?
Thank you,
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
izar74
... could you please confirm that the following code is correct: ...
"/admin/customers_reward_points.php" (changes in red):
Code:
315: $contents = array();
316:
if(zen_not_null($current_customer)) {
317: switch ($action) { // Combined w/ line 318
319: case 'edit':
320: case 'update':
321: case 'handle_point_list':
...
376: $record_contents[]=array('text' => '</form>');
377: }
378: break;
379: } // End of switch statement
} else {
echo '<div class="alert">No Customer (or invalid customer) selected. No action performed!</div>';
}
380:
381: if((zen_not_null($heading)) && (zen_not_null($contents)))
Re: Reward Points Module- Live Release now available.
Is there a way to store the total points to be earned as dollars and cents (or rather whole and part numbers) instead of the rounding to the nearest whole number?
Re: Reward Points Module- Live Release now available.
I am new to all of this and have a question regarding the installation of the Rewards Points Module.
The instructions state to install all files with a path "custom" to my custom folder. I have no custom folders, and use a plug-in theme other than Classic. \\Can you please elaborate on what "custom" really refers to? I want to be sure that these files get in the right folders.
Thanks for the feedback and clarification.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
DonRichardsonNH
I am new to all of this and have a question regarding the installation of the Rewards Points Module.
The instructions state to install all files with a path "custom" to my custom folder. I have no custom folders, and use a plug-in theme other than Classic. \\Can you please elaborate on what "custom" really refers to? I want to be sure that these files get in the right folders.
Thanks for the feedback and clarification.
Change the name of the custom folder to the name of the template you are using and then ftp upload it to your server.
Re: Reward Points Module- Live Release now available.
Is it possible to make a reward points unusable on a particular item?
Re: Reward Points Module- Live Release now available.
I am using V1.5.0
Reward Points sidebox not showing in my web store. Even after a purchase, it only show in Payment into step 2/3. When I turned it on under Configuration Reward Point Sidebox Display = 1 or 2, it doesn't show as a sidebox. I have checked, everything seems to be there in the server. Reward Points system works well, except that it is not display on sidebox, can anyone advise? Many thanks in advance.
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Pxtures
I am using V1.5.0
Reward Points sidebox not showing in my web store. Even after a purchase, it only show in Payment into step 2/3. When I turned it on under Configuration Reward Point Sidebox Display = 1 or 2, it doesn't show as a sidebox. I have checked, everything seems to be there in the server. Reward Points system works well, except that it is not display on sidebox, can anyone advise? Many thanks in advance.
GO back check your installation files. Check and make sure the sidebox files uploaded to there correct place.
Always show a link to your site so someone can help,
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Joe Robot
Is it possible to make a reward points unusable on a particular item?
Hmm...let's try again.
I have some pre-order items that I would like to make "cash only", so they can't be purchased with rewards points. Is there a way to do this from the Admin?
If not the admin, any other ideas about this can be achieved? I am using v1.3.9h
Re: Reward Points Module- Live Release now available.
Quote:
Originally Posted by
Joe Robot
Hmm...let's try again.
I have some pre-order items that I would like to make "cash only", so they can't be purchased with rewards points. Is there a way to do this from the Admin?
If not the admin, any other ideas about this can be achieved? I am using v1.3.9h
That would require custom coding to get reward points to do what you are asking. It can be done.... but if it was me I would upgrade my store if I was still using zen cart 1.3.9. Zen cart 1.5.3 is hopefully coming out pretty soon.