Okay
  Public Ticket #3287489
Purchase Lists
Closed

Comments

  •  2
    Smartbeej started the conversation

    Hello, I have multiple questions about Purchase Lists:

    1. Can I rename "Purchase Lists"
    2. Is there a shortcode through which I can show specific purchase lists in different parts of the site, not just in the "My Accounts" page
    3. As a site administrator, can I create pre-defined purchase lists - either to all users or to specific groups only?


    Thanks.

  •  1,906
    WebWizards replied

    Hi there,

    1) To modify the "Purchase Lists" name, the best way would be via the method we describe here: https://woocommerce-b2b-plugin.com/docs/how-to-edit-any-plugin-text-string-same-language/

    (basically it uses loco translate to create a translation in your site's language. This way you can modify any plugin text).


    2) It's possible to add this shortcode to your site:

    [b2bking_purchaselists] 

    It shows the purchase lists page.


    But it's not for specific lists. The problem for specific lists is: each list belongs only to a specific customer. So only 1 customer who created the list can view it.


    3) It would work better to use the Offers feature. You can go to B2BKing -> Offers as admin and create offers with specific products inside them.

    You can also use [b2bking_offer id=1234] to show the specific offer anywhere on the site.

    Kind regards,

    Stefan

  •  2
    Smartbeej replied

    Hi thanks for the answer. For the offers feature - it seems like the products being created are "abstract" that means, I can't select products that are in WooCommerce already. Is there a way to use the products that in WooCommerce already by using a SKU or an ID ?


    Thanks

  •  1,906
    WebWizards replied

    Yes, to do that you can go to B2BKing -> Settings -> Other and enable "Show product selector in Offers":

    7249464346.png


    After doing this, it will show you a dropdown to choose products.


    It is also possible to enter "product_123" in the textbox, where 123 is the product ID.