Commit 3fe150ea by Pham Huy

update price tpl

parent 052f0aa4
......@@ -40,7 +40,7 @@ get_header();
'orderby' => 'meta_value_num',
'order' => 'ASC',
'meta_key' => '_price',
'product_cat' => 'goi-hoa-don',
'product_cat' => 'hoa-don-dien-tu',
'tax_query' => array(
array(
'taxonomy' => get_query_var( 'taxonomy' ),
......@@ -55,7 +55,7 @@ get_header();
'orderby' => 'meta_value_num',
'order' => 'ASC',
'meta_key' => '_price',
'product_cat' => 'goi-hoa-don',
'product_cat' => 'hoa-don-dien-tu',
'posts_per_page' => $per_page,
'paged' => get_query_var( 'paged' ),
);
......@@ -104,7 +104,7 @@ get_header();
</tbody>
<?php else: ?>
<tbody>
<tr><td colspan="5">Chưa có gói hóa đơn nào!</td></tr>
<tr><td colspan="6">Chưa có gói hóa đơn nào!</td></tr>
</tbody>
<?php endif; ?>
</table>
......@@ -221,7 +221,7 @@ get_header();
</tbody>
<?php else: ?>
<tbody>
<tr><td colspan="5">Chưa có gói Chữ ký số nào!</td></tr>
<tr><td colspan="7">Chưa có gói Chữ ký số nào!</td></tr>
</tbody>
<?php endif; ?>
</table>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment