pixelope
Forum Replies Created
-
Forum: Plugins
In reply to: [Flat Rate Shipping Plugin For WooCommerce] Show text instead of valueYes that’s what I’m looking for, I need them to be able to place an order even if the shipping method shows the message ‘shipping added later’. This will get invoiced separately.
Where in the code can I edit to show a message instead of this value?
Forum: Plugins
In reply to: [Flat Rate Shipping Plugin For WooCommerce] Show text instead of valueJust a follow up, essentially what I’m looking for is:
when is from to rule cost is
price 0 99.99 0 (Display message: shipping added later)
price 100 199.99 30
price 200 – 0Unfortunately the first rule causes confusion because the customer wonders why shipping is added when they go over this initial limit. Where in the plugin does it display the shipping price because I’m thinking I could echo a string for that first rule that says my message.
Forum: Plugins
In reply to: [Flat Rate Shipping Plugin For WooCommerce] Show text instead of valueThanks for the reply, so there’s no way to show text instead of a value if the cart is between say 0 and 99.99?
I have a situation where orders below a certain value have variable shipping rates which I have to phone the shipping company to get a price for so I can’t automate this process with a flat rate. I would like to show text instead of a value for this range to let the customer know we will manually calculate the shipping after they’ve placed an order.
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] Add PO to InvoiceHi, have you been able to figure out a solution to this?
Forum: Plugins
In reply to: [Purchase Orders for WooCommerce] ADD PO number to confirmation emailWhere in the options is this? I have the latest version but PO numbers aren’t being added to emails. I’d also like to add the input PO number to the generated PDF invoice, any tips on that as well? Is there a custom field for the input PO number that we can use. Many thanks.
UPDATE: Apologies, upon testing i have seen the PO number now on emails, please ignore the above. However, I would still like to know how to add it to the PDF invoice.