Rupinder Kaur
Forum Replies Created
-
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] URGENT: Not workingHi,
I think i am late to respond as per your need. As I can see a working checkout.As I am not able to see any issue right now . But yes if you are willing to use my plugin you have to deactivate any other checkout related plugin if you are using such as (direct checkout or multistep checkout). And you have to select the “override default checkout ” option on the plugin setting page.
Thanks
Hi,
Currently, there is no direct way where you can shift these two sections Because the order section is combined with the “payment button”.
But yes you can customize this plugin further for your needs by editing the woocommerce files.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Change Plugin textHi
You can look into “custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\layouts” Then go to “three-column-layout.php “(if using three-column layout) on line no 42.
You can replace the text here.Otherwise, search the “text” in “two-column-layout.php”
Do let me know if you still face any issues.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Mobile issueHi Carusi,
Thanks for letting me know about the points and issues that I can improve.
For the cart section, I would say I have designed the plugin same way to skip the cart and run checkout. So this is not an error it works like this. I will try to make this section selectable by a user in my next update.
For this support section, I can only help you with the installation and errors which you face using the ” Woocommerce one page checkout and layouts” plugin. For any other custom changes like (text, colors), you need to get in touch with your developer.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Mobile issueForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Mobile issueyou can send me the admin details of your site. Either FTP details where I can see the code.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Mobile issueHi
I looked into your site . There is a space creating an issue in the coupon section.
Use
.woocommerce-checkout .woocommerce .woocommerce-info > a.showcoupon {
white-space: unset !important;
}
or remove this “white space” manually from you files.For the second point “remove link”.it is actually removing the products but not refreshing the page automatically. For this issue, I need to look into your code.
ThanksForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Custom FieldsClose as inactivity continues.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Translation supportTopic Closed as no more queries.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Custom FieldsHi,
I actually redone this search section with a setting option in admin panel. You just need to re-download the plugin and Go to its setting page woocommerce->checkoutlayout.
Here make sure the search option is unchecked.But if any case you still face this issue Just use css here:
.cclw_search_bar
{ display:none; }This will work for you.
Do let me know if there is any issues.
Thanks.Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Translation supportHi,
Thanks for letting me know for issues and points.Currently the plugin is not compatible with any translation tool.But for sure i will introduce this feature in upcoming versions so that everyone can access it in their native language.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Doesn’t workHi Wagner
Thanks for your point.i will definately look into this and rename it so it doesn’t create any issue in future
Thanks .Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Doesn’t workOkay
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Doesn’t workHi,
If it is not working then there is definately something which is overiding the checkout process.it may be any other plugin regarding checkout or custom code. As per compatibility test with flatsome theme the only reason was mentioned file.
You can share your websote details if comfortable . Else try resolving by deactivating plugins or changing theme to find the issue.Thanks.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Doesn’t workHi ,
i tested your issue with flatsome and found there is a file named(themes/flatsome/page-checkout.php).This file is actually forcing to use theme’s style for checkout page.Try renaming this file to see the plugin design.Do let me know if still any issue.
Thanks