Commit 3fe150ea by Pham Huy

update price tpl

parent 052f0aa4
...@@ -40,7 +40,7 @@ get_header(); ...@@ -40,7 +40,7 @@ get_header();
'orderby' => 'meta_value_num', 'orderby' => 'meta_value_num',
'order' => 'ASC', 'order' => 'ASC',
'meta_key' => '_price', 'meta_key' => '_price',
'product_cat' => 'goi-hoa-don', 'product_cat' => 'hoa-don-dien-tu',
'tax_query' => array( 'tax_query' => array(
array( array(
'taxonomy' => get_query_var( 'taxonomy' ), 'taxonomy' => get_query_var( 'taxonomy' ),
...@@ -55,7 +55,7 @@ get_header(); ...@@ -55,7 +55,7 @@ get_header();
'orderby' => 'meta_value_num', 'orderby' => 'meta_value_num',
'order' => 'ASC', 'order' => 'ASC',
'meta_key' => '_price', 'meta_key' => '_price',
'product_cat' => 'goi-hoa-don', 'product_cat' => 'hoa-don-dien-tu',
'posts_per_page' => $per_page, 'posts_per_page' => $per_page,
'paged' => get_query_var( 'paged' ), 'paged' => get_query_var( 'paged' ),
); );
...@@ -104,7 +104,7 @@ get_header(); ...@@ -104,7 +104,7 @@ get_header();
</tbody> </tbody>
<?php else: ?> <?php else: ?>
<tbody> <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> </tbody>
<?php endif; ?> <?php endif; ?>
</table> </table>
...@@ -221,7 +221,7 @@ get_header(); ...@@ -221,7 +221,7 @@ get_header();
</tbody> </tbody>
<?php else: ?> <?php else: ?>
<tbody> <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> </tbody>
<?php endif; ?> <?php endif; ?>
</table> </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