Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Heatherbell

Members
  • Posts

    1,187
  • Joined

  • Last visited

  • Days Won

    13

Everything posted by Heatherbell

  1. @DAVID3733 I don't know if this helps, sorry if it doesn't. I guess from your post that you have opened a "merchant account" with Lloyds Bank. Yes, it is a saga doing this with anyone! We have a merchant account with Barclaycard, similar situation as you, You now need a "payment gateway" account - we use Sagepay - costs about £20 a month flat fee - we have had no issues with them - they are all similar cost. Once you have signed up, Sagpay will need your merchant account number. Then install Sagepay Form on your website - we found the alternative Sagepay Direct and Server modules problematic. Sagepay Form takes customers to their webpage for payment so you will not have any potential security issues. We advise you to upgrade your OSC software to the latest Phoenix release if you can. Best of luck.
  2. Hoping for some advice to edit the code in the above post (which should read) - if ($order->info['total'] > 29.90) { $check_flag = true; } if ($check_flag == false) { $this->enabled = false; } for example - so the shipping module only shows when order total is more than 29.90 AND more than total shipping weight of 100 - if that is possible. Many thanks.
  3. @Jack_mcs Sorry, this could be just me but... on ipad view (using an emulator - chrome inspect page tools, which might be the issue, don't know), the sub-category names wrap nicely but the category names do not, overflowing the container on Phoenix. On Frozen (again on ipad view) the containers are not filling the screen width.
  4. @ArtcoInc The add-on works fine on Phoenix but as Jack_mcs states above a category image is needed - no coded change is required - (the add-on is called category images)!
  5. Just installed on Frozen and Phoenix - looks and works great on both 😍
  6. @Jack_mcs We use your categories images module on our front index page of our current shop running Frozen. We are currently getting Phoenix ready to update our shop so we would appreciate categories images to run on Phoenix too (would love to be able to show a list of sub-subcategories names beneath the category description in this module if that was possible). Thanks again for all your work and kind patience - you are a real ambassador on this forum.
  7. @Jack_mcs Many thanks for this module - just loaded into a new Phoenix and works great.
  8. @LeeFoster We installed that module when we first started but soon realised it is just too complex - do you really need all those options? We have since drastically simplified our shipping charges (simple for us and the customer) and just use the osc 'table' module. You can clone that 'table' module if you need more for more zones.
  9. Just noticed that the checkbox has an id="TermsAgree" in parameters so found a solution that works but I am not a coder so maybe not the best one: In includes/modules/matc.php near bottom of page before closing </style> add: #TermsAgree {height: 30px; width:30px}
  10. @Jack_mcs How can I make the check box bigger?
  11. Getting the same spinner as mentioned in a previous post. In case anyone has the same problem, it is fixed by changing in the language file: - fa fa-navicon to fas fa-bars.
  12. Just did that and the scary white cross in a red circle error disappeared - yay! Glad to hear that Articles Manager will be reborn. Thank you so much for your time and help (and kind patience) - your hard work and ever friendly advice helps keep our family business going which is a big deal to us.
  13. @Jack_mcs Sorry I don't know what I'm doing, just a shop owner. Only just converted our shop to Frozen from Gold and still trying to get it to work like we had the Gold shop working. I was using Chrome to check my page https://cornishhoney.co.uk/checkout_confirmation.php (right click on page and click inspect and code screen opens on right - somebody showed me this - don't know what it is!) and see a white cross in a red circle in the code screen indicating 1 error which I guess might be a bad thing but as I said, the answer you gave in previous post made the MATC work. The error says: Uncaught TypeError: Cannot set property 'onclick' of null at checkout_confirmation.php:359(anonymous) @ checkout_confirmation.php:359 We also had your Article Manager working on our old Gold site but can't get it going on Frozen - I've made a load of extra information pages to replace it but would prefer Articles. Thanks so much for taking the time to even read this.
  14. @Jack_mcs Working but getting error Uncaught TypeError: Cannot set property 'onclick' of null
  15. @Mikepo Thank you - that works.
  16. @Jack_mcs Thank you that worked.
  17. @14steve14 Thank you for your reply. I see the box for entry in the module addon so presumed it was needed. Do I just leave it blank then?
  18. @14steve14 Just installing Stripe for first time - where do I get 'proxy server' settings from?
  19. @Jack_mcs Getting the same on screen warnings on checkout confirmation as another user posted above PHP Warning: Illegal string offset 'type' in .../includes/functions/html_output.php on line 350 etc. Changing application top does nothing and servers are unhelpful. Please do you know if you are posting update to this addon to fix this as we are keen to use it.
  20. Running Frozen - must I have Header Tags SEO installed to use this add on - Frozen already has header tags within products etc.?
  21. Sorry asked question too soon - solved by checking the radio buttons first.
  22. Just installed Discount Codes 4.4.2 BS When entering a new code, the following box is prefilled with "1" and greyed out and I cannot change it - what am I doing wrong? Number of products to apply the discount: for one order, empty is unlimited
  23. Tried inserting your code as suggested but getting Parse error: syntax error, unexpected '>' in /includes/modules/shipping/flat.php referring to if ($order->info['total']) > 29.90) { Any help?
×
×
  • Create New...