Pricing Table
-
How to modify the pricing table HTML?
the pdf-entry-detail.php
contains the code
<table class='entry-products' autosize='1' cellspacing='0' width='97%'> <colgroup> <col class='entry-products-col1' /> <col class='entry-products-col2' /> <col class='entry-products-col3' /> <col class='entry-products-col4' /> </colgroup> <thead> <tr> <th scope='col'><?php echo apply_filters('gform_product_{$form_id}', apply_filters('gform_product', __('Product', 'gravityforms'), $form_id), $form_id) ?></th> <th scope='col' class='textcenter'><?php echo apply_filters('gform_product_qty_{$form_id}', apply_filters('gform_product_qty', __('Qty', 'gravityforms'), $form_id), $form_id) ?>123</th> <th scope='col'><?php echo apply_filters('gform_product_unitprice_{$form_id}', apply_filters('gform_product_unitprice', __('Unit Price', 'gravityforms'), $form_id), $form_id) ?></th> <th scope='col'><?php echo apply_filters('gform_product_price_{$form_id}', apply_filters('gform_product_price', __('Price', 'gravityforms'), $form_id), $form_id) ?></th> </tr> </thead> <tbody>But it does not change it in my template when I call it with {pricing_fields}. What do I have to do to change the table (http://postimg.org/image/eno0dofyt/)
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Pricing Table’ is closed to new replies.