• Resolved NumanZahid

    (@numanzahid)


    hi there,

    I like your plugin. I run a reselling store. and I take requests from people for products that are not in my store. I search in the market and send it to the customer.
    some of there products I add to my store. this is how my store collection expands day to day. but some times i dont want to add a product to my store because it is not related to the taste of my website.

    I want to ask if there is possibility to add those items to a manual order without them added to the woocommerce. do you possibility to add this functionality. or can you suggest me any other solution.

    I want to be able to have all my orders managed through woocommerce.

    many thanks in advance.

Viewing 1 replies (of 1 total)
  • Plugin Author algol.plus

    (@algolplus)

    hi

    I’m sorry, the plugin MUST create product in WooCommerce.

    Pro version has option “New product visibility”, you should set it to “Hidden”.

    You can use this code to hide created product in Yoast feed

    add_action('wpo_create_custom_product', function($post_id, $product){
        update_post_meta($post_id, "_yoast_wpseo_meta-robots-noindex", 1);
    },10,2);

    thanks, Alex

Viewing 1 replies (of 1 total)
  • The topic ‘can I add items that are not in store’ is closed to new replies.