Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
The error is due to a missing column, customers_wholesale. This is not part of the Rewards Point plugin. There is a Dual Pricing plugin that uses a similar name, but not that.
Are you using any wholesale plugins?
Look at your cAtch-utS-fLour\orders.php file compared to the 1.5.5 default version. customers_wholesale is not mentioned in the default or this plugins' version of that file.
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Thank you for your reply.
I was able to install with past version reward_point_full_suite_2.5f.
I tried to install several times and operated it and confirmed the duplicability.
This is brand new install of zen155 and reward_point.
I also tried to install reward_point_full_suite_2.5g On the basis of XAMPP7.1.18 and zen1.55f.
It occured same error "WARNING: An Error occurred, please refresh the page and try again.".
I wonder it concern with php version.
Because of my ability, I give up on pursuing the installation of 2.5g even 2.5f have some inconsistencies.
Thank you.
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Hello everyone!
I'm running into a possibly minor issue (?). New install 1.5.6a, customer just first placed an order and on the admin I see reward points earned with this order as $0.00 when it should be 6. Any ideas on how to fix this one??
And also, I'm giving customers 100 points for signing in, they are not added to their accounts.
Any help would be appreciated.
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
For anyone running ZC 1.5.6a getting either a blank page or a $ on admin/orders.php I was able to make it work.
Locate
PHP Code:
<tr>
<td class="<?php echo str_replace('_', '-', $order->totals[$i]['class']); ?>-Text text-right">
<?php echo $order->totals[$i]['title']; ?>
</td>
<td class="<?php echo str_replace('_', '-', $order->totals[$i]['class']); ?>-Amount text-right">
<?php echo $currencies->format($order->totals[$i]['value'], true, $order->info['currency'], $order->info['currency_value']); ?>
</td>
</tr>
Replace for
PHP Code:
<!-- bof Reward Points -->
<?php
if ($order_total['class'] = "ot_reward_points_display") { ?>
<tr>
<td class="<?php echo str_replace('_', '-', $order->totals[$i]['class']); ?>-Text text-right">
<?php echo $order->totals[$i]['title']; ?>
</td>
<td class="<?php echo str_replace('_', '-', $order->totals[$i]['class']); ?>-Amount text-right">
<?php echo $order->totals[$i]['text']; ?>
</td>
</tr>
<?php } else { ?>
<!-- eof Reward Points -->
<tr>
<td class="<?php echo str_replace('_', '-', $order->totals[$i]['class']); ?>-Text text-right">
<?php echo $order->totals[$i]['title']; ?>
</td>
<td class="<?php echo str_replace('_', '-', $order->totals[$i]['class']); ?>-Amount text-right">
<?php echo $currencies->format($order->totals[$i]['value'], true, $order->info['currency'], $order->info['currency_value']); ?>
</td>
</tr>
<?php
//<!-- bof Reward Points -->
}
//<!-- eof Reward Points -->
Still haven't figure out why the Reward Points aren't awarded when opening an account.
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
I someone going to upgrade this for 1.5.6c? I have a customer who is needing something like this but I know just about enough about coding to get me into dangerous waters! LOL
I can try to update it but don't want to step on anyone's toes.
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Quote:
Originally Posted by
stellarweb
I someone going to upgrade this for 1.5.6c? I have a customer who is needing something like this but I know just about enough about coding to get me into dangerous waters! LOL
I can try to update it but don't want to step on anyone's toes.
I am working on it.. or you can make a github repo.. when I get time
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
I thought I posted it before. Maybe I didnt as I don see a post from me lately, so I'll post it again.
I'm still at ZC 1.5.5f with Reward Point Full Suite Version: 2.5f. Is the current 2.5f and 2.5g versions definitively compatible with ZC 1.5.6c ? With or without hackery?
Thanks
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
While this worked seamlessly with my ZC 155f it doesn't even work at all in ZC156c is anyone planning to update?
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
Oof..
Guess Im going to hold off in upgrading to ZC 156* Im not going to say to my customers: "All your points are gone. LOL"
Quote:
Originally Posted by
sammirah
While this worked seamlessly with my ZC 155f it doesn't even work at all in ZC156c is anyone planning to update?
Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread
I have downloaded v2.5 twice and when opening docs/RewardPoints_Readme it opens the overview page but all the hot links from Installation, How to use etc. just go to a blank blocked page even when they are from a downloaded file on my own system and I configure Chrome to ask then allow Flash
What am I doing wrong please