• Resolved gzah3053

    (@gzah3053)


    I like your plugin!
    Just need to customize some things. for example, i would like to place the footer in the bottom and not directcly after total. I would also like to hide discount tax and shipping tax. How can i do that?

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter gzah3053

    (@gzah3053)

    I deleted the following code in “class-apifw-invoice.php”:

    <tr>
                                                    <td style='".$product_table_body_style."'>".__('Discount Tax', 'pdf-invoices-and-packing-slips-for-woocommerce')."</td>
                                                    <td style='".$product_table_body_style."text-align: right;'>$0.00</td>
                                                </tr>

    Discount Tax is now no more displayed.. i hope thats correct like that.

    I want to place the footer centered in the bottom of the page. Therefore i added the following css in “class-apifw-invoice.php”

    .invoice_footer_wrap {
                            position: fixed;
                            bottom: 50px;
                            left: 50px;
                            width: 100%;
                            clear: both;
                            margin-bottom: 12px;
                        }
                        .invoice_footer_wrap p {
                            line-height: 24px;
                            text-align: center;
                        }

    it is not working.. why?

    Hi,

    Changes made to codes will be closed when you updating the plugin.

    Also, you have deleted codes for sample invoice generation for previewing purpose. The position absolute and fixed CSS does not work for inline elements.

    More templates and elements customization(colour, font properties, text alignments) is available in our pro version. Please check the pro version is it meets your kind of design.

    Thread Starter gzah3053

    (@gzah3053)

    Ok, i just checked the generates code.. you generate all the elements as <span>. Therefore it is not possible to align the footer at the bottom?

    Is it possible in pro Version? I want to change template files and css. Can i change template files in pro version without beeing deleted after updating?

    Code changes are not possible but more templates are available and you can change font properties of tax, total etc.

    Thread Starter gzah3053

    (@gzah3053)

    If i need to change the template also with pro version i stick with this version. as soon as this is possible in the pro version i’m in.

    how can I align the footer fix at the bottom of the page? Currently I do this with margin. However, depending on the number of articles, it slides back and forth.

    sorry there are no options exist for this feature.

    Thread Starter gzah3053

    (@gzah3053)

    how can I align the footer fix at the bottom of the page?

    Currently I do this with margin. However, depending on the number of articles, it slides back and forth.

    fixed footer option not exist, footer comes after remaining elements in the footer.

    Thread Starter gzah3053

    (@gzah3053)

    Ok, thats exactly the problem.. it would be nice if the footer could be positioned fix on each page.

    We will check for pdf library support for fixed elements

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Custom css design’ is closed to new replies.