Rupinder Kaur
Forum Replies Created
-
Forum: Reviews
In reply to: [One page checkout and layouts for woocommerce] Fantastic plugin and supportHi Marcus,
I am Glad my plugin was helpful to you.i will add all those changes in the upcoming version. So it will work smoothly for other users too.
Thanks for your review.Forum: Reviews
In reply to: [One page checkout and layouts for woocommerce] Works as describedThanks for your Valuable Feedback.
Hi @marcus,
Yes, actually the class is missing for this section.
Go to plugin custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\layouts\two-column-layout.php
On line 19 there is a line “<h3><?php esc_html_e( ‘Additional information’, ‘cclw’ ); ?></h3>”
just replace this with “<h3 class=”border_html”><?php esc_html_e( ‘Additional information’, ‘cclw’ ); ?></h3>”All Done.
ThanksHi @pixelshouse,
Thanks for using my plugin. Definitely this hook is the proper way to show or hide this checkbox “https://businessbloomer.com/woocommerce-ship-different-address-open-default/”. But as it is already checked there may be the following points you need to check.
1)This same hook can be already used by any plugin, theme. Find and remove it.
2)Try changing the theme and deactivate this plugin to configure the issue.If you are not able to configure the issue, you can use Jquery to uncheck this option upon loading.
Thanks
Hi @marcuscarleson,
For loco translate what I can see you just downloaded the plugin but not configured it yet. After installing the plugin you need to go it’s setting panel from dashboard locotranslate->plugins->woocommece one-page checkout(Domain cclw)->create template
After that, a new page will be opened asking you to create a new language
1)Click “New language”
2)choose a new language “Swedish” in your case
3)click “start translating”After this, a page will open to you showing you all the string that is translateable.click on any string and add its translation for Swedish.
Then you can see the content in the checkout page.
You can follow their related video toob) For the shipping issue you were facing, I have sent you the email updated code.
ThanksHi Marcus,
I cannot say anything about the shipping section right now . This issue is new to me. I am not familiar with it on my local system.
So if you don’t mind can you send me a backup of your site using “https://ww.wp.xz.cn/plugins/all-in-one-wp-migration/”? I will explore both the issues in detail and let you know what’s happening.
Send it on “[email protected]”Thanks
Hi
They seem just cache issue . just hard refresh or open in private window.
It seems fine at my end.Thanks
Hi @marcuscarleson,
can you re-download the plugin and test for the mentioned errors? I have updated them in the plugin code.
Do let me know if you face any issues.
ThanksForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] TranslationHi,
We have made the new version compatible with the loco translate plugin. So you can try this.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] not workingHi @rafizadehhossein,
Can you just please just delete the mentioned line (which is mentioned in the warning file). This is just a commented line .So you can delete it.
Do let me know if facing any other issue.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] not workingHi @rafizadehhossein,
The new version is available. Please update to the new version.
ThanksForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] not workingThanks for showing your intrust in this plugin . There may be two issues happening
1) you may be using a child theme that’s why the style is not overridden.
2) you need to go to woocommerce->checkout layout and click “override themes default design”. and click save again.If the issue is coming from 1st point then you can wait till tomorrow as I am going to update the new version, which is sorted for this issue. Hope it will work for you
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] select payment from shippingHi yeshi,
Thanks for using my plugin. I currently cannot recommend you anything on ajax updation for the payment section, because the shipping section I am using is just based on jquery.
I just picked the shipping (HTML) section from its default location and implement it at my required place. This way it is updated by default woocommerce pattern and I am using the updated part of code.(hiding from one section and showing in another)
SO maybe this trick can work for you for payment section too
And yes thanks for your concern for helping with translation. I will definitely need it when I will add translations. I will let you know when I will ready with these language alterations.Thanks
Hi @newguy321123,
As per your preferred plugin it works around “woocommerce_checkout_after_order_review” hook which we are currently not using in our plugin. So please follow the below process to make it work.
Go to folder “plugins\custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\layouts” and open the layout file based on the layout you are using.
For example if you are using 2-column layout, open file “two-column-layout.php” and go to line no 46 : you will see an action line is called here.
So on line no 47 add “<?php do_action(‘woocommerce_checkout_after_order_review’);?>”Thanks
Hi
you need to wait actually for the next update. We are not using most of the woocommerce hooks so that may be an issue with the customization.
As a second option, you can let us know your prefered plugin for this.we will try to help you in it’s configuration.Thanks