-
Posts
103 -
Joined
-
Last visited
-
Days Won
3
Everything posted by Tony
-
Agreed, post deleted. Thanks.
-
Thank you.
-
I'm seeing more and more of hCaptcha. But don't think there's a plug-in for Cubecart yet!) @Al Brookbanks what do you think? Time to change recaptcha to hCaptcha?
-
Hi @[email protected] just to let you know I have edited your post as it was showing the customer's personal address to protect their data due to the GDPR regs.
-
How can I add my discord to the footer social links?
Tony replied to cqpbert's topic in Customising Look & Feel
Would using the Discord Invite link work? -
Cubecart Search Results- Product Names above HTML Tag
Tony replied to Weldon451's topic in General Discussion
A screenshot won't help us to help you - we need more details, what code you used, how it worked, etc. -
But at some point, CubeCart will need to be supported on PHP 8 soon, so all of these info will be a bonus to the development of CubeCart.
-
That's great news, thanks for the update.
-
Click on PayPal and then pick pay by card. This way you can buy it without signing up for an PayPal account.
-
Bear this in mind - PayPal also mentioned this: Note: Selecting On (required field) could result in a customer not completing the transaction. Something to be aware of.
-
I agree with @bsmither - your hosting provider has upgraded PHP which caused for this to stop working. Multisafepay used to offer this for Cubecart but not anymore Google Cache at https://www.multisafepay.com/da_da/onlinepayments shows they supported it back then. But the new page at https://www.multisafepay.com/solutions/ready-made-integrations no longer shows the Cubecart logo. You may want to get back to them to see if they can update the plug-in.
-
ohh, 'Eric Jones' - I get the same emails too... I wonder if they found a flaw with CubeCart to be able to do that?
-
@Al Brookbanks could you comment? Thanks.
-
SSL and Integration with Linkpoint gateway
Tony replied to Karl4399's topic in Install & Upgrade Support
All web browsers will require SSL by default very near in the future so it make sense to enable it. -
Check the access/error log of the web server and see what it says.
-
Should I sign up for Stripe payment gateway?
Tony replied to Tony's topic in Install & Upgrade Support
Thanks, Ian - that's reassuring to know. -
Hi all, As my small business is starting to 'take off', I am feeling the pain of PayPal's 2.9% + 30p - it does take a huge chuck off. So I am looking at Stripe - their % is pretty decent. Has anyone had any issue with the latest version of Stripe gateway/module with the latest CubeCart? Anything I should be aware of? I've seen the posts about the missing session Ids but there has been no further posts since then, so I am hoping it has been resolved? @havenswift-hosting - any issue you've seen since your last post about it? Thanks all.
-
russian spam getting through invisible recaptcha :-(
Tony replied to exibar's topic in General Discussion
I can confirm I am getting the same issue and it's really annoying. -
I have asked him how he was able to order it and he said he just did it the "standard way" - which is very vague! I've looked at the Github link you posted - nope, he is a new customer.
-
My store is for UK customers only. Yet, _somehow_ someone from Australia managed to place an order via my store! In Admin Console, Dashboard -> Settings -> Countries & Zones - I have Australia set as Disabled. And for Dashboard -> Manage Extensions -> PayPal Commerce Platform -> Allowed Zone - I have only United Kingdom listed there. Nothing else. So how he was able to bypass it and placed an order?
-
So, if we narrowed down to line 114, it's this trigger_error line Something from $data has made it upset. < is < if (is_array($data)) { foreach ($data as $key => $value) { //Make sure the variable's key name is a valid one if (preg_match('#([^a-z0-9\-\_\:\@\|])#i', urldecode($key))) { trigger_error('Security Warning: Illegal array key "'.htmlentities($key).'" was detected and was removed.', E_USER_WARNING); unset($data[$key]); continue; } else { if (is_array($value)) { self::_clean($data[$key]); } else { // If your HTML content isn't in a field with one of the following names, it's going! // We shold probably standardise the field names in the future if (!empty($value)) { $data[$key] = self::_safety($value); } } } }
-
I wonder if we could/should add this as part of CC feature? This is pretty handy.
-
Changing Store Name displayed in browser
Tony replied to patchworks's topic in Customising Look & Feel
After making the changes, have you clicked on Clear Cache? If you've already done it and it didn't work, next question is, do you use customised skin? If so, it might be hardcoded in there. -
I googled and found this. https://magecomp.com/blog/fix-issues-found-review-snippet-markup-search-console/
- 1 reply
-
- 1
-