Rupinder Kaur
Forum Replies Created
-
Hi,
I already replied to your mail. I installed and tested your plugin at the local system, but there was no error with the payment system.
Please try using Gopay – inline (A new version).
Thanks
Hi,
This again is an issue with CSS. Please use the below code for the particular issue.
.woocommerce form.checkout .express-one-page-checkout-main p.form-row input {
line-height: 30px !important;
}Thanks
Hi
Thanks for using my plugin and providing such a detailed list. You are facing these errors as some sections are overridden by the theme’s(jevelin) CSS. Below I am listing solution as per your queriesPlease add below the addition CSS to remove some basic overrides.
.woocommerce .onestepcheckout-summary .quantity input {
display: block;
}
.shop_table table.onestepcheckout-summary th {
border: none !important;
border-bottom: 1px solid #CCC !important;
padding: 0px !important;
}
.woocommerce-checkout .woocommerce a {
color: green;
}Now read by queries:-
1) Quantity is not shown. (Ref to given CSS).
2)The product image is cut and therefore the products look weird. (These are purposely set to this dimension otherwise they were not working properly with auto-size.we will introduce a size option in upcoming version)
3)The color of the links is blue. How to change the color? (ref to given CSS and change your required color.)
4)The credit card option in the payment method is broken. The one VISA image is below the text and somehow lost. (For this section I am just following default woocommerce standard, So you can try some CSS to set this acc to you. For broken link I will say it is working at my end.)
5)Is there a way to change the background color of the block with the Shipping” & “Payment” method? (There is a color panel in Dashboard->woocommerce->checkout layouts. Just prefer changing header color. For a particular section you can try some CSS).Thanks
Forum: Plugins
In reply to: [CMB2] Hide menu linkThanks
Hi,
Thanks for using our plugin. I am sorry for any inconvenience you are facing. Actually this plugin can definitely create an issue with collaborating other plugins as it is just overriding woocommerce design.To help you with the particular issue I will need to see in your plugin code. So you can send me link or zip file from where I can download and look into this plugin. Optionally you can rename the cart folder in “Woocommerce one page checkout and layouts”.May be it can help you.
Thanks
Hi,
Can you send me the link or zip file of the plugin where I can download it? Then I will try it on my local system.
Please send me related sandbox data too . Send the details on “[email protected]”.
I will try configuring the issue.Thanks
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