Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

raiwa

♥Ambassador
  • Posts

    4,823
  • Joined

  • Last visited

  • Days Won

    161

Posts posted by raiwa

  1. Uploaded version Version: 3.1.0

    Points and Rewards Phoenix

    Compatibility:
    OSCOM Phoenix CE 1.0.7.9+
    PHP 7.0-7.3
    -------------------------------------------------------------------------------------------------------------
    OSCOM Phoenix CE 1.0.3.0 - 1.0.5.0, please use Points and Rewards Phoenix 3.0.2.
    2.3.4.(1.) FROZEN, please use Points and Rewards BS v2.0.2.
    2.3.4.(1.) EDGE versions and GOLD, please use Points and Rewards BS v1.2
    -------------------------------------------------------------------------------------------------------------

    Version 3.1.0.

     - Updated for Phoenix 1.0.7.9+
     - No more core file modifications
     - Deprecated Header Tag Module and moved all configuration entries into Order Total Module
     - Merged all Shop Hooks into one SiteWide hook
     - Replaced checkout payment content module with form hook
     - Bootstrapped Admin pages
     - removed alternative info footer and box module and provided modified language files instead
     - moved the reviews point info message module to product info page
     - updated all modules to abstract_executable_module
     - updated coding to match Phoenix 1.0.7.8 standards
     - added product info pi system modules
     - Integrated PayPal Standard IPN support into siteWide hook

     

  2. Hi Omar,

    Yes, this is something which appeared with a recent change in 1.0.7.8.

    I would use the second version Matt posted above:

          if ($this->enabled && isset($_SESSION['cart'])) {
            $this->enabled = false;
            $cart_show_total = $cart->show_total();
            if ( tep_not_null($max_points = check_points_redemtion ($cart_show_total)) ) {
    ..............

    New package with the fix:

    Points and Rewards Phoenix 3.1.0_beta.zip

  3. You need to add the sort order support to the queries on the shop side's options attibutes module on the product page.

    Attributes sort order only affects the sort order of the options/attibutes in the module on the product page. It has nothing to do with products sort order on the front page/home page and the product listing there.

  4. Hi Ed,

    The attributes module is not related.

    However I found now the confusion. It was created by using the wrong content module constant in the pi module.

    That's why I checked the content module, but you are using the pi module.

    The pi module has the constants missing, apart of using the wrong one in the output.

    I fixed it now. Please try this one:

    includes/modules/pi/product_info/pi_gallery_kissit.php

    pi_gallery_kissit.php

    You need to uninstall yours, replace it and install again.

    Please confirm and I'll update the package.

    Thanks
    Rainer

     

  5. Wholesale (SPPC) Lite 4.3.0 beta

    Requires Phoenix 1.0.7.8

    This is a beta version for testing. Please use the latest Phoenix 1.0.7.8 from GitHub.

    Wholesale (SPPC lite) 4.3.0 beta.zip

    Version 4.3.0.:

    • Update for Phoenix 1.0.7.8+
    • deprecated all alternative box and content modules (except product info options attributes module)
    • using template for box and content modules
    • added language definitions used in product info price module to store module
    • added reviews box template
    • added pi module

     

  6. 11 minutes ago, 14steve14 said:

    @raiwa  Many thanks for updating this module. Its really appreciated as its a great addon and saves many abandoned carts.

    Trying to install this on a 1.0.7.7 store that was not updated from an earlier version

    I do have a bit of a problem though which has only come to light after installing this module. I am trying to get the shipping estimator module to show before the checkout button. When I adjust the sort order to allow this to happen I get the following error on the shopping cart page.

    When the module shows after the checkout button it all works fine. The settings in admin are set as they are installed with no changes.

    I did also notice another error when I removed the checkout button but could not replicate it again unfortunately.

    Is this something funny with my setup. I have tried removing and re adding the checkout button module and the error is still there. If the module is again moved to after the checkout button all works fine.

    Hi Steve,

    Thanks for testing.

    This query is not used in the ship in cart modules. I would say it is in one of your shipping or payment modules.

    For the  other errors you mention, I would need to see the error messages.

  7. Points and Rewards 3.1.0 beta for Phoenix 1.0.7.8

    Version 3.1.0.

     - Updated for Phoenix 1.0.7.8+
     - No more core file modifications
     - Deprecated Header Tag Module and moved all configuration entries into Order Total Module
     - Merged all Shop Hooks into one SiteWide hook
     - Replaced checkout payment content module with form hook
     - Bootstrapped Admin pages
     - removed alternative info footer and box module and provided modified language files instead
     - moved the reviews point info message module to product info page
     - updated all modules to abstract_executable_module
     - updated coding to match Phoenix 1.0.7.8 standards
     - added product info pi system modules
     - Integrated PayPal Standard IPN support into siteWide hook

    Points and Rewards Phoenix 3.1.0_beta.zip

     

    This is a beta version for testing. There are many changes and it requires a complete new installation. Please use the latest Phoenix 1.0.7.8 from GitHub at least from Tuesday 2020/09/01.

    PayPal Standard requires some updates which are not yet available on GitHub.

    Modify includes/modules/payment/paypal_satndard.php line 178-179:

              require 'includes/system/segments/checkout/build_order_totals.php';
              require 'includes/system/segments/checkout/insert_order.php';

     

  8. Hello @cinolas,

    I can't see anything wrong in the code. I'm sorry I have no BS GOLD test shop any more installed and GOLD support is not available any more.

    Please check for error messages (switch error reporting on) and/or try removing code until you find the snippet which produces the problem.

    You could also try with the provided modified shopping cart file instead to modify yours.

  9. https://github.com/gburton/CE-Phoenix

    19 hours ago, wildball said:

    Thanks.

    By the way.

    there is a little notice too.

    1:

    
    Notice: Undefined variable: other_img_indicator in
    ../includes/modules/content/product_info/templates/tpl_cm_pi_gallery_kissit.php on line 55

    and 2:

    
    Notice: Undefined variable: other_img in
    ../includes/modules/content/product_info/templates/tpl_cm_pi_gallery_kissit.php on line 66

    so i've fixed it by replace:

    
    $other_img_indicator = $other_img = null;

    from line 25 to line 12.

     

    Both is copied from the core module. Please post this in the Phoenix 1.0.7.7 questions concerns thread:

    or open an issue in Github:

    https://github.com/gburton/CE-Phoenix

×
×
  • Create New...