Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. I tested it thoroughly and indeed, only sends/receives the newsletter, any other email, such as order cancelled, etc, won't get sent/received. If I look at the email log, I can see the status as sent and it doesn't generate an error. It won't even end up in the spam/junk folder, really odd.
  3. Today
  4. The code mod did the trick. Thanks a bunch! I see also that 1 day after doing my new install there is an upgrade version. Has the sales tax fix been applied to the upgrade or will I also have to modify the code?
  5. Prevent automatic conversion from JPG to WebP by adjusting settings or requesting an option within the application, enhancing user control.
  6. This release of CubeCart not only resolves a number of stability issues found in the previous version but patches a minor security vulnerability. We are grateful and thankful to Julio Araujo for reporting this so clearly and responsibly. The security patch (GitHub issue #3570) prevents malicious .phar type files from being uploaded via the back office of the store. Please note that a bad actor would need to have successfully authenticated into the back office in order to take advantage of this vulnerability. On those grounds we do not consider this to be a significant threat. To patch this vulnerability please either upgrade to CubeCart 6.5.5 or amend the code in the security patch linked above. Download: CubeCart-6.5.5.zip
  7. Correction @bsmither, it only sends the newsletter test to any email, but, when specifically, canceling an order, etc, no email y received. Really weird.
  8. @bsmither right on the money as always. SMTP Authentication = on and the right credentials and voilá. Now is sending emails left and right. Thanks!
  9. The part in red is informational. It is not a response to any offense. It is very much like a sign on the door of a business: No Smoking. It is there to inform you, regardless whether you are or are not a smoker. I do see the User/Pass part of the conversation. but secureserver.net is not agreeing to what they should be. If you copy/pasted the username and/or password into these fields, the copy may have grabbed an invisible tab or newline character. So, blank those fields and then manually type in what they should be.
  10. Exactly @bsmither, because the test goes through. Let me do that. Thanks! ok it failed now. It did had the username and password fields filled in before, it was set to no, so it wasn't requiring, I guess they must be incorrect. But also it could be initiated at the server level, because check the red part on the error log: Testing SMTP - Fail 2024-04-24 02:07:37 SERVER -> CLIENT: 220-35.33.167.72.host.secureserver.net ESMTP Exim 4.97.1 #2 Wed, 24 Apr 2024 02:07:37 +0000 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. 2024-04-24 02:07:37 CLIENT -> SERVER: EHLO www.loteriagringa.com 2024-04-24 02:07:37 SERVER -> CLIENT: 250-35.33.167.72.host.secureserver.net Hello www.loteriagringa.com [72.167.33.35]250-SIZE 52428800250-8BITMIME250-PIPELINING250-PIPECONNECT250-AUTH PLAIN LOGIN250-STARTTLS250 HELP 2024-04-24 02:07:37 CLIENT -> SERVER: STARTTLS 2024-04-24 02:07:37 SERVER -> CLIENT: 220 TLS go ahead 2024-04-24 02:07:37 CLIENT -> SERVER: EHLO www.loteriagringa.com 2024-04-24 02:07:37 SERVER -> CLIENT: 250-35.33.167.72.host.secureserver.net Hello www.loteriagringa.com [72.167.33.35]250-SIZE 52428800250-8BITMIME250-PIPELINING250-PIPECONNECT250-AUTH PLAIN LOGIN250 HELP 2024-04-24 02:07:37 CLIENT -> SERVER: AUTH LOGIN 2024-04-24 02:07:37 SERVER -> CLIENT: 334 VXNlcm5hbWU6 2024-04-24 02:07:37 CLIENT -> SERVER: [credentials hidden] 2024-04-24 02:07:37 SERVER -> CLIENT: 334 UGFzc3dvcmQ6 2024-04-24 02:07:37 CLIENT -> SERVER: [credentials hidden] 2024-04-24 02:07:39 SERVER -> CLIENT: 535 Incorrect authentication data 2024-04-24 02:07:39 SMTP ERROR: Password command failed: 535 Incorrect authentication data SMTP Error: Could not authenticate. 2024-04-24 02:07:39 CLIENT -> SERVER: QUIT 2024-04-24 02:07:39 SERVER -> CLIENT: 221 35.33.167.72.host.secureserver.net closing connection SMTP connect() failed. https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting
  11. Then I wonder how the test succeeded. Looking again at the conversation of the test, I see that there is no part that says, "Give me your Username," and "Give me your Password." Strange. Anyway, in Store Settings, Advanced tab, for the "Use SMTP Authentication (Normally Required)", select Yes. Then fill in the SMTP Username and SMTP Password fields. Test. In the test response conversation, make sure there is a part that the Client sends to the Server a (possibly hashed) username and a (possibly hashed) password. But DO NOT post what those values are, here in the forums!
  12. It is the whole reported number as the percentage, that is, for you, 7.00 (do not include the actual percent character). If you are experiencing this in CC654, please know that several stores are experiencing tax calculation issues. The solution at present is to make an edit to the following file: /classes/cart.class.php, line 1203, remove the line: $this->get(); The value $37.90 is 3X what the tax should be, thus somewhere, somehow, CubeCart is running $179 through the tax calculator three times. (Personally, I have not discovered why, but the programmers imply this should be the fix.)
  13. Thanks @bsmither. I created a newsletter and tested it and returned this on the log: SMTP Error: The following recipients failed: [email protected]: Please turn on SMTP Authentication in your mail client. (www.loteriagringa.com) [72.167.33.35]:39408 is not permitted to relay through this server without authentication.
  14. I've tried to troubleshoot all possible scenarios on why messages are not sent, still clueless.
  15. Yesterday
  16. After setting up sales tax rates for all 50 states and running a test invoice I find that it is not calculating sales tax correctly. I have set up to only tax goods not goods and postage. Example- My state charges a flat 7%, so I entered the rate as 7.0000% so, on a test invoice of $179.00 US the correct sales tax should be $12.53. Thinking that I entered the percentage incorrectly I tried the following... at 7.0000% entry CC reported $37.90 at 0.7000% CC reported $3.79 at 0.0700% CC reported $0.38 Help was no help, as near as I can tell I have set the state sales tax rates correctly but as sad as the documentation is how would one know?
  17. Greetings, I am currently making an attempt to setup the USPS Shipping Module Extension. I have been going through the process of enrolling with USPS. Below is a reply from the enrollment process. I have replied and have indicated CubeCart as the third-party software provider but have not had a response back from them yet. Question: Is there any plan to update the USPS extension to support the new USPS API Platform? an How soon will that be?
  18. Last week
  19. Did you see this? https://github.com/cubecart/v6/issues/3557 There is a code fix there. This release has been quite a dog. I'll have to get a new release out soon but I'm having to wait on something...
  20. Thank you I thought same but am just trying everything in my capability to upgrade those four sites. I have two other sites which use vat inclusive prices and the system seems to be working so I left them on 6.5.4. Probably wait until I get back to the UK before doing further work. Thanks again your feedback is appreciated
  21. Has this been tested with CubeCart 6.5.4 and PHP Version 8.1.28? It isn't working for me. I get HTTP ERROR 500 when trying to access the setup page. It had worked previously for me.
  22. Virva Infotech is a leading software development company in India, offering a wide range of IT solutions to businesses of all sizes. We have a solid track record of over a decade, and we specialize in crafting software solutions that cater to the diverse needs of our clients worldwide. With expertise spanning across various domains, we are committed to delivering cutting-edge solutions that drive growth and success. Our team of experienced and skilled software developers is proficient in all the latest technologies and trends. We offer a comprehensive suite of IT services, including: Software Development: Our team of experienced developers is proficient in a wide range of programming languages and frameworks, including Android, IOS, Flutter, Python, JavaScript, Wordpress, php, Java, React.JS and more. As the Best Mobile App Development Company in india Rajkot, we accept any kind of project. Whether you need a custom web application in india, a mobile app, or enterprise software solutions, we have the expertise to bring your ideas to life. From initial concept to final deployment, we ensure that every project is executed with precision and efficiency. Digital Marketing: In today's competitive digital landscape, having a robust digital marketing strategy is crucial for businesses to reach their target audience and drive engagement. As one of the best digital marketing companies in India Rajkot, we offer a comprehensive suite of digital marketing services, including search engine optimization (SEO), app store optimization(ASO), social media marketing, pay-per-click (PPC) advertising, content marketing, and email marketing. Our team of digital marketing experts works closely with clients to develop customized strategies that align with their business objectives and drive measurable results. Web Design and Development: A well-designed and user-friendly website is the cornerstone of any successful online presence. At Virva Infotech, we specialize in designing and developing visually stunning, responsive websites that are optimized for performance and user experience. AS a Customized Web App Development Company in india, Whether you need a simple landing page or a complex e-commerce website, our team has the expertise to create a website that reflects your brand identity and engages your target audience. UI/UX Design: As the top ui ux companies in India, we offer Best User experience (UX) and user interface (UI) design that plays a critical role in shaping the success of digital products and services. At Virva Infotech, our UI/UX design services in india Rajkot are focused on creating intuitive, engaging, and visually appealing user experiences that drive customer satisfaction and loyalty. From wireframing and prototyping to final design implementation, our team of UI/UX designers works closely with clients to create digital experiences that resonate with their target audience and enhance their brand reputation. Business Process Outsourcing (BPO): Outsourcing non-core business processes can help businesses streamline operations, reduce costs, and focus on their core competencies. At Virva Infotech, we offer a range of Business process outsourcing services, including customer support, data entry, back-office operations, and more. Our team of BPO professionals is dedicated to delivering high-quality services that meet the unique needs of each client, allowing them to scale their operations and achieve their business objectives. IT Consulting: In today's fast-paced business environment, staying ahead of the curve requires strategic IT planning and execution. Virva Infotech, as the IT Consulting Service in India we are here to help businesses leverage technology to achieve their goals. From assessing your current IT infrastructure to recommending and implementing innovative solutions, our team of IT consultants works closely with clients to develop customized strategies that drive efficiency, productivity, and growth. At Virva Infotech, we are committed to delivering innovative IT solutions that drive growth and success for our clients. Contact us today to learn more about how we can help you elevate your digital presence and achieve your business objectives.
  23. My feeling is that there is a new or newly revealed systemic issue in the CC654 code, meaning whether it is a "clean" install or an "upgrade", the end result will be the same. Which is to say, an upgrade is actually a whole-cloth replacement of all the system files and the Foundation skin. I do not think it likely that there is a new incompatibility between CC654 code and any module, especially where tax calculations are concerned.
  24. All sites restored back to 6.5.3 Thinking about trying a 6.5.4 clean install i.e. delete all folders and files except /images, /skins, /modules & global.inc.php Are there any other essential files that need keeping so the setup doesn't do a first time install and truncate the tables?
  25. Using what I learned above with the buttons, I have also been able to round the input boxes. But I have not found the way for the dropdowns. Is there a "word" for them as there is for .buttons and .input? this is what I tried button, .button { border-radius: 50px 5px 50px 5px; } input, .input{border-radius: 50px 5px 50px 5px; } selectBox, .selectBox{border-radius: 50px 5px 50px 5px; } Please see this test site: https://dev.dllpdf.com/build-plates Nevermind , I finally fount it, it is called select so button, .button { border-radius: 50px 5px 50px 5px; } input, .input{border-radius: 50px 5px 50px 5px; } select, .select{border-radius: 50px 5px 50px 5px; } works all good. Now to move the layout around to look more like minimaliser.
  1. Load more activity
×
×
  • Create New...