Home Forums Basel support forum Cross Sells

Cross Sells

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9270

    Hey guys,

    i have a problem with the cross selling items in the cart view. The view in the cart is very bad because the lettering and the select options button is out of the box. Look at the attachment.

    Is there a solution for this problem? I don’t want to change the hover on product in the shop view.

    Thanks a lot guys.

    Best regards
    Anton

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

    Artem Temos
    Keymaster

    Hello,

    Try to increase number of products per slide to 2 for example. To do this, you need to add this code to the functions.php file in the child theme

    
    add_filter('basel_cross_sells_products_per_view','basel_cross_sells_products_per_view_count', 10, 1);
    
    function basel_cross_sells_products_per_view_count( $val ) {
       return 2;
    }
    

    Regards

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