How to build the shop out of separate embed codes?

Just pop your question below to get an answer.

Embed Code Settings

How to build the shop out of separate embed codes?

Current Process for Report Sales When Integrating a Chart on Your Website

1.A customer visits the website.
2.The customer opens the chart submission form and fills it out.
3.The chart is generated, and corresponding reports are created and displayed as widgets on the chart result page.

Many of you have asked how to embed a standalone report and bypass the form submission and chart generation steps to directly promote specific reports. Unfortunately, the form submission step cannot be skipped. As you’re aware, our report calculator uses a customer’s date of birth and location to provide tailored insights (leveraging page visibility features and shortcodes). Skipping the form would result in a generic file containing all HD properties, without any customization for the customer. Therefore, this step is essential to ensure automated report generation.

Fortunately, there is a workaround, and this article outlines the general principle of this method. Please note, the exact setup will vary depending on the website builder you use. The goal of this article is to explain the concept, while the precise implementation will depend on the platform your website is built on.

Here are the steps you’ll need to follow (this example is based on the sale of three paid reports, but the same method applies whether you’re selling one report or twenty):

1. You will need to create a separate embed code within the “Integrate Chart” section and name it according to the specific report. This will allow you to easily identify which report the embed code is associated with:

2. Copy and paste the following CSS codes to each of these embed code CSS fields (these will hide chart and properties from the result page leaving just a report widget):

.hdapi-hd-chart {
display: none;
}

.hdapi-hd-properties .hdapi-item .hdpi-property-description {
display: none;
}

.hdapi-hd-properties .hdapi-item .hdpi-property-label {
display: none;
}

.hdapi-cta a#hdapi-download-pdf, .hdapi-cta a#hdapi-new-chart {
display: none;
}

 

3. Create the shop page (accessible from menu) at your website and add report illustrations, descriptions and most importantly call to action buttons for each report:

4. Create 3 hidden pages dedicated to each report and link them to call to action buttons:

5.Embed each dedicated embed code to dedicated report page:

 

6.Customize each dedicated page with details descriptions, illustrations, etc. to let customers know what they can expect if they will purchase this particular report.

7.Publish all of the pages and this is it. Now you have a shop. When you will be promoting specific report, you will be using the link to the dedicated page of that report instead of the generic chart calculator.

This method also explained at the video tutorial below:

Viktorija

Viktorija

Customer Success Manager

Hey there!

Thanks for reaching out! Our office is currently closed, but we're here to help. Please email us or check out our Help Centre, where you'll find plenty of articles and videos to assist you.