cris123pp
Forum Replies Created
-
Sim, a gratuita. Obrigado.
Hi. Thanks for the feedback.
Follow the product link: https://johnskull.com.br/produto/kit-7-cuecas-jockstrap-suporte-atletico-john-skull/Forum: Plugins
In reply to: [Fluid Checkout for WooCommerce - Lite] Possibility for compatibilityObrigado.
Forum: Plugins
In reply to: [Woo Instant Notifications] Print to two different printersThis I did, configure two messages, one for each email, which works correctly, but the printer can only define one that would be the default. How do I set up a company for each email account?
Forum: Plugins
In reply to: [Woo Instant Notifications] Print to two different printersEven though my country’s currency is configured in woocommerce, the email shows the default currency of woocommerce. How can I make woocommerce send to two different emails so I can configure two printers?
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order StatusCount on me!
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order StatusThis last option worked. Thank you very much. Best wordpress support.
Forum: Plugins
In reply to: [PDF Invoices & Packing Slips for WooCommerce] Order StatusThanks.
The order status worked using the second option, the first one keeps pulling the slug. Using the second, I would like the satus to appear on both the invoice and the packing slip. I tried to duplicate the code and change just the template but it didn’t work. About time, I would like to display only the order time next to the order date.Forum: Plugins
In reply to: [Extra Product Options Builder for WooCommerce] error with Woostify themeThe error is actually related to the WP-Optimize plugin: https://br.www.ads-software.com/plugins/wp-optimize/
with the javascript feature enabled.Forum: Themes and Templates
In reply to: [Woostify] Add to cart ajax and side cart not workingUsing ajax to add to cart, extra product options are not loaded.
???
Resolvido:
add_action(‘woocommerce_shop_loop_item_title’, function() {
global $WCFM, $WCFMmp, $product;if( !$product ) return;
$product_id = $product->get_id();
$start_time = get_post_meta( $product_id, ‘start_time’, true );if( $start_time ) {
echo “<div class=’tempo_entrega’> “. $start_time .”</div>”;
}
}, 5 );Muito obrigado.
Forum: Plugins
In reply to: [Payment On Delivery for WooCommerce] Adaptar para wcfmQuanto custaria para fazer?
Forum: Plugins
In reply to: [WCFM Marketplace - Multivendor Marketplace for WooCommerce] Processing TimeHello, could you provide a code to leave the mandatory processing field in the registration of the seller’s new product?