Rupinder Kaur
Forum Replies Created
-
Hi,
Yes, I have visited your given URL. Initially, I can say there is nothing this plugin is working with payment. Any kind of payment section showing here is a default woocommerce section.
you can contact Go-pay for this issue.
But yes I will also look into this issue personally. Whenever I will get a solution I will let you know.
Till then I will recommend you to contact Go-pay for this.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Change Text checkout pageHi Lucky,
There is no direct way that you can override this plugin as it is already overriding woocommerce files. You can search for other plugin or hooks if they can help you.
For a second option you can change this content in “plugins\custom-checkout-layouts-for-woocommerce-pro\WooCommerce\checkout\review-order.php”.
This is not a standard way as the changes will be vanished whenever you will update to a new version.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Double x for remove.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Double x for removeHi,
I visited your link, The remove “x” is showing twice just for design settings.you can add the below code to hide it.
td.removepro a.remove:after {
display: none;
}And for your second query where you want to make the qty unchangeable. This issue seems to be occurring most of the users who want to sell only one product in qty 1.
This plugin does not provide that feature as it’s basic idea is to let the user change the qty when they are checking out.But I am providing you a code which you can add in function.php file. Below is the code.
function cclw_non_changeable_qty(){ ?><script>
jQuery(document).ready(function(){
jQuery(‘td.qty div.quantity’).html();
jQuery(‘td.qty div.quantity’).text(1);});
</script><?php }
add_action(‘wp_footer’, ‘cclw_non_changeable_qty’);
The idea behind this is to hide the qty section actually.you can try using CSS if it doesn’t work for you.
ThanksHi,
Please switch to new version where these issues are sorted.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Some problemHi,
Please switch to the new version for where the shipping issue is resolved.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Some problemHi
Thanks for using our plugin. I have visited your link ,it seems the plugin is not active right now. Please try deactivating any other checkout related plugins to see the real functioning.
For the shipping section yes, I know there is an issue with it. you have to wait 2-3 days for the new update for this section.
As soon as we remove this, we will let you know.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] TranslationHi
currently, we are in process with shipping issues which is the most priority task for now. So we are going to update within this week for this issue.
For translation related issue we are planning to update it next month.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] TranslationHi ,
Thanks for using our plugin. Currently, there are no translations or related functions are added for this. You will be able to convert those section which are coming from woocommerce by default.
we are constantly trying to improve to it as per user needs.you will see this feature in next coming versions.We are sorry for the inconvenience you are facing. For now, you can take help from any other translation plugin or can alter plugin files as per your needs.
We will try to add this section as soon as we can.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Remove productHi Lucky,
This way it is not possible to see the issue you are facing . Please send me your site URL. I will go through the issue. Optionally you can send the message at “[email protected]”. I will try to reach you as soon as I can.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Shipping MethodHi Sajan,
Yes, there is a problem with the shipping section. Basically this plugin was designed just to combine cart and checkout, so we were unable to notice the issue.
Now it is our first priority to sort this issue and soon we will update a new version removing this error, so everyone will be able to use this section properly.
As soon as we sort this, we will let you know.
Thanks for using our plugin.
Forum: Reviews
In reply to: [One page checkout and layouts for woocommerce] error cssHi Jamzitox,
Sorry for the inconvenience you are facing for this plugin. Sometimes you can suffer with design and loading time because of using a strong theme. The themes can override our design and lots of js included can slow down the process.
We are constantly trying to improve it . Thanks for your feedback.
Yes, there is a problem with the shipping section and we are working on it.Till then you can try with changing the theme and make sure you are not using any other checkout related plugin at the same time.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Payment method imagesHi,
Thanks for using this plugin.
1)I looked into your website your default theme is overriding some design section. To remove the error just add a piece of CSS given below:li.wc_payment_method.payment_method_stripe label img {
width: 50px !important;
}2)I also noticed some other CSS tweaks needed as per your design. Please add below CSS to align the order table in box.
.woocommerce .quantity:not(.hidden) {
width: auto !important;
}
And in plugins/custom-checkout-layouts-for-woocommerce/asserts/css/custom-checkout.css
add:- padding: 0px !important; after line no after 469.Point 2 is optional, Just stick to point 1 for your query.
Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Remove productHi
Thanks for using my plugin. As per you issue avada theme is overriding cart section’s design.
For this go to themes>avada>woocommerce you will find a folder name cart . Just rename this folder to cart-test.
Possibly this should remove this issue,if you still face an issue you can look into css for little tweaking .
There is nothing you have to add differently as everything here is just related to design.Thanks
Hi
Thanks for using our plugin.There is definately an issue with code as per you ref.we will try to sort this soon and update it in new version.
Till then you can use plugin by closing the WP_DEBUG mode off.
We will look into the issue and will get back to you soon.Thanks