Rupinder Kaur
Forum Replies Created
-
Forum: Reviews
In reply to: [One page checkout and layouts for woocommerce] Works GreatThanks for the review.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Text Field for customersHi
it may be possible you have missed any closing tags or something . For this, i have the whole file at
“https://drive.google.com/file/d/159S3KcrQAQdmikgtJM-7q-B5uABoyurr/view?usp=sharing”
So please copy and replace the whole file.In case you still face any issue you can share your site details at “[email protected]”.i will be happy to help.
Thanks
Hi,
All sections are not red just because they are not required. So you need to make all the fields required for checkout. Then they all will be marked as red at checkout.Thanks
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Text Field for customersHi Federico,
you are facing this issue because we have removed this section from our plugin. To do so please go to file
plugins/custom-checkout-layouts-for-woocommerce\WooCommerce\checkout\layouts\two-column-layout.phpYou have to add the below code at line no 7.
<div class=”woocommerce-additional-fields”>
<?php do_action( ‘woocommerce_before_order_notes’, $checkout ); ?><?php if ( apply_filters( ‘woocommerce_enable_order_notes_field’, ‘yes’ === get_option( ‘woocommerce_enable_order_comments’, ‘yes’ ) ) ) : ?>
<?php if ( ! WC()->cart->needs_shipping() || wc_ship_to_billing_address_only() ) : ?>
<h3><?php esc_html_e( ‘Additional information’, ‘woocommerce’ ); ?></h3>
<?php endif; ?>
<div class=”woocommerce-additional-fields__field-wrapper”>
<?php foreach ( $checkout->get_checkout_fields( ‘order’ ) as $key => $field ) : ?>
<?php woocommerce_form_field( $key, $field, $checkout->get_value( $key ) ); ?>
<?php endforeach; ?>
</div><?php endif; ?>
<?php do_action( ‘woocommerce_after_order_notes’, $checkout ); ?>
</div>That’s it. You just need to copy and paste this code in the given file. I will re-add this section in the new version. So you will not face it as an issue again.
Do let me know if you are still facing any issues.Thanks
Forum: Reviews
In reply to: [One page checkout and layouts for woocommerce] Not bad at allHi
Thanks for the review . Definitely I will look into all the points you have written.
And for sure I will look into the “Account section” error.
I hope to cover all these issues in the next version.Thank you so much.
Forum: Plugins
In reply to: [One page checkout and layouts for woocommerce] Shipping MethodHi,
I see there are many users facing the shipping issue. But this issue has been sorted in version 1.5.
So jrgalarcon can you please share your site details at “[email protected]”.So I can help you better.Thanks
Forum: Reviews
In reply to: [One page checkout and layouts for woocommerce] I didn’t like the raw plugin.Hi,
Sorry for any inconvenience you are facing with this plugin.we have made this plugin responsive to work with any system. But if you are having problems with this I would like to take a look at this. Maybe this can be an error with the current theme or plugin clash.
you can let me know about any kind of issues at “[email protected]”.i will be happy to help.
And for your second issue with login, it works as a woocommerce default setting.so there should not be an error regarding this.Anytime you are willing to use this plugin you can let me know I will help you to set up this.
ThanksHi,
if you are skipping the cart page, I will recommend you to hide this with CSS. If not, then go to woocommerce->chekout layout->replace text and replace view cart with “cart”.
Please do a rating too.
Thanks
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