Okay
  Public Ticket #3364847
Template Customization
Closed

Comments

  • John started the conversation

    On product pages, how can I take control of the content and layout for the vendor details and product inquiry tabs? 


  •  2,167
    WebWizards replied

    Hi there,

    If you are looking to build a custom product page, you can display the product inquiry content with this function:

    marketkingpro()->get_inquiries_form(false, $product_id);
    

    In the latest MarketKing Core version (attached), you can also get the content of the vendor details tab with this function:

    marketking()->get_vendor_details_tab($vendor_id);
    

    The design can be modified with custom CSS, 


    Let us know if you have any specific questions,


    Kind regards,

    Stefan

    Attached files:  marketking-core-1599.zip

  •  1
    Moz replied

    Hi,

    I have installed  marketking-core-1599.zip

    but now the  form in the vendor panel/ Settings/Store Information doesn't work.

    When I click on any form field, i have a javascript error:

    TypeError: undefined is not an object (evaluating 'this._config.backdrop')
    TypeError: $(link[0]).tab is not a function. (In '$(link[0]).tab('show')', '$(link[0]).tab' is undefined)

  •   WebWizards replied privately