Rupinder Kaur
Forum Replies Created
-
OK, well you can prefer the “update_checkout” function to make it work. Using this plugin we are updating checkout on page load and every time users change the quantity.
you can see this script on line-no 269 in “plugin’s main file”.You can try adding your data here or can prefer adding scripts externally.
Hope this helps.Thanks
Hi @fpacheco1,
I am not sure what your actual requirement is, Can you please elaborate your situation
in detail.Thanks
Hi @leon,
Thanks for writing.
Yes, my plugin is not tested with the newer version of woocommerce and WordPress yet, as I am working on some other improvements. Soon I will update the new version.Well coming to your shipping issue
1)can you please check the shipping option “default to billing address” is selected on “your-site/wp-admin/admin.php?page=wc-settings&tab=shipping§ion=options”
2) The second point I noticed is the standard layout is changed(maybe using custom code or any other plugin).You can notice the subtotal section is not a part of payment section in my plugin.You can try deactivating the other checkout related codes or plugin because they can cause conflict.
Do let Me know if i can help you further.
Thanks
Topic closed due to inactivity.
Topic closed for new replies due to inactivity.
The topic closed for new replies due to inactivity.
Hi @ericspataru,
I have visited your given link. I am not sure if the plugin is updated from a very old version to new.
You can follow the below solutions to remove the error.
1)Go to your setting page at backend(Dashboard->Woocommerce->Checkout Layouts) and click on save settings button again. It will possibly override all the setting which are not saved.
2)As a song option go to your plugin file /plugins/custom-checkout-layouts-for-woocommerce/WooCommerce/cclw_checkout/orderreview-table.php and change the line no 46 with below line:-if(isset($checkout_options[‘cclw_skip_qty’]) && $checkout_options[‘cclw_skip_qty’] == ‘yes’)
Do let me know if I can help you further.
ThanksForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] layout messyI have visited your given link, you said the zip code and phone are not visible. But I am able to see those sections. The only problem I found is these sections are not showing labels(Names) like other fields.
For these, you have to comment the below-mentioned lines
1)Go to plugins\custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\form-billing.php
2)Go to line 46(approx), here you will find two IF-Conditions in Foreach loop.
3)Comment both IF-Conditions.Now the billing form will work as a default pattern. Hopefully, it will remove all the issues you are facing.
Do let me know if I can help you further.
Thanks
Hi @woodworkerrr,
You can change this text style by adding some custom CSS. I am giving you some reference code below.
.woocommerce label, .woocommerce span, .woocommerce p, .woocommerce textarea, .woocommerce input, .woocommerce select {
font-size: 20px !important;
}This will change some basic sections of the font style. For the remaining section, you can find the particular section class and change its font style.
Do let me know if I can help you further.
Thanks
- This reply was modified 6 years, 1 month ago by Rupinder Kaur.
Hi @sourabk,
You can use loco translate or any other language plugin to achieve this. These plugins will let you change the strings to your desired options.
if you are not using any other language in that case also you can go with loco translate.
Add translations for the same language.Do let me know if you still face any issues.
Thanks
Hi @minkerr,
Please add below CSS in Apperance->Cutmomize->Additional CSS secton.
.express-one-page-checkout-main .cart_totals p.left-corner {
display: inline-block !important;
}Make sure this CSS is not getting override.
Do let me know if you still face any issues.
ThanksHi @swalko ,
Please share your website url,where I can see this issue.
Or you can hide the borders using css.
ThanksHi @minkerr,
Sorry for late reply. Can you please send me the site URL. It seems just a design issue. Please share your URL, I will send you the CSS for it.
ThanksForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Transparent checkoutHi @paulorog10 ,
Yes, I can see the issue.But in order to test what is causing this issue can you do the following.
Please set up a test store (subdomain), where these both plugins are activated and send its details to me at ‘[email protected]’.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Transparent checkoutHi @paulorog10 ,
I have visited your link. The section you mentioned is coming from your preferred payment method(Wirecard). It should not be affected by this checkout any way.
As you said the date section is not letting you add / in input box. I checked it on mobile. The numeric keyword lets you add some symbols too. I am able to add a slash on the mobile.
I am not able to check how it works without this plugin activated. So you can provide me details where I can check how it works by default. So that I can figure if “one-page checkout layout” is really creating issues or it is something else.
Do let me know if i can help you further.
Thanks