Dynamic Pricing and Discounts, as the name suggests is primarily used tomers.
Just having information on the offers is not enough, it’s important tomers.
In this article, I am using the
Let’s take a look at the how the discounted products would appear in the “Shop” page –
You can even choose tons.
With custo highlight the discount percentage –
Customizing the Pricing table
Pricing table is one of the most important features of a Dynamic Pricing plugin. The default look of the table is a plain one but, the good news is that you can customize it.
Though the default look should go with any theme design. Yet, you might want tore style.
The default look of the pricing table –
Now, in order tore theme.
With the following CSS code –
table {
border-collapse: collapse;
width: 100%;
}
th, td {
text-align: left;
padding: 8px;
}
tr:nth-child(even){background-color: #f2f2f2}
.xa_sp_table_head2_cell {
background-color: #CCCC00;
color: white;
}
You can achieve this result –
Similarly, you can add any other style to the pricing table.
Customizing the “Sale” badge
Next, we come tomization -> ecommerce -> shop
That’s just not all, you can further customize the “Offers” which displays the information about the discounts.
Hope this article takes you one step further in choosing the right plugin and theme for your store.