Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

14steve14

♥Ambassador
  • Posts

    5,711
  • Joined

  • Last visited

  • Days Won

    74

Everything posted by 14steve14

  1. Have you tried doing the same as for the first error on the lines where the second and third errors occur.
  2. Finally got Phoenix live and working as I want it. Now only updating if I want to add a feature. Leave it alone if its working.

    1. bonbec

      bonbec

      Very nice job Steve, well done! The site is very fast, easy to navigate, I hope this will boost your business.

    2. 14steve14

      14steve14

      @bonbec Thanks very much. I hope it does not boost the business too much as I cant cope with it as it is. It has been well received by the customers. I have received many comments about the additional information on the new site, yet it was already on the old site and has only be transferred. There are a few additional modules that need adding but so far they have not been updated and the developers say that are waiting for 1.0.8 so thats when the next big update may happen.

  3. @ecartz @raiwa Sorry been away getting orders out. I should have been a bit clearer. I have had two customers since Christmas enter a company name and both times the first letter of the company name is capitalised and every other word in the name after that is lower case including one ltd on the end. So its like 'International business machines ltd' when I think it should be 'International Business Machines Ltd'. Company name setting in admin is set to true even though advice is not too. I have just uploaded the latest package and after testing with company name set to true everything seems to be working as I would hope.
  4. Rainer Not updated to the latest version just yet, but have had a few customers sign up with a company name and it does not come out formatted with capitals for every word. The line for the company is if (isset($customer_details['company']) && MODULE_STORE_SWCLEANER_CLEAN_COMPANY == 'True') $customer_details['company'] = RemoveShouting($customer_details['company'], 'company'); Should this be capitalising every word in the company name. If not, what changes are required.
  5. I am starting to use quickbooks and would love to know this too. There must be a way of automating that rather than having to go through that every day.
  6. @mhsuffolk Many thanks. Feel like a bit of a wally now. That will teach me to have a good look first. Looks like there are lots of other setting to explore now. I have always left things as they were setup originally.
  7. I have been looking through the Stripe documentation to see if there is a way to email a customer to let them know that a payment has been made through Stripe from Stripe. It would appear that it is a possibility, but I have no idea on how to achieve this. Has anyone done something similar, or would it be a good idea to add this into the addon so people know they have made a payment. It may also notify them if a payment has been taken twice as happens some times with this module.
  8. I know its was along time ago, but with a bit of testing I eventually got this how I wanted it. It was indeed down to the public settings.
  9. I was hoping that you we not going to say that. Cheers
  10. I was looking for some form of upgrade instructions but I could not find any. What is the best way to upgrade from the last version to this version.
  11. Got a similar message after trying to reset PayPal details. Had to do them manually.
  12. I had the same problem on Phoenix last week. Order was marked as successful when payment was actually denied. Had customer not paid again successfully later I would never have noticed.
  13. Thanks Gary. Just checked both payment modules and they are both set to the same status apart from there is an extra one in the Stripe setup which I am not using so have turned off the public status and will see what happens. If that does not work will have to try some other settings in the stripe modules to see if it can be stopped.
  14. Rainer I was wondering if there is a way to stop the payments information/comments that are returned from Stripe from showing on the invoice when printing. I know printing the order comments is not standard, but Gary coded a hook so the comments customers leave in the checkout process can be printed onto the invoices. This is information that is saved in the database where customers can add a comment to their order. Unfortuneatly its the same table that saves the payment information from both PayPal and Stripe, but PayPal does not show. When a customer pays using Stripe all the transactional comments that are received show on the invoice, and also in the admin - order - status_history section. When a customers pays using PayPal nothing shows in the invoice comments but the similar information is shown in the admin - order - status_history section. Both sets of transactional information is saved into the same table in the database. I have tried to compare the two different payment modules but can't find where this is coded. Can you give any helpful advice on where to look in the two payment modules. I am aware that this is not really part of the Stripe support, but it would be nice to stop the information showing on the invoices and its Stripe that is causing the problem
  15. I had this module working on my old Frozen site to sell free downloads and it worked faultlessly. Have you set it to be the first payment module selected and set the correct number of other payment modules as explained in the instructions. I had problems with this until I got it right.
  16. @raiwa Rainer Am I right in saying that if I want the entered City text to be all in capitals when creating an account and when updating the address details I should change (isset($customer_details['city'])) $customer_details['city'] = $this->RemoveShouting($customer_details['city']); to if (isset($customer_details['city'])) $customer_details['city'] = strtoupper($customer_details['city']); and the same change in the delivery address bit of code. Cheers
  17. Easy one. Anything before Phoenix is no longer being updated and could be insecure. Phoenix can be used on all sized devices as its based on bootstrap and is fully responsive, meaning that google and other search engines will not penalise you. Phoenix can run on the latest php environments. Once hosts stop using php3.something oscommerce will stop working or need lots of time spent getting the errors removed, and there will be hundreds if not thousands on a fully working store. Phoenix is still being worked on and is in a state of constant updating, which may go against it, but it is secure, and developers are only developing for this version. If you want just a landing page why use oscommerce at all. Just create an html page to suit.
  18. Jack. I was all geared up to add this to my new Phoenix site but I see that you still have core code changes that are required. Is there any way that these minor changes can be added into a hook or something. Otherwise it looks like something I could use, but cant if it required these manual changes.
  19. @raiwa Rainer. I have just added a download (virtual) product to my cart and I get the following error I did get a similar error which I posted about in the 1.0.7.10 forum here but that change has obviously not stopped the error in this module The trouble I am having in that your code looks nothing like the core code so cant suggest a change.
  20. Turning off the payment modules may be an easier way. With a message on all the pages in the header may stop emails and calls. More to think about.
  21. Rainer. I was hoping to keep the site open but think it may be best to just close it for maintenance straight away. I want a bit of time to have a break and the UK covid lockdown seems like a good time to get the new site finished and uploaded and then tested fully before making it live. If I stay open I dont get the time to do anything.
  22. I think this question may be a bit of a silly one. Am I correct in my thinking that selecting 'Checkout' will disable the checkout. If so does it just stop the checkout system but will allow things to be added into the customers cart or will it also prevent anything being added to the cart. I dont want customers to be able to add items to their cart whilst stor eis closed but still want then to be able to look around the site and see whats available.
  23. 14steve14

    Stripe Issue

    I am a bit surprised that the module is still working and Stripe are allowing payments without strong SCA. I am using version 1.0.16 on a frozen store with no problems so updating to even an older version of the current module should work.
×
×
  • Create New...