Okay
  Public Ticket #1418372
Cart Hyperlink
Closed

Comments

  • aloecart started the conversation

    Hi

    I changed the site where the woocommerce cart ist stored.

    If i press on the cart logo on the start page the link wants to go to the old site.

    How can i change it to the new hyperlink? It should go to http://aloecart.ch/warenkorb/

    Thanks for your help.

    Greetings Daniel

    {"wp":{"use":false,"adminUrl":"http://aloecart.ch/wp-admin","username":"","password":""},"ftp":{"use":false,"url":"","port":"","user":"","password":"","path":""}}

  •  1,560
    Laborator replied

    Hi Daniel,

    Can you please share your site credentials here, because your site is on maintenance mode and we need to login to your site and see this issue live. Your information is safe (private) in this thread.

    To include your credentials click Insert Credentials button in editor toolbar. (See how)

    P.S. Wishing you a happy new year

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   aloecart replied privately
  •   aloecart replied privately
  •  1,560
    Laborator replied

    Hi again,

    I've set up the site again by activating the Advanced Custom Fields plugin, and then set the page of WooCommerce as they were not assigned to any page, as this article explains.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   aloecart replied privately
  •  1,560
    Laborator replied

    Hi aloecart,

    If you're using the Visual Composer on that page then you can try adding a new element, select the Widgetized Sidebar element as mentioned on our documentation.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •   aloecart replied privately
  •  1,560
    Laborator replied

    Hi again,

    You were right, there was no Widgetized Sidebar (Dynamische Seitenleiste) in your Visual Composer, so I tried to find where the problem is, as this was never reported by any user but didn't succeed finding the problem. The good news is that after deleting and re-installing the WPBakery Page Builder the Widgetized Sidebar is now in your elements list and you can use it.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aloecart replied

    Thanks again!

    I think now i found two bugs... Sorry for these many requests.

    If I activate "Show Sidebar on left" in Laborator -> Shop Settings the sidebar appears on the left but under the products. You can see it in the first attachement. If I activate it on the right it will appear correctly. -> Second screenshot.

    And is there a way to get the sort by filter away?

    After you solved a lot of problems I recognised that the button: add to cart (German: In den Warenkorb) is no longer visible on any product and also in the Shop Site. Like there is an option in the Laborator Shop Setting: "add to cart product" -> it is activated but it doesnt appear. I also tried to disable and reactivate the button with no solution.

    Thank you in advande.

    Regards

    Daniel

  •  1,560
    Laborator replied

    Hi Daniel,

    1. I've added the following CSS to Custom CSS to fix it:

    .tax-product_cat.woocommerce .woocommerce-shop-header {
        width: 100%;
        float: right;
    }

    2. That's because of the "catalog mode" which is enabled on your site, see image:

     
    (view large version)

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  • aloecart replied

    Hi Art

    Thank you! No I have a last question.

    Is it possible to align the new price under the old?

    Regards

    Daniel

  •  1,560
    Laborator replied

    Hi Daniel,

    By adding the following CSS to Custom CSS you will move the price under the old price:

    .woocommerce .product .item-info .price ins {
        display: block;
        text-align: right;
        border: none;
    }

    If you have further questions, we would suggest to kindly open a new ticket as it is easier for us and other user when they want to search for a specific issue they may have, it is more readable when the ticket is for a single issue.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group