Why do I need this? To improve your product descriptions with Valuna, we need the current HTML content of your descriptions. This allows us to preserve your formatting, styling, and structure while enhancing the content.
Magento
You can copy the HTML of your product descriptions directly from the Magento admin panel.
Log in to your Magento Admin Panel.
Navigate to Catalog β Products.
Click on the product you want to export the description for.
Scroll down to the Content section and find the Description field.
Switch the editor to HTML mode (click the "Show/Hide Editor" button).
Select all the HTML content and copy it.
Open a text editor (Notepad, TextEdit, or any other app), paste the HTML, and save the file as a
.txtfile.
Shopify
You can copy the HTML of your product descriptions directly from the Shopify admin.
Log in to your Shopify Admin.
Go to Products in the left-hand menu.
Click on the product you want to export the description for.
In the Description field, click the "<>" button (Show HTML) to switch to HTML view.
Select all the HTML content and copy it.
Open a text editor (Notepad, TextEdit, or any other app), paste the HTML, and save the file as a
.txtfile.
Any Other Webshop (Browser Inspect Method)
If you're not on Magento or Shopify, you can grab the HTML of any product description directly from your browser. This works on any website.
Open the product page in your browser (Chrome, Firefox, or Edge).
Right-click directly on the product description text.
Select "Inspect" (or "Inspect Element") from the context menu. This opens the browser's Developer Tools.
The Developer Tools will highlight the HTML element you clicked on. Navigate up in the HTML tree until you find the container element that wraps the entire product description (often a
<div>with a class likedescriptionorproduct-description).Right-click on that container element in the Developer Tools panel.
Select Copy β Copy innerHTML.
Open a text editor (Notepad, TextEdit, or any other app), paste the HTML, and save the file as a
.txtfile.
Process:
Step 1:
Step 2:
Step 3:
Step 4:
Tip: Make sure you select the entire description container, not just a single paragraph inside it. Look for the outermost <div> that wraps all the description content.
What's Next?
Once you have your .txt file with the HTML descriptions, you can upload it directly to Valuna. We'll take it from there, preserving your formatting while enhancing your product copy.
Need help? Reach out to our support team, we're happy to walk you through it.






