Home Forums WoodMart support forum B2B Functionality

B2B Functionality

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #122995

    arj1373
    Participant

    It would be great if we can use this theme as a B2B e-shop.
    -‘Add to Quote’ button instead of ‘Add to Basket’.
    – ‘Enquiry List’ instead of ‘Shopping Card’
    – ‘ Send Request For Quotation ‘ instead of ‘Check Out’
    Off course I have tried to do it by installing several plugins, unfortunately, there are several incompatibility and restrictions.

    #123023

    Hello,

    Thank you very much for choosing our theme and for contacting us.

    In the scope of our support, we can provide custom CSS for minor changes, for example, to hide the price or like this. As for the Woocommerce customization, you will have to find a developer who would customize the plugin as per your needs as we do not provide a paid service.

    Now I would like to give you a couple of tips which may be helpful and they do not require a complicated customization:

    1. You can rewrite all the buttons and page titles with the free Loco plugin Here is a video tutorial that should help you rewrite your website texts with a Loco Translate plugin https://www.youtube.com/watch?v=D3NsDdMzsls&list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval&index=3

    2. You can hide price and Add to cart with CSS (we shall provide custom CSS) and add a popup with the contact form for product inquiry by means of HTML block https://xtemos.com/docs/woodmart/html-blocks-2/#before_after

    Best Regards

    #123198

    arj1373
    Participant

    It was brilliant advice. Many thanks.

    Attachments:
    You must be logged in to view attached files.
    #123275

    Hello,

    Please provide your site admin access, if your site is under maintenance, provide the site admin access to the private area.

    You want to remove the price on the order page, right?

    By the way, there is the option of the catalog mode it hides prices and option to purchase and the customers would be able to inquire the price by means of the form only. Try this option in the Theme Settings > Shop > Catalog mode.

    Best Regards

    #123284

    arj1373
    Participant

    Hi,
    Many thanks for the kind reply.
    I will provide you detail in a private message.
    Kind Regards

    #123319

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    .woocommerce-table--order-details tfoot{
    	display:none
    }
    .woocommerce-thankyou-order-details .total{
    display:none;
    }

    As for the rewriting of stings, use the free Loco plugin. Loso > Plugins > Woocommerce and you will find the strings you mention.

    Best Regards

    #123400

    arj1373
    Participant

    A lot of thanks for your kind support and assistance.

    #123458

    Hello,

    Navigate to Woocommerce > Settings > Email > chose the email template you need to edit and you will find the route where the file is http://prntscr.com/nntylw

    Enter the file and edit the template as per your needs.

    Best Regards

Viewing 8 posts - 1 through 8 (of 8 total)