The difference between description A and B
Explanation of the difference between description A and B on categories and landing pages in Shoporama.
Each product in Shoporama has two description fields: Description A and Description B. They are used for different types of content and typically appear in different places on the product page.
Description A
Description A is the primary description. It is typically used for:
- The main description of the product
- Text that appears at the top of the product page
- The short, selling text that catches the customer's attention
Description B
Description B is the secondary description. It is typically used for:
- Technical specifications and details
- Extra information that appears further down the page
- Content for a separate tab on the product page
In your theme
In your Smarty theme, you get the descriptions with:
<{$product->getDescriptionA()}> <{$product->getDescriptionB()}>
Most themes show Description A as the main description and Description B in an extra tab or section.
Via CSV import
For CSV import, use the description_a and description_b columns to import text into the two fields.
Tip to use
Use Description A for the compelling, selling text and Description B for facts and specifications. This provides a great user experience where the customer can quickly get an overview and dive into the details.
Do you need help? Contact us at support@shoporama.dk.
Related articles
Images on landing pages
How to upload images to a Shoporama landing page and display them correctly in your theme with getImages() and getSrc().
Blog linked to your shop
Complete guide to the blog feature in Shoporama - create posts, schedule publishing, link products, optimize for search engines and use dynamic...
Split your feeds into multiple pages
How to paginate self-built XML feeds from landing pages with the query parameter ?p=. Avoid timeouts on large feeds.