David Jensen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Cart PDF] MIssing SKUs on the PDFNo problem!
Forum: Plugins
In reply to: [WooCommerce Cart PDF] MIssing SKUs on the PDFHi Ecros
Do you still have the cart-table.php template override in your child theme? If not, that is a critical piece that is needed to modify the PDF template, and ensure when updating the plugin your changes do not get overridden.
Copy the PDF template from the plugin folder?wc-cart-pdf/templates/cart-table.php?into your child theme folder?child-theme/woocommerce/wc-cart-pdf/cart-table.php.
At that point you can modify the cart-table.php inside your child theme, the relevant piece you will need to add inside the loop is
echo $_product->get_sku()
.Forum: Plugins
In reply to: [WooCommerce Cart PDF] Button not showing upNo problem!
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Include product description in the PDFHello
Copy the PDF template from the plugin folder?wc-cart-pdf/templates/cart-table.php?into your child theme folder?child-theme/woocommerce/wc-cart-pdf/cart-table.php.
Maybe add the description below the title, perhaps above line 106.
echo $_product->get_description();
or
echo $_product->get_short_description();
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Error al solicitar emailCould you try testing this feature in incognito/private mode to rule out any browser extensions that might be causing this?
Could you check the server error logs immediately after triggering the error to see if there is any additional information you can provide?
Forum: Plugins
In reply to: [WooCommerce Cart PDF] How to translate months?Forum: Plugins
In reply to: [WooCommerce Cart PDF] How to translate months?@carvax Thanks for the clarification, and good catch. I just released version 3.0.2 which should fix this issue.
Forum: Plugins
In reply to: [WooCommerce Cart PDF] How to translate months?Hi @carvax
You are referring to the date on the PDF?
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Logo does not show-up in PDFGlad we could get that sorted!
Forum: Plugins
In reply to: [WooCommerce Cart PDF] Logo does not show-up in PDFCould you try putting https instead of http in your logo URL?
Forum: Plugins
In reply to: [WooCommerce Cart PDF] PHP Fatal error in log, with psr vendorOne or more plugins are extending the
Psr\Log\LoggerInterface::emergency()
method. If you disable flexible shipping it might go away but I would inform the plugin authors of this issue once you can determine which plugins are conflicting.Forum: Plugins
In reply to: [WooCommerce Cart PDF] PHP Fatal error in log, with psr vendorHi @assoinfogm
Could you clarify when this error occurs? I am not seeing anything specific relating to this plugin (WC Cart PDF) that would cause this if you are using the most up to date version.
Forum: Plugins
In reply to: [Light Modal Block] Issue when duplicating Light Modal BlockHi @georgdem
Thank you for informing me of this, I just released version
1.3.2
which should resolve this issue.Forum: Plugins
In reply to: [Splide Carousel Block] Links are not workingYou may just need to add the following CSS to make the link sit on top of the cover/overlay:
.wp-block-splide-carousel .splide__slide-link {
z-index: 100;
}Forum: Plugins
In reply to: [Splide Carousel Block] Links are not workingIf you select the “Splide Carousel Item” block, there is an Link button on the block toolbar.
View post on imgur.com