Size Guide

Size Guide - Single Product Page

Step1: Enable editing for Tbay Custom Post

Go to Elementor > Settings > General > Post Types = Thembay Blocks

Step 2: Go to Tbay Custom Post Manager and create [Block] Size Guide

You can create pictures, text, or whatever you want. Here we give an example for your reference:

Code here:

<table class="tbay-info-size-guide">
<thead>
<tr>
<td><strong>SIZE</strong></td>
<td><strong>CHEST</strong></td>
<td><strong>WAIST</strong></td>
<td><strong>HIPS</strong></td>
</tr>
</thead>
<tbody>
<tr>
<td>XS</td>
<td>34</td>
<td>28</td>
<td>34</td>
</tr>
<tr>
<td>S</td>
<td>36</td>
<td>30</td>
<td>36</td>
</tr>
<tr>
<td>M</td>
<td>38</td>
<td>32</td>
<td>38</td>
</tr>
<tr>
<td>L</td>
<td>40</td>
<td>34</td>
<td>40</td>
</tr>
<tr>
<td>XL</td>
<td>42</td>
<td>36</td>
<td>42</td>
</tr>
<tr>
<td>2XL</td>
<td>44</td>
<td>38</td>
<td>44</td>
</tr>
</tbody>
</table>

Step 3: Copy Shortcode and paste in Theme Options: Sapa Options > Woocommerce Theme > WooCommerce Open > Size Guide - Single Product Page (Global)

To create a separate "Size Guide" for each product, you can configure it in the product details. You can create a custom post and use the shortcode as shown above or use custom text.

Video tutorial:

Last updated