Ray Flores
Forum Replies Created
-
in your print-content.php file, you will want to look into the $order->get_items(‘fee’) for your $types of line_items… from here, you will find the order_item_id <- ultimately, that is what you need to iterate through the items and find your ‘label’ and ‘value’. hope this helps you…
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Shipping Titlestake a look at the cart-shipping template and you can modify per package:
https://gist.github.com/rayflores/ec868f3efd55f7565ce0
let me know if this helps you.Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Shipping TitlesHello Erica – you can do this if you grab each cart item shipping class, and if the item falls into shipping class, then use whatever you want there. However, this would call for a custom cart-shipping.php template though. i little work around that may be helpful to some.
Forum: Plugins
In reply to: [Genesis Latest Tweets] Update broke my siteyou can just comment out line 18 and line 34 in themes/genesis/lib/widgets/widgets.php
you can then run the new plugin,and see how to set it all up through the guide.
this is obviously a core change to the parent theme, but it get you in business.
hope this helps, it helped me 🙂