• Resolved khushbu78

    (@khushbu78)


    Hi Ecwid team,

    This time I have quite a few queries. Please help.
    1) Is there a way to inform customers about ‘discounts based on sub-total’ on products page only. This would encourage them to purchase higher versions of same product. Right now, I can see it only on the check-out page.

    2) I have changed categories to be displayed in grid of 4 by updating setting in store page> Edit Appearance but unable to do it for grid of products. Is there a way to view all products in grid of 4?

    3) In the final invoice page (place order), is there a way to remove/ hide shipping charges as they are zero for all my products but still keep showing

    4) In the final invoice page (place order), can I redirect the ‘Change’ button to back to product page instead of opening a pop-up to edit options.

    5) After checkout, there is a 3 step slider with options ‘Your shopping bag, Payment details, Place order’ at the bottom of page. Can it be moved to the top of page so as it is more visible.

    Thanks in advance.

    Regards

    • This topic was modified 8 years, 2 months ago by khushbu78.
    • This topic was modified 8 years, 2 months ago by khushbu78.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter khushbu78

    (@khushbu78)

    Any update?

    Plugin Support ecwid_team

    (@ecwid_team)

    Hello,

    Ecwid Customer care team here. We are terribly sorry for keeping you waiting for so long.
    Please see the replies to your questions below.

    1) Is there a way to inform customers about ‘discounts based on sub-total’ on products page only. This would encourage them to purchase higher versions of same product. Right now, I can see it only on the check-out page.

    I can suggest that you add the information about the discount in the product description, so that your customers knew immediately that they will get a discount if they order a more expensive version.

    2) I have changed categories to be displayed in grid of 4 by updating setting in store page> Edit Appearance but unable to do it for grid of products. Is there a way to view all products in grid of 4?

    This can be set on right in Ecwid plugin settings. Please open the page where your store is added, click on ‘Edit Store’, select Appearance. You will be able to set the number of product in a row and in a column, please see the screenshot: https://take.ms/alNHx

    3) In the final invoice page (place order), is there a way to remove/ hide shipping charges as they are zero for all my products but still keep showing

    If you do not want the shipping charges to appear at all, you can set your products as not requiring shipping in your Ecwid Control Panel > Catalog > Products, product details page: https://take.ms/bjXmg Please note that in this case the customers will not be asked for the shipping address. If you actually ship the products and just want to hide the zero shipping, it is possible to it with the help of CSS. Please let us see the code for it below:

    .ecwid-Invoice-SummaryContainer .ecwid-Invoice-Summary-shippingRow {
    display: none;
    }
    
    .ecwid-productBrowser-backgroundedPanelInner .ecwid-productBrowser-cart-shippingAmountPanel {
    display: none;
    }
    

    You should add the code to your active CSS theme in your Ecwid Control Panel > Settings > Design > CSS themes. If you have no custom CSS themes yet, please click “New CSS Theme” button (https://take.ms/4ibZQ) and paste the following code in the corresponding field, then activate the theme and save the changes (please see the screenshot: https://take.ms/dyqtP).

    4) In the final invoice page (place order), can I redirect the ‘Change’ button to back to product page instead of opening a pop-up to edit options.

    As far as I understand, you mean this button: https://take.ms/WY3Yh As it is the button for changing options, it opens a pop-up with options so that your customers could select some other variant. It might be possible to change this behaviour with the help of Javascript, please note that this requires advanced programming skills.

    5) After checkout, there is a 3 step slider with options ‘Your shopping bag, Payment details, Place order’ at >the bottom of page. Can it be moved to the top of page so as it is more visible.

    It might be possible to do it with the help of CSS, but I am not 100% sure. Can you please send us a link to your site so that we could check it there?

    Thank you!

    • This reply was modified 8 years, 2 months ago by ecwid_team.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Queries wrt discounts & CSS settings’ is closed to new replies.