manticarodrigo
Forum Replies Created
-
Forum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutPrices everywhere would be great and even better with a “Quote Estimate” label but I can hack it out with CSS if it’s too complicated. It currently displays prices very nicely for me on product pages and the cart and it works beautifully with dynamic pricing. Thanks for the support @pinalshah!
Forum: Plugins
In reply to: [Quotes for WooCommerce] Email TemplatesIf anybody else is wondering how to achieve this, all you need to do is find the places that call
echo $order_obj->email_order_items_table( $args );
and add to the$args
object like so:$args = array( 'show_download_links' => $downloadable, 'show_sku' => false, 'show_purchase_note' => true, 'show_image' => true, 'image_size' => array( 50, 50 ) );
- This reply was modified 6 years, 7 months ago by manticarodrigo.
Forum: Plugins
In reply to: [Quotes for WooCommerce] Display prices/total on checkoutI agree with your concern about warning the user. In fact, my intention was to add some label to do exactly what you’re proposing. Let me know if there’s a temporary workaround for this that you can think of. Otherwise, looking forward to seeing it in future updates ??
Thanks for working hard on this plugin and answering questions. I can tell you put a lot of love into it ??
Forum: Plugins
In reply to: [Quotes for WooCommerce] Email TemplatesThanks @pinalshah, that should do the trick!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Network compatibleHey again @baaaaas, the latest update breaks multisite compatibility. Please help!
Forum: Plugins
In reply to: [Invoices for WooCommerce] Network compatibleHey @baaaaas,
I recently ran into a critical issue with this plugin where all my media file urls had en extra “/sites/x” in them. Even the main site has “/sites/1” when this plugin is active which is the wrong url to the files and causes all my images to break on the sites in my network. Will the new update fix this issue?