• .woocommerce table.shop_table td.product-name {
    	display: flex;
    	align-items: center;
    	flex-direction: row;
    	width: 100% !important;
    	margin: 10px 0px 10px 0px;
    }
    
    .woocommerce table.shop_table span.cqoc_product_name {
    	margin-right: auto;
    	padding: 0px 10px 0px 0px;
    }
    	
    .woocommerce table.shop_table div.quantity {
    	margin-left: auto;
    }

    Also, we noticed that the remove from cart triggers page reload – one may decide to remove the remove button all together

    #content table.shop_table a.remove {
        display: none !important;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author bhavik.kiri

    (@bhavikkiri)

    Hi @gbruzzo,

    Thank you for the suggestions and the review.

    I’m planning to release the pro version of the plugin, and I will delete the product from checkout page without refreshing the page.

    Additionally, I will allow the user to show the remove icon or not and display the product image as well.

    If you have more option then please let me know.

    Regards,
    Bhavik

    Thread Starter gbruzzo

    (@gbruzzo)

    Hi there, thank you for your response.

    – remove from cart via ajax (should be easy to incorporate);
    – make the quantity change via + / – buttons;
    isolate changes in order review form quantity from the general form.checkout, but this may be more complicated to achieve. => This is the problem you encounter: Suppose you change the quantity in the review order form before having entered data into the Billing and Checkout forms: changing the number (quantity) then pressing enter with the keyboard will result in the general form ajax being called, which will flag ‘errors’ in data entry – the checkout thinks you are trying to submit an empty form.

    Cheers

    Giacomo

    • This reply was modified 5 years, 6 months ago by gbruzzo.
    • This reply was modified 5 years, 6 months ago by gbruzzo.

    any news on the Pro version? ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Nice Plugin – here are a few css suggestions to line everything up well’ is closed to new replies.