Jump to content

dvhost

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by dvhost

  1. To reproduce: 1. Go to http://secure.dvhost.com 2. Click "Order" This just started happening, it was fine before and I made no changes. Any ideas how to fix it?
  2. Can you add the ability to easily change this through the admin dashboard to the feature request list?
  3. Any update on 2Checkout API support? It's amazing and makes 2Checkout just like a real merchant account. Would be awesome if Blesta could support this finally! Documentation is here: https://www.2checkout.com/documentation/payment-api/
  4. Any answer to this question?
  5. 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"
  6. 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?
  7. Any update on 2Checkout API support?
  8. The developers can send me an email and I will show them an example where they can reproduce the bug if necessary.
  9. Just wanted to add that this bug appears to affect the AJAX themes.
  10. 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.
  11. Oops, sorry for opening a duplicate request. I didn't realise I had already opened this.
  12. How do I change it so that on the Order page, "Starting at" reflects the lowest possible monthly rate. For example, if a price plan works out at $5/month when paid monthly and $4/month when paid annually, I want the text on the order page to say "Starting at $4".
  13. Please add support for 2Checkout's new API. This allows 2Checkout to function like a merchant account.
  14. 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.
  15. 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"; ?>
  16. Editing it in the language file components/gateways/nonmerchant/paypal_payments_standard/language/en_us/paypal_payments_standard.php definitely does not work. It does not change anything.
  17. 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.
  18. Is it safe to include HTML there, or what would the best way to do that be? I want to add credit card and PayPal logos.
  19. Under Payment Method, we want it to simply show the PayPal option as "PayPal" along with a PayPal icon, instead of "PayPal Payments Standard" as it does currently. Where can I change this?
  20. The new 2Checkout API is not yet supported. This allows 2Checkout to function like a merchant account. It would be awesome to see this in a future update.
  21. 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.
  22. dvhost

    Pricing Terms

    It worked. However, I still need to be able to change the "Starting at" price to reflect the lowest monthly rate and append /month to the end of it.
×
×
  • Create New...