Rupinder Kaur
Forum Replies Created
-
Yes, the solution works as per your requirement. But yes I have to work around it for the next update. Because when the product is sold individually, I need to add a condition for this too.
Thanks for sharing your solution. I will definitely add it in the next update.
Okay , i will look into this.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Update colums verticaal?Closed as Pro version query.
Hi @dynadubedesign,
Yes, I checked your issue. I didn’t notice it because no one notified this issue earlier. Well now it is in my knowledge I will find the solution and update you regarding this.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Update colums verticaal?Hi @lucky7seven ,
Glad to see you as a Pro user. Now you can directly put your queries in my email or using “https://blueplugins.com/support/”. Well please share your website URL where I can check this issue.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] MissallignmentHi @gszhang,
For the terms and conditions alignment you can add the below css in your additinal css section.
.woocommerce-terms-and-conditions-wrapper input#terms {
position: unset;
margin-left: 0px;
}From your screenshot, i found you mentioned the product name dragged down. It is not actually this way. The blank section you marked is for image actually. Because you have no images for products that’s why it is showing empty.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] MissallignmentForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Table breaks on mobileHi @growthgear,
There is a media query in your theme which is overriding the design. Please add the following CSS in the additional CSS section.
div#order_review_table table td {
display: table-cell !important;
}Clear all cache and retest.
Do let me know if I can help you further.
Thanks
Hi @markckbltd,
As I checked your file path. it seems you are a pro user. you should not post your queries here as it creates confusion. The pro and free versions are completely different plugin.
As per your issues I am going to check it and update you soon on your email.
Thanks
Hi @markckbltd ,
I just updated the plugin can you please try reinstalling it . Let me know how it works.
Thanks
Hi @vallac,
I have tested it again can you please change the following line and let me know how it works.
Go to custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\form-checkout.php and replace line no 28 by the following line.
$all_sections = array($customize_section[‘cclw_billing_section’][0],$customize_section[‘cclw_review_order_section’][0],$customize_section[‘cclw_payment_section’][0]);
There is no much difference. I have just replaced the commas.
Just let me know if it works.
Thanks
Hi @vallac,
Can you please try deleting and installing the plugin again and saving all the sections.
if nothing works you can send me your details, I will check it at my end.
Thanks
Hi @vallac ,
Thanks for writing.
when you update from 2.0 to 2.1 you can face some errors because we have changed the setting panel a little. It is recommended to save all the settings again from the backend.
Go to Dashboard>checkout layouts and click save settings for each section.Do let me know if you still face any issues.
Thanks
Hi @lucky7seven ,
Thanks for being supportive .i know most of the user wants to change section names according to their needs. That’s why I am introducing a new section (in version 2.1). Where you will be able to change section names as well as you can switch the position of these sections.
You have to wait for a few more days to get this implemented.So till then, you can change the names as you do earlier. I hope you understand.
Thanks
Perfect, Glad that worked for you.