Home Forums Themes Support Claue Bundle Products

Viewing 12 reply threads
  • Author
    Posts
    • #29236

      #Recommendation

      Hi Harry,

      I have one recommendation for bundle products.

      I will talk about this product.

      In this bundle, the customer will save 15% or $23.03 on Bundle Products.

      I was thinking that it’s not a bad idea to make the feature of printing the save amount in bundle title.

      The theme’s default value of the bundle title in the setting is Buy this bundle and get off to 25% but 25% is not accurate all the time.

      I think you can print the save amount whether in percentage or dollar in the title, and make it optional in the setting to print % or $

      I think buy this, it will be more smart.

      Like Buy this bundle and get off to 18% or Buy this bundle and save $10

      And this option can be related or not related to Display bundle save option in the setting.

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29313

      Hi Harry,

      Hope you are fine.

      Did you read this recommendation? Any idea? 😀

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29317

      Hi Rahim,

      Thank you for recommend.

      It now the title can editable by user. User can type anything they want http://prntscr.com/mqstrr so we keep as it current now.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #29336

      Hi Harry,

      I just tired making a bundle product on my site. https://look.ir/uRLec

      1- Is there any chance to have Variation Swatches for the bundle products? I see it has the default Woocommerce listing instead of swatches.

      2- In the bundle, I have a variable product. I have a color which is navy-blue and is translated in my attributes, but I see the bundle is using the slug of the color, instead of the name of the color.

      http://prntscr.com/mr71ob

      http://prntscr.com/mr72q3

      3- you set the default photo size to 70x70 but I see this will crop the image. I realized 70x90 will be great without cropping. So you may want to change the default value.

      4- I think the select field in the bundle needs some css fix. the select width is too small. so the attributes and arrows are so close together and in the RTL, the arrows should be on the left and the attribute should be on the right.

      5- I have a function which will hide the price for out of stock products. And this is so logical that you hide the price of a product which is over and you may come back via new price. But I see this is not working for the bundle.

      Is there any chance to apply that to the bundle too?

      /* hiding price for out of stock products */
      add_filter( "woocommerce_variable_sale_price_html", "theanand_remove_prices", 10, 2 );
      add_filter( "woocommerce_variable_price_html", "theanand_remove_prices", 10, 2 );
      add_filter( "woocommerce_get_price_html", "theanand_remove_prices", 10, 2 );
      function theanand_remove_prices( $price, $product ) {
      if ( ! $product->is_in_stock()) {
      $price = "";
      }
      return $price;
      }

      6- In RTL, the currency symbol comes after the price on the left, but in the bundle it’s on the right and so close to the price.

      http://prntscr.com/mr77aw

      7- I see an extra space in here: http://prntscr.com/mr7aan

      Kind regards Harry

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29337

      And also I see that the sale percentage for bundle products are applying to the main product!

      Is this how it should be?

      My main product has it’s own sale discount, by applying sale to the bundle products it’s getting another sale too!

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29347

      Hi Rahim,

      1. I’m sorry it can’t

      2. Please download attach file and replace in plugins > wpa-woocommmerce-product-bundle > includes

      3. Please change the value in Settings > Product Bundle Settings

      4. Please add below CSS code

      [dir="rtl"] .select-wrap::after {
      	right: auto;
      	left: 8px;
      }
      .select-wrap {
      	min-width: 120px;
      }

      5. Please add below custom CSS code

      .info-item.out-of-stock .price {display: none}

      6. Please add more code

      [dir="rtl"] .wpa-wcpb-list .woocommerce-Price-currencySymbol {
      	float: left;
      }

      7. This space because code standard, we will remove it for the next update.

      8. Yes, it now the discount will apply again for main product.

      Kind regards

      Attachments:
      You must be logged in to view attached files.

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #29350

      Thank you Harry,

      I will check all of them and will inform you.

      about question 8,

      Should it be like this?

      We encourage the customer to buy the bundle products because if he buys the bundle he will receive the extra discount. but why for the main product?

      Main product above the bundle has itself main and sale price and in the main product back-end when you are adding the bundle product you have the option for bundle discount not for the main product!

      I think this should be changed!

      What do you think?

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29351

      I believe the main and sale ( if there is any sale ) price of the main product, should be printed in the bundle section without any change!

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29373

      Hi Rahim,

      If main product doesn’t have discount shop owner can set discount percent for bundle bigger than when main product has discount.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

    • #29374

      Hi Harry,

      Maybe I want to have 10% discount for main product, but I want to have 20% discount for bundle for more encourage. What about this?!?!

      This method will force me to have unwanted discount for main product too.

      However the core woocommerce has it’s own fields for main product discount.

      Regards

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29375

      Is there any chance to remove this function in your codes?

      Regards

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29385

      Hi Harry,

      I was checking your OpenCart demos that I realized some errors on top of this page: http://opencart.opencartworks.com/themes/so_emarket_revoslider/layout11/

      Just wanted to report this if you are the admin of that.

      Regards.

      Rahim Vaziri
      CEO & Founder at Look.ir

    • #29387

      Hi Rahim,

      1. It now i still not have solution to not apply discount for main product

      2. Thank you for report, we are not author of OpenCart version. We will report with OpenCart author.

      Kind regards

      Harry
      Premium Wordpress themes and plugins, Best WooCommerce theme https://themeforest.net/user/janstudio/portfolio?ref=janstudio

Viewing 12 reply threads

You must be logged in to reply to this topic.