Page 32 of 37 FirstFirst ... 223031323334 ... LastLast
Results 311 to 320 of 362
  1. #311
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,549
    Plugin Contributions
    28

    Default 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.

  2. #312
    Join Date
    Apr 2019
    Location
    Yokohama JAPAN
    Posts
    8
    Plugin Contributions
    0

    Default 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.

  3. #313
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default 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.
    Last edited by mvstudio; 7 May 2019 at 09:59 PM.

  4. #314
    Join Date
    Apr 2008
    Posts
    446
    Plugin Contributions
    1

    Default 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.

  5. #315
    Join Date
    May 2006
    Location
    Montana
    Posts
    291
    Plugin Contributions
    20

    Default 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.

  6. #316
    Join Date
    Jan 2018
    Posts
    165
    Plugin Contributions
    4

    Default Re: Reward Points Full Suite v2.5 (for ZC v1.5x) Support Thread

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

  7. #317
    Join Date
    Jul 2011
    Posts
    146
    Plugin Contributions
    4

    Default 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

  8. #318
    Join Date
    Apr 2012
    Location
    Los Angeles, CA
    Posts
    185
    Plugin Contributions
    2

    Default 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?

  9. #319
    Join Date
    Jul 2011
    Posts
    146
    Plugin Contributions
    4

    Default 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 View Post
    While this worked seamlessly with my ZC 155f it doesn't even work at all in ZC156c is anyone planning to update?

  10. #320
    Join Date
    Feb 2019
    Location
    Kamloops, BC
    Posts
    9
    Plugin Contributions
    0

    Default 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

 

 
Page 32 of 37 FirstFirst ... 223031323334 ... LastLast

Similar Threads

  1. First 1.0 Release of Reward Points module [Support Thread]
    By hem in forum All Other Contributions/Addons
    Replies: 38
    Last Post: 4 Apr 2013, 02:34 PM

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