• Hi Etoile Team!
    first of all, big props for the good work you did with this plug in.
    I am testing it and i’m so convinced to purchase the full version of it!
    You deserved it!

    So now to my small issues on my site: https://www.assiplast.com/marketplace/

    1. starting from the catalog “home page”, is there a possibility to show a slide on top of the catalog and the footer below? just as my website homepage it shows -> https://www.assiplast.com

    2. on the product page: https://www.assiplast.com/marketplace/?&SingleProduct=2
    how can i change the price dimensions of the text (i want it to be bigger)

    3. is it possibile to have the text of the default tabs in one row? like the additional tab text that i’ve created?

    4. how can i change the font type and color of the tab title text.

    5. is it possible to show the custom field on the product page? i’ve created one as you can see on the catalog, named “ID”

    6. on “related products” under the product page, how can i hide the prices

    7. on the contact form (“are you interested” – in my case), how can i autofill the object row automatically with the product name or eventually “ID” (my custom field)

    thats all for now, thanks you your patient guys!

    Andreas

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi Andreas,

    For #1:
    It looks like you’ve added a slider already on https://www.assiplast.com/marketplace/ .
    If you meant that you wanted a full width banner like the one that appears at the top of this page: https://www.assiplast.com/, then I would suggest duplicating that Revolution slider, then replace the current slider on your marketplace page with the new one.

    For #2, #3, #4 and #6:
    Here’s some CSS code you can add to the “Custom CSS” section of your Edit Catalogue page:

    .upcp-tabbed-layout-tab a {
    font-family: serif!important;
    font-size: 17px!important;}
    
    .upcp-tab-break {display:inline!important;}
    
    .upcp-related-products .upcp-minimal-price {
    display:none!important;}
    
    .upcp-tabbed-product-price {font-size:30px!important;}
    

    To change the price size, edit the ’30’ in the ‘.upcp-tabbed-product-price’ section.

    To change the font/size of the tab text, edit the values within the ‘.upcp-tabbed-layout-tab a’ section. If you’re not certain on how to specify fonts within CSS, here’s a good guide: https://www.w3schools.com/cssref/css_websafe_fonts.asp

    For #5:
    The ID appears to already be on the product page (e.g. on https://www.assiplast.com/marketplace/?SingleProduct=2 , the ‘ID’ is listed as ‘ID: KM001’ in the Additional Info tab)
    If you wanted to add an extra tab dedicated to the ID custom field, here’s a tutorial we wrote out for a previous user: https://www.ads-software.com/support/topic/product-page-additional-tabs/

    For #7:
    How are you adding in this contact form? It looks like you might not be using our built-in product inquiry form feature. If you use our “Product Inquiry Form” feature (in the “Premium” area of the “Options” tab), it will automatically pull in the product name. There is no option to auto-populate custom field values.

    Thread Starter andreasyeah

    (@andreasyeah)

    Hi guys!

    great! thanks for the help!
    regarding the slider, yes i already put it on (btw i changed it to full screen)
    but sadly its not possible to deactivate it when you’re on the product page. ??

    any advise how i can show the site-footer on the catalog?

    for #7: i deactiveted your build in form because it wasnt working (i donno why) but now its seems to work! great!

    thanks guys

    Hi Andreas,

    We don’t control what happens outside of the area that our catalogue displays in. Our catalogue doesn’t affect whether or not your footer displays or what displays in your footer.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘some issues’ is closed to new replies.