-
Posts
2,749 -
Joined
-
Last visited
-
Days Won
83
Everything posted by havenswift-hosting
-
Show Prices with and without TAX / VAT
havenswift-hosting replied to CubeCart Bot's topic in Extension Discussion
It works well with V6.2 and we have it installed on quite a few client sites but then we automatically provide ionCube on all our hosting servers ! -
Site Document - title still displaying in browser title
havenswift-hosting replied to vidmarc's topic in Technical Help
That is a seriously bad idea from an SEO point of view - at best you are now going to have duplicate meta title and descriptions for every single product, category, document etc which Google and other search engines will hate and complain about. Sledgehammer to crack a very small nut which is likely to seriously hurt any search engine rankings the site will have Ian -
Not odd behaviour - this is exactly the process CubeCart with PayPal and most payment gateways, follows. Ian
-
Hi As I mentioned above OpenSSL, 1.0.1 will support TLS1.2 so assuming that your SSL certificate itself is TLS1.2 compliant (all *should* be now !) then you are covered although that is still an old version of OpenSSL that has huge numbers of security vulnerabilities - see https://www.cvedetails.com/vulnerability-list/vendor_id-217/product_id-383/version_id-202288/Openssl-Openssl-1.0.1t.html Updating that is the responsibility of your hosting company and something they should do automatically - however, many hosting companies are pretty poor about updating things like this, especially the larger generic hosting companies, and you are much better off using a specialist E-Commerce hosting company Ian
-
This great payment gateway doesnt work under PHP 7.2 (PHP 7.1 works but gives a deprecated warning) as mcrypt (which this code relies on) has been removed in PHP 7.2 See https://github.com/cubecart/v6/issues/2043
-
Try ticking the option on Store Settings | Features tab "Disable initial shipping & tax estimates"
-
If you have purchased it then you should be able to contact the author for support although as the skin hasnt been updated since January (a bit better than some other skins which have never been updated !) you might be out of luck.
-
Search for any other urls starting with http:// - I have no idea about that skin but t doesnt just apply to css files especially if you have changed anything yourself. If you have added a slideshow or any images check those as most people automatically add them using http://
-
No debate - that is not informed consent and is against GDPR
-
Disappearing Google Categories
havenswift-hosting replied to stevensonplumbing's topic in Technical Help
Does seem to be an issue as we have had reports from two clients today that have been upgraded to 6.2 that this is happening to them as well. I havent looked into the issue at all yet I opened a github issue to report it : https://github.com/cubecart/v6/issues/2032 -
Yes exactly and mentioned it to ensure that it will be dealt with as part of 6.2.1 - but just checked the 6.2.1 db upgrade script and see you are dropping and recreating the index so all good
-
I have noticed that while the custom_oid column does exist, on every site we have upgraded to 6.2.0 the index doesnt. The only exceptions are the couple that we upgraded to the beta and RC versions first.
-
The latest versions of all CubeCart developed skins have been enhanced to support V2 although they dont support the Invisible method See https://github.com/cubecart/v6/issues/674
-
I think it extremely unlikely that the upgrade set this to enabled. Both @Al Brookbanks and myself have done a LOT of upgrades (including to 6.2.0) and never seen this issue with any version
-
While it is faster to upload the zip file and then extract after it has completed, you then need to add the additional steps of ensuring that (if you already have a renamed /admin_xxxxxx directory and admin_yyyyyy.php file), these need to be renamed as you will have a /admin directory and admin.php file from the zip extract and you will end up with multiple copies of both and mixed versions of files as so many on here have done. You also of course still need to run the /setup AFTER completing the rename Ian
-
You cannot just upgrade the files in the Admin directory (which seems to be what you have said you have done). Try following https://support.cubecart.com/Knowledgebase/Article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6 by uploading all files from the distribution zip file and then running setup Ian
-
As long as you havent actually restored all or part of the backup, you would be better off trying to fix the problems caused by the upgrade - tell us a bit more about what is happening
-
PHP Notices can pretty much always be ignored and CubeCart generates lots of these. The issue which corresponds to the time of your order is the fatal MySQL SELECT issue - this is a known bug that has been fixed in 6.2.1 but that hasnt been released yet - see https://github.com/cubecart/v6/issues/2003 so in the meantime, you can manually make the change Ian
-
Choose "file" as "memcached" is unlikely to be installed on a standard shared hosting platform
-
What you want to do isnt possible as you can only price products (and shipping) in the base currency. If you have one or more additional currencies enabled with the exchange rate set, it is possible to choose to see the equivalent price in one of those additional currencies by switching to that on the front end of the site Ian
-
upgrade 6.1.3 to 6.20 multiple problems
havenswift-hosting replied to flash760's topic in Install & Upgrade Support
Which instructions ? These https://support.cubecart.com/Knowledgebase/Article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6 ? If not then you are likely to have had a failed or partial upgrade which could be causing these issues. Ian -
Google Base Extension Failing Entire Feed
havenswift-hosting replied to fixingsfactory's topic in Technical Help
That is the original plugin that I was talking about that has multiple problems. It isnt the plugin that is in beta ((it is a VERY old image from when Google Base, now called Google Merchant, was first released) and if you look at the dates when it was released and last updated you can see it has been around for a long time. Try our plugin and you will find it works - we have a lot of people using it Ian -
Document not displaying new version
havenswift-hosting replied to fettlebox's topic in Technical Help
Trying to use the built in upgrade routine in the ACP will most of the time fail and cause this and also doing a manual upgrade incorrectly will also cause this. -
Google Base Extension Failing Entire Feed
havenswift-hosting replied to fixingsfactory's topic in Technical Help
Well I suppose it depends what plugin you are talking about then ? The original Google Base plugin (it hasnt been called Google Base for at least four years !) written by CubeCart was the one I was talking about and I am not aware of any other plugins that offer this functionality apart from our one that I mentioned. Do you have a different third party plugin ? If so then you probably need to mention which one ! -
Upgraded to 6.2.0 but admin panel not upgraded
havenswift-hosting replied to fettlebox's topic in Install & Upgrade Support
Yes to the method of upgrading - it has been covered quite a bit on previous forum threads but also see the FAQ article that Al wrote a while back - https://support.cubecart.com/Knowledgebase/Article/View/228/43/how-do-i-upgrade-from-cubecart-v6-to-latest-v6 As to the email issue, no idea but probably not as not seen that before but cant see how an upgrade would cause email to fail. Check what you have in the Store Settings | Advanced tab