lobom
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Uncaught ValueError: Missing format specifier at end of stringjust remove % from thin line
__( 'Hurray! Your theme supports Full Site Editing with blocks. <a href="%1$s">Tell me more</a>. %2$s' ),
to it will be
__( 'Hurray! Your theme supports Full Site Editing with blocks. <a href="%1$s">Tell me more</a>. 2$s' ),
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Shipping Titlesthank you ??
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomyso now what happens with you when customer for example
choose for product 1 aramex shipping
and for product 2 fedex shippinghow will vendor know what shipping method do the customer choose?
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Shipping TitlesRay Flores
did you mange to change it ?
if you did please tell me who
thanks
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomythanks
I changed something in the code and now its working per seller
one problem only when customer or seller get the email there is no details about shipping
have you fixed this issue ?
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomycan you help me please?
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomywhen i replace the code with the per product in the plugin
i got this error
Fatal error: Cannot use object of type WP_Error as array in /home/***/***.com/wp-content/plugins/multiple-packages-for-woocommerce/multiple-packages-shipping.php on line 65
this line : $packages_terms[ $terms[ 0 ]->name ][] = $item;
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomyOk Im sorry but where exactly should i put this code i mean where inside the plugin please if you can upload the pluging with the code i would appreciate it or you could send it to my email
malik @ basalamah . netThanks
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomyDaniele what does exactly your code do?
split it by what?
I have a multi vendor shop and I want to split it by seller
how can I do that?
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomycan you please upload to me the plugin with your edition Daniele “Mte90” Scasciafratte
because when I put this on my theme function.php I get
Fatal error: Cannot use object of type WP_Error as arrayand yes its line error
Forum: Plugins
In reply to: [Multiple Packages for WooCommerce] Split by taxonomyDaniele “Mte90” Scasciafratte
I tried to use your code but I’m get this massage :
Fatal error: Cannot use object of type WP_Error as array
how did you mange to make it work?