Your account expired support, please renew to get your support.

Home Forums Themes Support Claue Can you help us add some functions in the product page?

Viewing 46 reply threads
  • Author
    Posts
    • #33750
      iseewatch01
      Support Expired

      Dear Support:

      Good day,we want to add some functions in the product page?

      1,we want manual add order,and display the order quantity in product page.

      2,we want to manual add  reviews, include 5 stars feedback for each review.

      3,we want to add a message box above the add cart of the product page. When the customer is ready to purchase the product, they can leave a message, and after check out, we can see the customer’s message in the order.

      our email:[email protected]

      Please help us solve the questions,we will apprecaite your help.

    • #33751
      iseewatch01
      Support Expired

      what is BBcodes? we don’t have a professional website technician, we don’t know how to do?can you teach us?

    • #33752
      iseewatch01
      Support Expired

      we try to add order quantity “total_sales:7” in the “custom fields”,but we can’t view the  order quantity  in the product page.

      http://chicitemstore.com/product/lady-flap-bag-001/

      Attachments:
      You must be logged in to view attached files.
    • #33754
      iseewatch01
      Support Expired

      Can you log in to our webmaster account to help add these functions?

    • #33756
      Harry
      Support Expired

      Hi,

      1. Please edit product and edit custom field to manual sold count and

      2. Follow this to add product rate and review https://www.blackhatworld.com/seo/how-to-make-fake-woocommerce-reviews.729057/

      3. By default it WooCommerce have field for customer put Order Note https://prnt.sc/p9ctk2 if you want add message box above “add to cart” i’m not sure user will purchase the product. Should use default function on checkout page.

      4. You don’t need to know this, it function of our support site.

      5. Please install claue-child.zip included in the package downloaded from ThemeForest via Appearance > theme > Add new

      and after that go to Appearance > Theme Editor and below code to claue-child > functions.php

      function claue_show_rating() {
          add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 );
      }
      add_action('wp_head', 'claue_show_rating');
      
      // Show product sold count
      add_action( 'woocommerce_single_product_summary', ‘claue_product_sold_count', 11 );
      function  claue_product_sold_count() {
         global $product;
         $units_sold = $product->get_total_sales();
         if ( $units_sold ) echo '<p>' . sprintf( __( 'Sold: %s', ‘claue' ), $units_sold ) . '</p>';
      }

      Kind regards

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

    • #33762
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #33765
      Harry
      Support Expired

      Hi,

      1,5 Please copy code on this topic, don’t copy code via email. All special character will not correct if you copy via email.

      Kind regards

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

    • #33766
      iseewatch01
      Support Expired

      i had copy the code via the link,but still error.help me

      Your PHP code changes were rolled back due to an error on line 27 of file wp-content/themes/claue/ functions.php. Please fix and try saving again.

      syntax error, unexpected ”, 11 );’ (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’

      Attachments:
      You must be logged in to view attached files.
    • #33768
      iseewatch01
      Support Expired

      Very strange, I added this code in the above box, it is successful, but I added the code to the box below, there will be an error, please refer to the screenshot.

      error:

      Your PHP code changes were rolled back due to an error on line 23 of file wp-content/themes/claue/functions.php. Please fix and try saving again.

      syntax error, unexpected ”, 11 );’ (T_CONSTANT_ENCAPSED_STRING), expecting ‘)’

      Attachments:
      You must be logged in to view attached files.
    • #33773
      Harry
      Support Expired

      Do not add to claue > fucntions.php Please install claue-child.zip and add to claue-child > functions.php if you don’t want lose your code when have update.

      Please use new code

      function claue_show_rating() {
          add_action( 'woocommerce_after_shop_loop_item_title', 'woocommerce_template_loop_rating', 5 );
      }
      add_action('wp_head', 'claue_show_rating');
      
      // Show product sold count
      add_action( 'woocommerce_single_product_summary', 'claue_product_sold_count', 21 );
      function  claue_product_sold_count() {
         global $product;
         $units_sold = $product->get_total_sales();
         if ( $units_sold ) echo '<p>' . sprintf( __( 'Sold: %s', 'claue' ), $units_sold ) . '</p>';
      
      }

      Kind regards

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

    • #33774
      iseewatch01
      Support Expired

      many thank.

      i had install claue-child.zip and add the code to claue-child > functions.php,it is successfully.and i also set total_sales : 7 in custom fields. but i can’t see order quantity in the product page. how should i to do? help

      http://chicitemstore.com/product/lady-flap-bag-001/

      Attachments:
      You must be logged in to view attached files.
    • #33776
      iseewatch01
      Support Expired

      i can’t see the order quantity : 7 in the product page

    • #33781
      Harry
      Support Expired

      Hi,

      I activate child theme and it problem with code in child theme.

      Could you give me FTP to fix?

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

    • #33784
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #33785
      Harry
      Support Expired

      Hi,

      I mean the account to login in to edit file. Do you have cpanel account?

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

    • #33786
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #33787
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #33788
      Harry
      Support Expired

      I fixed on your site https://prnt.sc/p9mksv

      Kind regards

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

    • #33789
      iseewatch01
      Support Expired

      many thank.

      why we haven’t “display” button in WooCommerce->Products?please refer to the attachement.

      another question:

      I also want to show the sales volume of each product on the product list page. Is it achievable?,please refer to the attachment 3.jpg

       

       

       

       

      Attachments:
      You must be logged in to view attached files.
    • #33794
      Harry
      Support Expired

      Hi,

      1. Please (check in 1 an uncheck 2, 3 fields) or (uncheck 1 and check in 2,3 ) don’t check all fields WooComerce > Settings > Products > add to cart behavior

      2. Please add more code to claue-child > functions.php

      // Show product sold count on product listing
      add_action( 'woocommerce_after_shop_loop_item_title', 'claue_product_sold_count', 5 );

      3. To change product image size please go to Appearance > Customize > WooCommerce > Product Images

      Kind regards

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

    • #33831
      iseewatch01
      Support Expired

      hello my friend

      good day,we have new questions: please help 🙂

      1,when we creat coupon code, how / where does our clients to got the coupon?

      2.On the right side of the product editing page:

      • what difference of  Default Template, Elementor Canvas and Elementor Full Width in “post attributes”?
      • how can i set “Sidebars-Quick Select”?When I finish set, where does it will dispaly in the product page.
      • i just try to set prouct  page,but the below link(http://chicitemstore.com/product/lady-flap-bag-001/) can’t see product photos and information,what should i to do?
      • i had add Variations.and at the right side of the product editing page,i can add product gallery images for Variations,where can see these photos in product page
      Attachments:
      You must be logged in to view attached files.
    • #33837
      Harry
      Support Expired

      Hi,

      1. To show coupon you can send to your customer email or after order complete or add to popup

      2. We don’t use Elementor for product layout you can try each option for product layout and compare

      3. To show sidebar on product page, please go to Claue > Theme Option > WooCommerce > Product Detail Settings and enable layout with sidebar and choose widgets area for sidebar

      4. I still see product images

      5. I think you need create product template and builder layout and assign for product when you create new product.

      Kind regards

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

    • #33839
      iseewatch01
      Support Expired

      many thank for your help.

      I just created a new coupon, but I can’t see the coupon code. Is it automatically generated by the system? Or do I need to define it myself? If it’s my custom coupon, I need to set it up.

      Also, I want to know if I can set “Giveaway”?

      Attachments:
      You must be logged in to view attached files.
    • #33841
      iseewatch01
      Support Expired

      My Friend

      excause me,there are new questions:

      1, POPUP there are 3 options:Global Setting Option,Sign Up Email Newsletter,Disable,What is the difference between the first 2 options?

      2,if i set “Sign Up Email Newsletter”,when the viewer enter email,and click the “subscribe”,what will be received in his email? how do I set up the email content, the sender’s email, and the viewer clicks on the “subscribe”. Where can I see the relevant records, such as email?

      3.the popup also metions:”Sign up our newsletter and save 25% off for the next purchase!”,how can set the discount?,and when viewer sign up the newsletter ,if it means that he becomes our member? but normally,a viewer should register to member via the link:http://chicitemstore.com/my-account/,and i want to know 25% discount how to bind the corresponding email when the viewer ready for next purchase?I am very confused about popup, because I don’t know how to set it and what effect it can achieve.

      4.about @ FOLLOW US ON INSTAGRAM,can you teach me how to connect INSTAGRAM.

      Attachments:
      You must be logged in to view attached files.
    • #33848
      Harry
      Support Expired

      Hi,

      1. The coupon you have to define yourself.

      2. You have to setup your email on mailchimp

      3. Global Setting – mean use setting of YITH Plugins > WC Popups, Disable mean doesn’t show plugin on this page, and Sign Up Email Newsletter is name of Popup show on this page when you have more than one popup

      4. Please follow our document at http://janstudio.net/claue/document/#newsletter-popup to setup popup

      5. Please follow this video https://www.youtube.com/watch?v=DAdDqnB-VGY

      Kind regards

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

    • #33856
      iseewatch01
      Support Expired

      the popup also metions:”Sign up our newsletter and save 25% off for the next purchase!”,how can set the discount?,and when viewer sign up the newsletter ,if it means that he becomes our member? but normally,a viewer should register to member via the link:http://chicitemstore.com/my-account/,and i want to know 25% discount how to bind the corresponding email when the viewer ready for next purchase?I am very confused about popup, because I don’t know how to set it and what effect it can achieve.

    • #33859
      Harry
      Support Expired

      Hi,

      The popup is fake information and you can customize message as you want. The user register in popup is subscribe for your email marketing on mailchimp. You should create a coupon code and apply discount 25% for one user use one time and include in your email marketing campaign and send to your user.

      Kind regards

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

    • #33861
      iseewatch01
      Support Expired

      if the coupan code should be write the text boxes? like “USD 2” position

      Attachments:
      You must be logged in to view attached files.
    • #33864
      Harry
      Support Expired

      You add coupon code and rule https://prnt.sc/pcfilp when you send to your customer you will send coupon code.

      Kind regards

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

    • #34577
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #34580
      Harry
      Support Expired

      Hi,

      Please follow this https://www.paypal-community.com/t5/Payments/quot-To-comply-with-government-regulations-this-transaction-has/td-p/1552568

      Kind regards

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

    • #34584
      iseewatch01
      Support Expired

      thank you,but it still can’t solve my question.can you teach me to set?

    • #34586
      Harry
      Support Expired

      Hi,

      This issue related to your Paypal account not theme. I’m not have experience about this.

      Kind regards

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

    • #34588
      iseewatch01
      Support Expired

      many thank for your reply.

      can you help check our paypal setting is correct?

      the attachment as our paypal setting

      Attachments:
      You must be logged in to view attached files.
    • #34592
      Harry
      Support Expired

      Hi,

      Please check your setting in WooCommerce > General > Country https://prnt.sc/q3wq15 and which your Paypal locate in your Paypal account

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

    • #35084
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #35087
      Harry
      Support Expired
      This reply has been marked as private.

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

    • #35093
      iseewatch01
      Support Expired

      many thank for your reply.

      last question:

      please refer to the attachment: when i add new product, can you teach me how to use the sidebars(high light)?

      How to fill in valid value in text section?

      Attachments:
      You must be logged in to view attached files.
    • #35096
      Harry
      Support Expired

      Hi,

      1. Please go to Theme Option > WooCommerce > Product Detail Settings > Select Layout with Sidebar and choose Sidebar https://prnt.sc/qv3td5

      2. Could you explain more the issue “fill in valid value in text section”i still not clear about it.

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

    • #35118
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #35122
      Harry
      Support Expired

      Hi,

      The screenshot you sent use plugin AliDropship. You can use image for variation swatch by upload image for each color in Variation Swatch tab https://prnt.sc/qxxvr6

      Btw, your support expired. Please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new features and improve our theme.

      Thank and regards

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

    • #35132
      iseewatch01
      Support Expired

      hello

      Good day,our produce listing and produce page have some question.

      1, “add to cart” button and “variation image” can’t display at produce page?

      2,”add to cart” button and “quick shop” button can’t display at produce listing?

      for example:

      Reef Tiger luxury men dive watch,mens sport automatic watches 200m waterproof mechanical wrist watch

      http://chicitemstore.com/product-category/reef-tiger-watch/

    • #35133
      Harry
      Support Expired

      Hi,

      Please go to Theme Option > WooCommerce > General Settings > Enable Catalog Mode > Off

      Btw, your support expired. Please renew your support at https://themeforest.net/item/claue-clean-minimal-woocommerce-theme/18929281 that will help us continue develop new features and improve our theme.

      Thank and regards

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

    • #37990
      iseewatch01
      Support Expired
      This reply has been marked as private.
    • #37992
      Harry
      Support Expired

      Hi,

      Please go to Appearance > Widgets > Primary Menu and select the category you choose.

      Kind regards

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

    • #38085
      iseewatch01
      Support Expired

      please help us.

      where can i find “category id”?

      Enter category id to exclude (Note: separate values by commas “,”).

      Attachments:
      You must be logged in to view attached files.
    • #38090
      Harry
      Support Expired

      Hi,

      Please hover on category name and edit you will see the ID number https://prnt.sc/tzohzy

      Kind regards

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

Viewing 46 reply threads

You must be logged in to reply to this topic.