We are announcing a new Business Catalyst release, scheduled to go live on Tuesday, September 10th.
Please refer to our blog post for an overview of all major changes.
In this release, we're introducing the ability to set metadata for products, similar to the previous feature we've done for blogs.
To show the Products Meta description, change the HTML for the Individual Product Large Layout to include the corresponding tags in the <head> tag. You can use {tag_productmetatitle} and {tag_productmetadescription} to output the product title and meta description, and they can be used for other meta properties as well.
Here's a code snippet:
<html>
<head>
<title>{tag_productmetatitle}</title>
<meta content="{tag_productmetadescription}" name="description" />
<meta content="{tag_productmetatitle}" property="og:title" />
<meta content="{tag_productmetadescription}" property="og:description" />
</head>
<body>
...... rest of the product template code..........
</body>
</html>
To populate the Meta description for your products, you can use the product import - we've updated the export and the import files with a Product Meta Description column, it's the last column in the import template file.
Note: You still need to import all the product information (fill in all the rows and columns) even if only wanting to update the Product Meta Description.
Issues fixed in September release
Issue # | Description |
---|---|
3573073 | When displaying webapp items, the output of {tag_addtofavorites} does not change to "Remove" once that webapp item is added to the favourites list |
3573985 | Viewing all campaigns causes a page crash, when having a large number of follow up campaigns |
2892073 | The Reports-> Summary-> Visitors-> Visits by source-> Referral report includes the site domain in the list of referrals |
3117057 | Re-arranging form fields is not saving properly, when having a large number of fields in the webform |
3580368 | Importing Wordpress blogs does not work with some specific import files |
3591212 | Customer Service Ticketing no longer sends emails to relationship users, when replying to a case |
3590455 | Customer Service Ticketing no longer sends emails to the BCC email address specified in the CST Settings |
3567997 | You get "An error occurred processing credit card" error when submitting a webform by using an Auto-fill browser extension, and that webform has the Anti-Bot Fraud Protection field enabled (has the module_ccsecurity in the webform HTML) |
3579750 | Orders placed through PayPal standard are processed at Paypal, even though the "Do not finalize my PayPal transactions" Paypal Standard option is enabled, under E-commerce->Payment Gateways |
3513305 | Enable ability to set meta data for catalog pages and products pages, without having 2 metadata descriptions on the products detail pages |
3599751 | Exporting campaign list subscribers downloads only 4 columns (full name, email address, optin status and subscribe date) - enable ability to download more customer details |
3513665 | Cannot set Role Responsible for Products through import/export of products |
2876577 | "Tax Never applies" product option is exported as a blank value like the "Tax Not applicable" option. Also, importing products with "Tax Never Applies" does not set the tax to "Tax never applies" |
2866150 | Pages imported as 301 redirects should be set to be "Excluded from search results" so they don't show up in the search results |