Jump to content

hairydog

Member
  • Posts

    51
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by hairydog

  1. My own skin. And I think it was all done because I did it. However, it is possible that I missed some component.

    The fact that it works with v2 and it nearly works with Invisible, just giving an "unable to contact" error made me wonder if the outbound firewall needs an extra destination opened.

  2. I have recaptcha2 working just fine (it has never given a problem) but invisible recaptcha isn't working.

    The little reCAPTCHA icon appears at the botom right of the screen, but after a wait, an error message says "Cannot contact reCAPTCHA. Check your connection and try again."

    The outgoing firewall permits connections to www.google.com www.google.co.uk uploads.google.com www.gstatic.com, but maybe it tries to connect to somewhere else?

    Any ideas?

  3. I think you have brushed close past the answer. I don't want to use the html required because the CC way is more elegant. Is there an easy way to make CC require an additional field? 

    I'll have a look at the border CSS declaration. I don't remember how or why it is like that.

    The phone type may not be in the spec, but it works!

    [later] I decided to take your advice about the required which works better than I had expected. Thanks very much.

    And I have switched the type="phone" to type="tel" although both do seem to work OK, getting it right is a good approach, really.

    No idea why there was an !important on line 278. It may be a hangover from a battle with Google Chrome's cacheing!

  4. I found a customer having problems with Stripe payment.

    It turned out that she had put her mobile number into the Mobile field and left the Phone field blank. And Stripe wanted a 'phone' number!

    I was puzzled how she had registered without an entry in the Phone field, which is required. 

    When I tried to repeat this by leaving Phone blank and clicking Register I found that instead of a nice error message, I got a white screen 500 error. But nevertheless, the account was created, complete with a blank Phone field.

    For now, I've removed the Mobile field from the Register screen to reduce the chance of this happening, but the 500 error isn't right. 

    How are missing required fields meant to be handled?

    The site in question is https://www.rosecottage.org.uk/shop

    Later: I had a bit of a twiddle about, fixed nothing, but now no 500 error. However, the Phone field still isn't being Required. You can leave it blank and still register. The other fields work just fine.

  5. Sorry, I really don't understand how DVDs or Blu-Rays are any different from any other product.

    You put a picture, a description and a price in for any.

    Is there some specific feature that a CD needs that is any different? I have designed websites for record companies in the past and they never seemed to need anything specific.

  6. There isn't a preview as such, because it was developed for a live site that is now ready but has no stock yet! That's why it is so cheap: this is an offshoot of a site development, not a money-making design. I am a little reluctant to publicise the site at present, because if anyone buys the test products, the payments will be taken, but the products will not be delivered! When the site actually opens for business, it will be different!

    Changing the colours is pretty easy: simply open custom.css in a text editor and search and replace the colour values you want. I did consider making a separate "colours" css file, but that would add another server fetch needed to render the page. The whole idea is to make it fast and efficient.

    Later: I've added a preview site.

    Later still: I've added a different version with a different look

  7. I look after quite a few ecommerce sites (mostly not using Cube Cart) and I have been watching the approach of these GDPR regulations with some scepticism. The cookie warning has mandatory for years, but that rule is mostly ignored. 

    I don't see it as a data retention issue - customers may want to log in and see their order history for years ahead, so there is good reason to keep it. I find ebay's deletion after a couple of years very irritating: some things I buy less frequently than that.

    I think the issue will be the very occasional customer who will want to see a copy of what data is held about them, and possibly a small percentage of those will request deletion of their entire account record. My guess is that an SQL script for each is all that will be needed.

  8. I'm looking for a slightly different approach. I want to simply not show a buy button for products that have options, other than mandatory ones with a single default value.

    Seems to me that the key is the line in content.category.php that says

    {if $product.ctrl_purchase && !$CATALOGUE_MODE}

    needs another && condition to indicate that this product has options. But I can't work out what that condition shuld be. Any ideas?

  9. Got Options sorted. The next stumbling block is reCAPTCHA "Looks like" it isn't suitable. What are the criteria and required resources to enable it? Huh! suddenly it is working. All I needed to do was have a coffee break!

  10. Yes, I meant matrix, not grid. 

    Messing with it seems to show that if you add an option to a product, that gets updates if you amend the option or its values in the admin, but any new values you add don't appear. Makes sense!

    Not looked at sets enough yet to work them out. It seems that radiobuttons don't work on my store at present, which may be the cause of the difficulties.

    That link looks very useful, thanks very much.

  11. That is the specif question!

    There are options, option values, option groups, option grids. These are associated with products in various ways, none of which are obvious or clear.

    What is needed is an overview that explains how the hierarchy works. I would try to work this out fo myself, but I can't make them work.

×
×
  • Create New...