Rupinder Kaur
Forum Replies Created
-
Hi @lecbasvetlem ,
I am glad that worked for you.Thanks for letting me know.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] PlaceholderClosed Due to inactivity.
Closed due to inactivity.
Closing due to duplicate post .
Alreaddy Replied on “https://wordpress.org/support/topic/not-working-with-wpml-for-woocommerce-shop-if-user-is-guest-2/”Thanks
Hi @lecbasvetlem,
I have tested your issue for the Czech language particularly.it seems fine at my end. The possible issue you may be facing is the site language and loco language may not be same.
At my end, I have set the site language to “Čeština”.
Secondly, it may be happening due to plugin update. This does not cover the update of loco translate files.These translations are not limited to the loco plugin. They are using standard code which will be compatible in any case.
Do let me know if i can help you further.
Thanks
- This reply was modified 6 years, 2 months ago by Rupinder Kaur.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Checkout Page ErroHi @mianadeel,
Pro version related queries cannot be answered here. Please visit the product site and contact the support center.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Checkout Page ErroHi @mianadeel,
Upon visiting your given link I found the checkout page layout is been modified by you. You can check the default layout here “http://demo.blueplugins.com/”
That may be the basic problem here.
2) the second possible issue can be any other checkout related plugins you are using. You can try deactivating them.Sometime the hook overriding causes these issues.And yes there is an option to design it according to you in its pro version. It provides you the list of variables to which you can design according to your needs.see screenshot:
https://tinyurl.com/r55tpjg
Do let me know if I can help you furtherThanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Custom LayoutsHi @savoures,
As per your first issue, you need to change one line at “custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\form-shipping.php” on line no 27.
Replace the– <h3 class=”border_html ship-to-different-address_on”>
with this line– <h3 id=”ship-to-different-address” class=”border_html”>
For you second issue, I will say for this version I am just providing this table layout.But yes I am working on its pro version which is providing many other customization option.
I will let you know when it’s available, as a second option you can customize it according to your needs.
Do let me know if i can help you further.
ThanksHi @reesie,
As I can see you are trying to put checkout on the home page. Basically I have designed my plugin to override the default checkout process.
1)Please put the checkout form on a particular page.
2)please check the version of woocommerce and these plugins are updated.
3)if you are using any other checkout related plugin. Deactivate them for testing.After doing these steps you can actually find the issue. Do let me know if I can help you further.
ThanksHi @zmayyem,
sorry for the late reply. well, the issue you explained is not connected with my plugin. i am using a standard method for “strings” to be translated.The issue I found is connected with your links.
if you directly open “https://vallaniofficial.com/checkout/” it works very fine.But when you open the site for English version “https://vallaniofficial.com/en/checkout/”
So it first loads into English then translated into Arabic.
In my opinion, you should not add translations to the English link. Otherwise, it normally works better.
Do let me know if i can help you further.
ThanksForum: Reviews
In reply to: [One page checkout and layouts for woocommerce] Work GreatForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Translation with LocoHi @paulorog10 ,
Please follow the below instructions.
1)Go to loco translate->plugins->woocommerce one-page checkout(for cclw).
2)Click on “new language”.
3)choose a “new language” from the dropdown
4)click Start Translating.
5)Now you can change your preferred strings.Do let me know if I can further help you.
Thanks
Hi @richyvoc,
Thanks for using my plugin. The woocommerce translations won’t work , because of this plugin work under its own text-domain “cclw”. If you are using loco translate for translation, you have to add translations for this particular plugin.
Do let me know if I can further help you.
ThanksHi @ericspataru,
For these particular changes, you can edit “\plugins\custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\form-coupon.php” file.
Changing the default class of coupon-form can work for you. It depends if you want to do it with jquery or directly changing in the file.
ThanksHi @ericspataru,
I have tested your given link . it seems you have modified the layout so much according to your needs.
For the coupon section, I have kept this on the top of all layout so it can work properly.i will also recommend you to keep the default position of coupon section.
As you have modified the code, the possible issue can be (unclosed div or missing proper filters). So please check on them.
Thanks