Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. Today
  3. 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?
  4. Yesterday
  5. 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...
  6. 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
  7. 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.
  8. 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.
  9. 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.
  10. 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?
  11. Last week
  12. 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.
  13. When viewing a list of products in a given category, when that list is in 'grid' view, the product name (title) is truncated to 38 characters (including spaces), followed by a three-dot character (ellipsis). The same applies to the listing on the homepage. Using a programmer's text editor, please edit these files: content.homepage.php, near line 29: From: <h3><a href="{$product.url}" title="{$product.name}">{$product.name|truncate:38:"&hellip;"}</a></h3> To: <h3><a href="{$product.url}" title="{$product.name}">{$product.name}</a></h3> content.category.php, near line 137: From: <h3><a href="{$product.url}" title="{$product.name}">{$product.name|truncate:38:"&hellip;"}</a></h3> To: <h3><a href="{$product.url}" title="{$product.name}">{$product.name}</a></h3> Have CubeCart clear its internal cache (in admin, click the "Clear Cache" button at the upper-right corner).
  14. Hello. After upgrading to CubeCart 6, we've been enjoying the Foundation skin. However, we've encountered an issue where product titles under any category are being cut off when viewed on mobile devices or in the three-column layout on desktop. Is there a way to adjust this so the entire title is visible, particularly on mobile devices?
  15. Thank you turns out it was an issue at Worldpay
  16. Thanks B, As always you are spot on. Seems that has changed all my buttons to have radiused cornerd
  17. Edit the skin CSS file 'cubecart.common.css' and add, at the bottom of that file, this: button, .button { border-radius: 10px; } Save and have CubeCart clear its internal cache.
  18. I am on standard Foundation. My site is dllpdf.com I have just got a dev site setup as well from AL, but haven't worked in there yet. Oh crap, I bet I lost the awesome export stuff you did for me with the last update note to self have to fix that again as well as width
  19. What skin are you using? May we have a web address to give better advice?
  20. Thanks b, I have been reading and trying to figure out how to apply what you suggest, but I do not follow something. Actually I just dont know how to do any of it. But I do like knowing about the foundation info.
  21. Understood, see, I knew there was something about it. Thanks @bsmither They are all there, except for verify newsletter subscription yet I have tested with other ones that have it, such as recovery password (Spanish) and order cancelled (Spanish), with the same result. Emails not arriving, not even at the junk folder level. Yet, everything about the SMTP is successful. It must be server but Godaddy service sucks when you mention third party apps
  22. This reminds me of a conversation on these forums that discussed where, if an email template does not have a version ready for use for a given language, or if the language needed for the email has not been installed or enabled, then the email process falls apart. Please verify that the email to be sent for a cancelled order has the appropriate template has a version for the language used by the order.
  23. Hi, I may have seen this post before where the SMTP is successful. I do receive the email where it says "if you are reading this email then you can be sure that email from your store is working", yet, for cancelled orders or even testing for the newsletters, emails are not being sent. Server issue? Testing SMTP - Success 2024-04-19 23:29:05 SERVER -> CLIENT: 220-35.33.167.72.host.secureserver.net ESMTP Exim 4.97.1 #2 Fri, 19 Apr 2024 23:29:05 +0000 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. 2024-04-19 23:29:05 CLIENT -> SERVER: EHLO www.loteriagringa.com 2024-04-19 23:29:05 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-19 23:29:05 CLIENT -> SERVER: STARTTLS 2024-04-19 23:29:05 SERVER -> CLIENT: 220 TLS go ahead 2024-04-19 23:29:05 CLIENT -> SERVER: EHLO www.loteriagringa.com 2024-04-19 23:29:06 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-19 23:29:06 CLIENT -> SERVER: MAIL FROM:<[email protected]> 2024-04-19 23:29:06 SERVER -> CLIENT: 250 OK 2024-04-19 23:29:06 CLIENT -> SERVER: RCPT TO:<[email protected]> 2024-04-19 23:29:06 SERVER -> CLIENT: 250 Accepted 2024-04-19 23:29:06 CLIENT -> SERVER: DATA 2024-04-19 23:29:06 SERVER -> CLIENT: 354 Enter message, ending with "." on a line by itself 2024-04-19 23:29:06 CLIENT -> SERVER: Date: Fri, 19 Apr 2024 23:29:05 +0000 2024-04-19 23:29:06 CLIENT -> SERVER: To: [email protected] 2024-04-19 23:29:06 CLIENT -> SERVER: From: =?UTF-8?Q?Juega_Loter=C3=ADa_de_los_Estados_Unidos_desde_cualquier_lugar?= <[email protected]> 2024-04-19 23:29:06 CLIENT -> SERVER: Subject: Testing SMTP 2024-04-19 23:29:06 CLIENT -> SERVER: Message-ID: <[email protected]> 2024-04-19 23:29:06 CLIENT -> SERVER: X-Mailer: PHPMailer 6.4.1 (https://github.com/PHPMailer/PHPMailer) 2024-04-19 23:29:06 CLIENT -> SERVER: MIME-Version: 1.0 2024-04-19 23:29:06 CLIENT -> SERVER: Content-Type: multipart/alternative; 2024-04-19 23:29:06 CLIENT -> SERVER: boundary="b1_APpSXKM1T4CiDwqLFf5sLuIRcmON6O0eSvlm8ro6Sw" 2024-04-19 23:29:06 CLIENT -> SERVER: Content-Transfer-Encoding: 8bit 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: This is a multi-part message in MIME format. 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: --b1_APpSXKM1T4CiDwqLFf5sLuIRcmON6O0eSvlm8ro6Sw 2024-04-19 23:29:06 CLIENT -> SERVER: Content-Type: text/plain; charset=us-ascii 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: Testing email sent by &quot;SMTP&quot; from CubeCart v6.5.4 at https://www.loteriagringa.com/play.If you are reading this message then you can be sure that email from your store is working. 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: --b1_APpSXKM1T4CiDwqLFf5sLuIRcmON6O0eSvlm8ro6Sw 2024-04-19 23:29:06 CLIENT -> SERVER: Content-Type: text/html; charset=us-ascii 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: Testing email sent by &quot;SMTP&quot; from CubeCart v6.5.4 at https://www.loteriagringa.com/play.<br><br>If you are reading this message then you can be sure that email from your store is working. 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: --b1_APpSXKM1T4CiDwqLFf5sLuIRcmON6O0eSvlm8ro6Sw-- 2024-04-19 23:29:06 CLIENT -> SERVER: 2024-04-19 23:29:06 CLIENT -> SERVER: . 2024-04-19 23:29:06 SERVER -> CLIENT: 250 OK id=1rxxfI-0000000AY1K-29x6 2024-04-19 23:29:06 CLIENT -> SERVER: QUIT 2024-04-19 23:29:06 SERVER -> CLIENT: 221 35.33.167.72.host.secureserver.net closing connection
  24. I agree, but aside from the plug in, why would the order be generated at the checkout page? Customer hasn't even provided card info and the order goes through. The order history just says: status: pending Initiaror: gateway
  25. I don't know which scenario matters for this to be complete honest. There's no reason why a customer shouldn't be able to complete 3DS. I think your choices look sensible.
  26. Thanks for replying @Al Brookbanks, there are the settings. One thing I just found out is that if I add a product to the cart, and click on secure checkout until I arrive to the last page where the PayPal button and the fields for credit card are, at that point, the order gets generated. It shouldn't obviously because the customer hasn't even paid, he is just being presented with payment options yet the order gets processed under order. Maybe is missing a setting somewhere.
  27. No probs thanks for your help so far - much appreciated. Currently being 8 hours behind isn't helping so I will revert for now.
  28. Sorry Frank. The release is new and I've been tied up on support all day. Restoring a backup is a good plan for now. I haven't come across any stores with this problem yet using the files I've linked to in this thread.
  29. Looks like my only option is to revert all the stores back to 6.5.3 and try again when I return to the UK In 20 years plus using Cubecart I have never had such an issue.
  1. Load more activity
×
×
  • Create New...