Can Mailer class by standard process HTML form attachments?
Alternatively, I know that in CS-Cart's forms produced by Form Builder the attachments are processed by JS. Could this mechanism be re-used in the custom-built form within Cs-Cart?
so in my v.4 shop, if a category is left with empty meta title field then CS-Cart automatically assigns meta title with the following schema: "{{Parent category}} :: {{Category}}"
Similarly, with products it is "{{Parent category}} :: {{Category}} :: {{Product name}}"
How do I change this setting? (I mean globally, not per product/category)
for reason I don't understand my cs-cart 4 gives meta refresh for non-cart pages when you type them with HTTPS.
I do want to keep the SSL only for cart for now, but I would much rather have 301 redirection for all the non-cart https links rather than use meta refresh which is ill-advised and not SEO friendly.
Anyone knows how to switch off the meta refresh and configure the 301 redir in htaccess?