Okay
  Public Ticket #1543928
product details
Closed

Comments

  •  1
    youria started the conversation

    Hey


    At the buttom of the product details I see some error: 

    We're sorry, an error has occurred while generating this content.

    and I also want to remove: 

    SKU Drank 1

     Categorie WebshopWijn, porto en cava

    and at the top the breadcrumbs are on the left side and not in the center.

    see my screens for details.


    thanks

    youri

  • [deleted] replied

    Hi

    For "We're sorry, an error has occurred while generating this content", I have attached a patch, upload it to magento root, override old file then try again

    - Add this css code to Custom Style in admin ( MGS-> Theme Setting -> Custom Style ) to remove SKU Drank1

    .product-info-stock-sku {

        display: none;

    }

    - For breadcrumb, this is not bug, on our theme, it is on the left, not center.

  •  1
    youria replied

    oké thanks the patch is working but stille the sku is there. I also added the css to the custom style:


    .footer .footer-container { border-top: 0;  background-color: #FFFFFF;}
    body.boxed:not(.panel-popup) {
        background-color: #8E8F8E;
    }
    body.boxed:not(.panel-popup) .header .header-placeholder .header-content {
        background: #f2f2f2;
    }
    .bibliotheek {
        color: white;
        background-color: black;
        border-width: 0px;
        border-style: solid;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        font-size: 16px;
        font-weight: 600;
        height: 30px;
        line-height: 25px;
        padding: 0 10px;
        text-align: center;
     }
    .product-info-stock-sku {

        display: none;

    }
    .content-block instagram-block
    {
        display: none;
    }


    also want to remove the instagram block from the patch. 

    Allready cleared cache still not working.


  • [deleted] replied

    Hi

    Please use this code

    .product-sub-infomation .product-info-stock-sku {

        display: none;

    }
    .content-block.instagram-block
    {
        display: none;
    }