dannywhitehead
Forum Replies Created
-
Thanks for the quick response. I’ve just looked at the changelog for version 1.5.6, and ‘Fix: Combine Variation Product Work For Quantity Based Discount Dynamic Rule Issue Resolved’ is in there. Is this related to my request?
We’ve not updated to Pro yet (although we fully intend to), so I can’t test it.
Hi Owadud.
Thanks, but it’s multiples I need not, minimums. For instance, if we want B2B customers to only be able to buy boxes of 6 (as this is how we buy them), and I set a minimum of 6, they can still buy 8, which would require us to break open a box of 6.
I’ve also just tested changing the 25% dynamic rule from a ‘Product Discount’ to a ‘Cart Discount’. This gets rid of the?‘sale’ icon, but the prices are displayed without the 25% discount, which you don’t see until the checkout page.
Hi Owadud.
Thanks for the quick response. Here are screenshots of the dynamic rules applied to the relevant user role:
The site I’m testing on is a staging site that requires login credentials. Is there a way for me to share those with you privately?
Thanks.
OK, thanks.
In the meantime, I’ve solved the display issue by entering a ?????zero width space character “​” into both fields.
Excellent. Do you have a rough release date for the update?
Hi Owadud.
Thanks for the reply. Your suggestion just adds the “:” symbol before the wholesale price. I’m looking to remove the ‘Wholesale Price Text’ completely, and just show the price.
If that’s not possible, we’ll just have to ask our developers to remove it via CSS or the coding in the theme.
- This reply was modified 10 months, 1 week ago by dannywhitehead.
We’re having the same issue. We won’t be able to use Packlink’s shipping services until this is fixed.
Is there any other way of contacting the developers or getting tech support for this plugin?
I’ve worked it all out now. This is the code I used:
h2.yaymail_builder_link, div h2{ font-size: 16px !important; line-height: 18px !important; font-weight: 700 !important; text-transform: uppercase !important; } table.yaymail_builder_table_items_content{ margin-top: 0px !important; text-transform: uppercase; line-height: 18px !important; } .yaymail-product-name{ font-size: 15px !important; float: left !important; margin-right: 0.3em !important; } .yaymail-product-sku{ font-size: 12px !important; padding-bottom: 2px !important; float: left !important; clear: both !important; white-space: nowrap !important; } .wc-item-meta-label{ display: none !important; font-size: 12px !important; line-height: 14px !important; list-style: none !important; padding-right: 3px !important; float: left !important; } ul.wc-item-meta{ margin-top: 4px !important; } .wc-item-meta p{ font-size: 12px !important; line-height: 14px !important; font-weight: 700 !important; padding-left: 7px !important; padding-right: 7px !important; float: left !important; display: inline-block !important; border-left: 1px solid !important; } .wc-item-meta li:first-child p{ border-left: none !important; padding-left: 0 !important; } .wc-item-meta{ padding-left: 0px !important; padding-right: 0px !important; padding-top: 0px !important; padding-bottom: 1px !important; list-style: none !important; clear: both !important; } table.yaymail_builder_table_items_content th{ padding-left: 7px !important; padding-right: 7px !important; padding-top: 2px !important; padding-bottom: 2px !important; } table.yaymail_builder_table_items_content{ border: 1px solid !important; border-collapse: collapse !important; }
The only remaining problem is the space under the variation text, highlighted in pink in the screenshot below. How can I reduce that?
I’ve fixed it by using this code:
table.yaymail_builder_table_items_content th{ padding-left: 7px !important; padding-right: 7px !important; padding-top: 2px !important; padding-bottom: 2px !important; }
- This reply was modified 2 years, 2 months ago by dannywhitehead.
Thank you. That seems to work fine in YayMail design and preview mode:
but not in the WooCommerce Email Test or the actual email that gets sent:
I’d like to decrease the padding highlighted in pink.