norbnorb
Forum Replies Created
-
Forum: Plugins
In reply to: [Jigoshop] Jigoshop custom checkout fields per productThe Jigoshop Product Add-Ons Premium was mentioned here.
I would like to buy it, but it lacks one feature my customer is demanding for.In the cart, you may edit the quantity of the products but you can’t edit the product add-ons eg. a date field (on a booking site).
You need to delete your order and go back to the product page.Is there any solution for this problem?
Thx, bnkeith22
Greeting
no
Thank you, Marcus
Greetings
Norbert
Marcus,
I’m a bit further on the road und customer requirements roll inI know how to feed and overwrite calendar-full.php.
But what, when I need the original calendar-full.php, too?
Is there a way to register a calendar-custom.php?Regards
Norbert
Marcus,
that wasn’t supersonic, that was a superluminal answer
Greetings
Norbert
Hi, Richard,
there is another conflict between ai1ec and jigoshop
In ai1ec Settings I got the message:Warning: Missing argument 2 for jigoshop_product_data_help() in /……./wp-content/plugins/jigoshop/admin/jigoshop-admin-help.php on line 221
Here is the code:
add_action( ‘add_meta_boxes’ , ‘jigoshop_product_data_help’ , 10 , 2 );
LINE 221: function jigoshop_product_data_help ( $post_type , $post ) {
if ( ‘product’ != $post_type )
return false;Regards,
norbnorbForum: Fixing WordPress
In reply to: $wp_filters loses ajax nopriv hookok,
it works if you don’t try to exclude admin pages://if (is_admin() === false ) { add_action('wp_ajax_nopriv_abc', array ('this_class','abc'),7); //}