New Classic Commerce site

Thank you for the feed back.
Re your disclaimer. I’m not a designer either so takes lots of iterations to get things looking even half right
Re contact us I usually use CF7 on WP sites but does not work on this, so will install an alternative
I’l edit footer menu
FaceBook link added
Unly just added cookie notice css problem
Drop down in main menu is only for me to find pages without placing an order each time now removed
I’ll change complaint to “support” in footer menu

1 Like

Letter texts edited as per suggestion

I’m getting a blocked Google font:

Mixed Content: The page at ‘https://dearsanta.ie/ds-20/shop/’ was loaded over HTTPS, but requested an insecure stylesheet ‘http://fonts.googleapis.com/css?family=Alegreya&subset=latin&ver=cp_ca570ce6’. This request has been blocked; the content must be served over HTTPS.

Also you might want to read this:

I think you need to be looking at 16px font.

Yes I mentioned font problem in opening post. Once I find what is adding link in header I will change it to to https

I wasn’t talking about this. I meant the overall body text font-size. For me it is too small and hard to read.

I have increased body and menu font by 2px is that any better?

I am seeing 15px now (so increase of 1px).

The trick is don’t use px for font size.
If you use html {font-size: 100%} then whatever the user has chosen in the browser settings will be the base font size. From there, use em and don’t change much, since the browser has good defaults.

3 Likes

I have swapped many of font sizes in to a % hopefully they are the right size now. I still have a few to do.

Regarding layout and fields on the product pages I have added filters and actions into the child theme’s function file. Is that where they should be or have I erred on the nominal location.

Previously custom emails to customer etc I put in a folder called emails in a folder woocommerce in the child theme is that the correct place for them?

If I edit templates>cart>cart-shipping.php
Where do I save, so I can use, my edited version, and not have it over written in an update

That’s one way to do it and works fine. The only problem is that you are getting plugin and theme functionality all jumbled together, so if you ever change your theme you will need to sort that out. I prefer to use a small plugin for CC mods. There are more details here with a sample you can download. How to add code snippets to Classic Commerce – Classic Commerce

That will work, and it will also work if you put them into a folder called classic-commerce.

https://classiccommerce.cc/docs/installation-and-setup/template-structure/

But, again, you can also add these through a plugin to keep everthing separate from the theme…

1 Like

It appears I have some reading to do :slight_smile:

If you put that into themes/yourtheme/classic-commerce/cart/cart-shipping.php it won’t be over-written on update.

Yes, but very easy to read. :blush:

1 Like

Ok I’ll put there. That puts it in the theme folder. Previous advice was use a plugin :slight_smile:
Client happy so site now live :grinning:

I’ll move “functions” stuff to a plugin and see how I go from there.
Thank you for the very quick response

You can do either. The theme option is prob simpler.

Thank you for using CC. :+1:

If any one has kiddies and wants a “Santa” letter use discount code cp2020 to get letters for €5 + €1.95 p&p
Link to the site
https://dearsanta.ie

5 Likes

A post was split to a new topic: How to include extra fields in Classic Commerce emails

Progress report.
In case anyone is curious how the site is doing. Running reasonably well so far with well over 200 orders.
Occasional glitches only,
Order confirmation emails not always sent. (I am assuming this, as if I change order to pending and then back to processing the site resends and customer then gets the email)
Occasional non acceptance of coupon codes, does happen but in most instances it is likely to be due to customer error. I.e order two letters on one order but with one incorrect code when customer tries again code won’t be accepted. Possibly due to a cache

1 Like

That’s good to hear Mark. Sounds like a hit!

Re order emails are you using an SMTP plugin? I use this to put all emails through Mailgun so I can see if they were delivered. I also use a small email-logging plugin to monitor everything that has been sent from the website.

The post
"How to include extra fields in Classic Commerce emails
Had closed so I could not reply.
I added the snippet to functions.php and the coupon code is now in the emails. Thank you

1 Like