Rupinder Kaur
Forum Replies Created
-
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Shipping MethodHi Mundial,
Thanks for using our plugin. The shipping section we created in the middle is not based on address changing. For this particular section, it will update the price whenever you will select a different shipping method manually(Not by address).
Currently, there is no direct solution for this. You can provide your site URL where we can see the particular issue and we will get back to you soon with solution.Thanks
Hi,
I visited your given link. It seems you have already deactivated the plugin. That’s why I was not able to see any errors.
Well, I checked in my local file, and on your mentioned file there is just a commented line.So if it is giving any error to you, then you can do the followingReplace line no 28 from :- <th><?php// echo wp_kses_post( $package_name ); ?></th>
To:- <th></th>You just need to remove the section with PHP.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Checkbox and standart cartForum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Checkbox and standart cartHi,
This support forum is the standard way to help plugin users. So whenever Your site is live you can share its link.
we will reach you in time to help you regarding any issue.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Checkbox and standart cartHi
Sorry for the problems you are facing for the plugin.
For point 1. The checkout issue doesn’t seem really coming from the plugin,There may be issue with the default design. So for this, you can send me your site link then maybe I can guide you better about this.For point 2.
Go to plugins/custom-checkout-layouts-for-woocommerce/woocommerce-one-page-checkout-and-layouts.php
you need to comment the line no 44
which is:- //add_action(‘template_redirect’,array($this,’cclw_redirect_to_checkout_if_cart’));
And optinally you can remove/comment its function(cclw_redirect_to_checkout_if_cart) from line no 363-373Hope this helps.
Thanks
Closed for inactivity.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Change Plugin textClosed due to inactivity.
- This reply was modified 6 years, 8 months ago by Rupinder Kaur.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] URGENT: Not workingClosed
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.
Thanks