abhaypr
Forum Replies Created
-
Hello @chidemzy62
Go to my-account page you will get a link forget password click on the link and then enter your mail id you will get a password reset URL on your mail from where you can reset your password and then you can login to your account .
Hope this will help you.
Regards
Forum: Plugins
In reply to: [WooCommerce] Variation prices jumping and showing wrong priceYou’re Welcome 🙂
Nice to hear that solution helped you.Regards
Forum: Plugins
In reply to: [WooCommerce] Variable product and manage stock at a product levelYes then it will show stock at variation level
Forum: Plugins
In reply to: [WooCommerce] Variable product and manage stock at a product levelYes, It will show 100 for all your sizes
Will it completely ignore stock at a variation level?
=> Yes if you have not enabled the manage stock at variation level.
I hope, this will help you.
RegardsForum: Plugins
In reply to: [WooCommerce] Variable product and manage stock at a product levelHello @toms2018,
If you turn manage stock at the product level and enter the quantity at product level then it will show product level quantity on variations on product page but there is one condition that manages stock will not be enabled at variation(attributes) level.
Hope this explanation will help you.
RegardsForum: Plugins
In reply to: [WooCommerce] reviews product pagePlease go to woocommerce/templates/single-product-reviews.php file and replace this code from the existing code and then check the review section you will see the place holder for both the fields.
$fields = array( 'author' => array( 'label' => __( 'Name', 'woocommerce' ), 'type' => 'text', 'value' => $commenter['comment_author'], 'required' => $name_email_required, 'placeholder'=>'author name', ), 'email' => array( 'label' => __( 'Email', 'woocommerce' ), 'type' => 'email', 'value' => $commenter['comment_author_email'], 'required' => $name_email_required, 'placeholder'=>"email", ), ); $comment_form['fields'] = array(); foreach ( $fields as $key => $field ) { $field_html = '<p class="comment-form-' . esc_attr( $key ) . '">'; $field_html .= '<label for="' . esc_attr( $key ) . '">' . esc_html( $field['label'] ); if ( $field['required'] ) { $field_html .= ' <span class="required">*</span>'; } $field_html .= '</label><input id="' . esc_attr( $key ) . '" placeholder="' . esc_attr( $field['placeholder'] ) . '" name="' . esc_attr( $key ) . '" type="' . esc_attr( $field['type'] ) . '" value="' . esc_attr( $field['value'] ) . '" size="30" ' . ( $field['required'] ? 'required' : '' ) . ' /></p>'; $comment_form['fields'][ $key ] = $field_html; }This code will help you in what you are looking .
RegardsForum: Plugins
In reply to: [WooCommerce] Variation prices jumping and showing wrong price@bakoline Your welcome.
Forum: Plugins
In reply to: [WooCommerce] reviews product pageHello,
I have navigated to the product URL which is provided by you but I didn’t get any review section.
Please share the screenshot or video of the issue so that I can provide you the solution.Regards
Forum: Plugins
In reply to: [WooCommerce] Variation prices jumping and showing wrong priceYes, I have checked the video again it’s looking like variation price is reverted to the parent price after a fraction of time, it’s looking like your theme or any plugin is conflicting so you can check the same thing after de-activating your all third party plugin and the theme.
Hope this will help you in your issue.
Forum: Plugins
In reply to: [WooCommerce] Variation prices jumping and showing wrong priceHey bashiachuki,
You have assigned the price to your variation that’s why when you are selecting the variation price will be changed but if you don’t want that price will not change on the selection please go to
Product edit -> variations-> click on any of the variation where you will see the variation price you can assign the same price according to all your variation so that when the customer will select the variation price will not be changed.
Hope this will help you.
Thanks- This reply was modified 6 years, 3 months ago by abhaypr.
Hi, andreahansson,
As I have checked using the same scenario and place an order with the downloadable product then I navigated to the,
my-account->downloads section customer will get the downloadable file.
Thanks and Regards
- This reply was modified 6 years, 3 months ago by abhaypr.