Jump to content

dvhost

Members
  • Posts

    30
  • Joined

  • Last visited

Posts posted by dvhost

  1. How do I fix this error: "was encoded by the ionCube Encoder for PHP 5 and cannot run under PHP 5.5. Please ask the provider of the script to provide a version encoded with the ionCube Encoder for either PHP 5.3 or PHP 5.4 or PHP 5.5. in Unknown on line 0"

  2. Thank you again for this this amazing answer. The code changes worked perfectly.

     

    I want to make one additional change though: The "Starting at" price should always show the lowest possible price. In Larry Beall's example, it should say "Starting at $7" and NOT "Starting at $8".

     

    What code changes are necessary to make this happen? 

  3. I have confirmed this happens in Firefox and Safari. Cannot confirm if it happens in Chrome but I suspect so as it uses a WebKit fork as its rendering engine.

     

    You can reproduce the bug by doing the following:

     

    1. Open an order page on your website.

    2. If you click the back button, and than open the order page (or a different order page), even though the order page says "Selected", the package is not actually selected and there are no blank lines followed by "Register or Log In"

    3. At no point can the customer actually order the selected package, unless they click the already highlighted and green "Selected" button a second time.

     

    I can reproduce this 100% of the time.

  4. Logically I think this option should be located in the respective payment module.

     

    It needs to be possible to customise the name as it appears on the Order page, for example changing "PayPal Payments Standard" to simply "PayPal", as well as the ability to add custom HTML to enable the inclusion of images. For example, a PayPal or MasterCard logo could be added to a particular payment method.

  5. I have now made the following modification to the app/views/client/bootstrap/client_pay_method.pdt file, but it does not work. There's no change on the order page:

                                            <?php
                                            // Set non-merchant gateways
                                            foreach ($this->Html->ifSet($nm_gateways, array()) as $gateway) {
                                                    if ($gateway->name == "PayPal Payments Standard")
                                                    $gateway->name = "PayPal";
                                            ?>
    
    
  6. Thank you again for everyone who contributed. I'm going to make the changes later and let you know how it goes.

     

    A general observation to the Blesta team: shouldn't basic customisation options like this be integrated into the admin interface, rather than require manual editing of files, which may need to be re-done after updates? Seems like a no-brainer to me.

  7. Feature request: It would also be awesome if Blesta showed the math that's going on in the Order Summary. Example:

     

    12 x $3.99

    Subtotal: $47.88

     

    To recap, there should be a line above subtotal that shows the unit price as $3.99 (or whatever the monthly price is) and multiplies it by the length of the term.

     

    The reason is that we offer our clients a discount for paying every 6 or 12 months and we want to clearly convey this information. The way it is right now lacks clarity.

×
×
  • Create New...