Jump to content

Al Brookbanks

Staff
  • Posts

    6,679
  • Joined

  • Last visited

  • Days Won

    125

Everything posted by Al Brookbanks

  1. Are PayPal's fees not competitive these days? I was under the impression they were pretty reasonable looking at the overall market.
  2. What changs in the PP commerce extension would make it work for you? Just default option and position? Using commerce will increase conversions as opposed to the old fashioned standard paypal integration.
  3. OK thanks for the feedback. I suppose the huge barrier with bank transfer is the huge upheaval of the customer actually doing it. Lost sales could make this a false cost saving.
  4. Hi Steve, PayPal Commerce combines Express Checkout, Card Payments, Alternative Payments and credit options. Really it covers everything so in most cases it makes sense to use as the only payment system in CubeCart. Saying this you can have PayPal Commerce with other payment options but it still will show as default. To stop it showing as default you can edit the file modules\plugins\paypal_commerce\hooks\class.cubecart.display_gateways.php and simply change the line below to false. What is the particular situation here that required a different default payment solution if you don't mind me asking? 'default' => true I don't see why we can't add a setting for this to be default or not from the extension settings page to be honest.
  5. Sure. If you choose the bank transfer or print order form extensions you can complete the order without taking payment. It would be easy to add a note to explain the process to the customer. We could do this for you on our managed support plan. https://www.cubecart.com/technical-support
  6. I wonder if a specific browser plugin could be to blame... messing with the DOM.
  7. So there must be another cache. A content delivery network proxy or something typically used by cheap hosting providers. Does the basket reliably hold its contents between page loads?
  8. Did you click the clear cache button? Top right in orange.
  9. It's not. This is a genuine ePay integration developed by the staff at ePay Hong Kong.
  10. Suggested cron to be something like; cd /path/to/public_html/modules/plugins/back_in_stock_notifications/cron/; /usr/local/bin/php -q back_in_stock_notifications_cron.php
  11. @Noodleman Do you think we can update the extension to remove the .htaccess deny from all in the cron folder? Reason being is that it allows for not only cron jobs like; wget -q -O - https://www.example.com/modules/plugins/back_in_stock_notifications/cron/back_in_stock_notifications_cron.php >/dev/null 2>&1 Edit but also a web service like Easy Cron.
  12. Thanks for this. Confirmed working. 1.0.4 released. I can't find a way to do that and anything in the documentation that looks like it can do that seems to break the request to build the iframe URL. Frustrating. Saying this. The silent post url should be triggered before the button is clicked anyway? Maybe I'm wrong.
  13. Thanks for this. Please let me know if the order status is updating to Processing once the silent post url has been set. When I built the extension it worked well but we have a merchant which it isn't working for. I'm currently cloning their store to test....
  14. Thank you. I haven't been able to get around to looking at this. If you can share the code I'd be grateful. Auth.net won't return to the default return URL which has parameters in it. For this reason we have to work around it with a custom return URL. This is breaking the path detection in CubeCart for the URL. I'd suggest editing the email template to hard code the logo URL.
  15. Yes I saw that then couldn't find the page. I'll try it tomorrow.
  16. The documentation is poor. I saw somewhere that an order object can be added with invoice number. I have a feeling that it was rejected but we will need to look into it again.
  17. There was a bug in live mode which is now fixed. We have a merchants successfully taking live payments now.
  18. HI Kirk, We have another merchant with the error message; Can you confirm that this integration is working for you and live payments are working on your store?
  19. We don't have a partnership with Adyen but it's not required. They have exceptional documentation and the integration has been tested under their sandbox. Please do let us know how you get on. Where are you referring to when you say no documents on the CubeCart page? We will reach out to Adyen to see if we can get our integration certified.
×
×
  • Create New...