ucsendre
Forum Replies Created
-
I have figured it out:
[alg_product_custom_field name="_global_unique_id" use_parent_id="no"]
Forum: Plugins
In reply to: [Print Invoice & Delivery Notes for WooCommerce] Image in Delivery noteHello @rdmgrl
You should double check the characters you have used, as
”
is not equal to''
and these‘’
are not''
.This should be working:
function example_product_image( $product ) {
if ( isset( $product->get_id() ) && ( '' !== $product->get_id() ) && has_post_thumbnail( $product->get_id ) ) {
echo get_the_post_thumbnail(
$product->get_id(),
array( 40, 40 ),
array( 'loading' => false )
); } }
add_action( 'wcdn_order_item_before', 'example_product_image' );Regards,
EndreI have found what the problem is: we have created coutom user roles using the user role editor plugin. Our webshop admin role was based on woo shop manager role, but some capabilities are different (and the role slug is different).
Related problem is that we have a “print order details” button on woo
checkout/order-received
page (displayed to customers after succsessful payment). This function also shows a blank page for guest customers. Of course we can hide this button based on user roles, but it would be a step backwards, a missing feature for some of our customers.I will send the email to the address you gave me.
Kind regards,
EndreHi @dinelsonjr
You are welcome. There is a plugin for roll back of plugins and themes available on www.ads-software.com.
You can use it in cases like this: https://www.ads-software.com/plugins/wp-rollback/Best regards,
EndreHello @andry79fi
You will need some power user level knowledge of wordpress to make this.
Please read the information here:
How can I add some more fields to the order info section?
How do I customize the look of the invoice and delivery note?
this FAQ item might also help you.Best regards,
EndreHello @dinelsonjr
This bug comes from changes in the 5.3.0 version.
To fix you can roll back to the previous (5.2.0) version:
https://downloads.www.ads-software.com/plugin/woocommerce-delivery-notes.5.2.0.zipI hope this will be fixed in a future version as shop managers need to access the delivery notes but they can not have admin level access.
Best regards,
EndreHi @priyankajagtap,
The last update (5.3.0) made the invoices unaccessible from the woocommerce backend order editing page (
/wp-admin/edit.php?post_type=shop_order
->/wp-admin/admin-ajax.php?print-order=100019567&print-order-type=receipt&action=print_order
shows blank screen).Users with wordpress administrator role can access and print invoices, but users with “store manager” role can not, which is a great problem as they should be able to print out the orders ??
So it seems like your fix for the above bug made new problems for us.
Could you please have a look and give me feedback here, I would be more than happy indeed.
Best regards,
EndreForum: Plugins
In reply to: [WP Fastest Cache] Where is it? | Documentation for Cache Comment FilterI could not find any documentation. I looked up those in the plugin source code.
This is how free, open source, community supported software works. Actually I found the total lack of documentation frustrating this case.
Forum: Plugins
In reply to: [WP Fastest Cache] Where is it? | Documentation for Cache Comment FilterDear @generosus
Simply copy this line into your wp-config.php file:
define('WPFC_REMOVE_FOOTER_COMMENT', true);
You can also remove the
<-- via php -->
comment line by adding one more line:define('WPFC_REMOVE_VIA_FOOTER_COMMENT', true);
Forum: Plugins
In reply to: [WP Fastest Cache] remove the cache creation comment from the footerDear @ywtywt
Simply copy this line into your wp-config.php file:
define('WPFC_REMOVE_FOOTER_COMMENT', true);
You can also remove the
<-- via php -->
comment line by adding one more line:define('WPFC_REMOVE_VIA_FOOTER_COMMENT', true);
Forum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] DPD weblabel címke méreteSzia @passatgt
Még egy kapcsolódó kérdés: a rendelés szerkesztésekor DPD címkegenerálás után megjelenik egy 4 részes ikon, ami egy A4-es formátumú pdf doksi sarkába pozícionálva nyitja meg a címkét.
így nekünk ez nem használható, mivel A6 méret? DPD thermo címkéket nyomtatunk.
Az ikon mellett lév? let?ltés linkkel (és a rendelés listában megjenel?vel is) az A6 méret? pdf címke jelenik meg, amit tudunk használni.Megoldható-e a weblabel felületén beállított címkeméretet használni ezekhez az ikonokhoz? Ha nem, akkor lehetne a plugin beállításaiban választhatóvá tenni?
K?sz?n?m!
üdv,
EndreForum: Plugins
In reply to: [Csomagpontok és Címkék WooCommerce-hez] DPD weblabel címke mérete??
Workaround: a DPD weblabel felületén a nyomtató beállításánál a “PDF Geolabel A6 Aztec” típust választottam a pdf-hez.
Az így kapott címke fájl talán már használható lesz a DPD címkékkel (azokat eddig még nem kaptuk meg, de már a GLS kisebb négyzetes címkéjére nyomtatva is olvasható).
Forum: Plugins
In reply to: [WooCommerce] Major Critical Errors with Woo 8.5.1. Why the lack of response?just take a look at shopify (SHOP) stock prices in the following days ??
Forum: Plugins
In reply to: [Contact Form 7] Error sending messageHello @emmabaileyphoto
You can use a service like imgbb.com , postimages.org or screencast.com to upload your image, then use the big blue plus button on the toolbar and insert the URL of your image.