Ankit - ThemeGrill Support
Forum Replies Created
-
Forum: Reviews
In reply to: [eStore] eStore themeHi @vicentepaulo,
Thank you so much for taking the time to leave this beautiful review and the 5-stars. We really appreciate your feedback.
Best Regards.
Hi @vahidlakkal,
Glad to hear that your issue has been resolved. Please do let us know if you have any further queries regarding eStore theme.
Sincerely,
Ankit
ThemeGrill Support TeamHi @vahidlakkal,
Great to hear it worked for you, if you liked our theme and enjoying the support we would be thrilled if you drop a review. You can help us by leaving a good review here: https://www.ads-software.com/support/theme/estore/reviews/#new-post
Your review would be an enormous help. And, if you ever have a query please let us know.
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] How to show maximums products in product category pageHi @vahidlakkal,
To get the result as you desired, please go to Appearance > Customize > WooCommerce > Product Catalog > Rows per page and increase the number as needed from there.
I hope this helps. Please let us know of any confusion.
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] TG Product to display items in a random mannerHi @couch,
You are welcome. Please do let us know for any queries later. ??
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] TG Product to display items in a random mannerHi @couch,
Sorry for the delay. To get the result as you desired, can you please go to
inc/widgets/class-estore-woocommerce-product-grid.php
file and replace the line 138 code'orderby' => 'date',
by'orderby' => 'rand',
and check it once? Please do let us know if you have any confusion regarding this.Sincerely,
Ankit
ThemeGrill Support TeamForum: Reviews
In reply to: [eStore] ExcellentHi @aayantech,
Thank you so much for taking the time to leave this wonderful review and the 5-stars. We really appreciate your feedback.
Best Regards.
Forum: Themes and Templates
In reply to: [eStore] Looking for the product-category pageHi @couch,
Glad to hear that your issue has been resolved. Please do let us know if you have any further queries regarding eStore theme.
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetHi @couch,
No worries! Please do let us know for any queries later. ??
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] TG Product to display items in a random mannerHi @couch,
Sorry for the late reply. To get the result as you desired, can you please use
WooCommerce Random Product Sorting with Pagination
plugin and check it once?After activating the plugin, please go to
Appearance > Customize > WooCommerce > Product Catalog > Default product sorting
and chooseRandom
from there.You can check the plugin from the link below.
https://www.ads-software.com/plugins/woo-random-product-sorting-with-pagination/
Sincerely,
Ankit
ThemeGrill Support TeamForum: Reviews
In reply to: [eStore] Awesome Support!!Hi @couch,
Thank you so much for taking the time to leave this beautiful review and the 5-stars. We really appreciate your feedback.
Best Regards.
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetHi @couch,
Sorry for the late reply. We suggest you to resolve the current ticket and start a new support thread as you did before. It would be easier for us in such a case.
Have a good time! ??
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] Looking for the product-category pageHi @couch,
To get the result as you desired, please create a child theme, then after that add the new file
woocommerce/loop/price.php
inside eStore child theme, and add the following code in theprice.php
file and check it once. Please do let us know if you have any confusion regarding this.<?php /** * Loop Price * * This template can be overridden by copying it to yourtheme/woocommerce/loop/price.php. * * HOWEVER, on occasion WooCommerce will need to update template files and you (the theme developer). * will need to copy the new files to your theme to maintain compatibility. We try to do this. * as little as possible, but it does happen. When this occurs the version of the template file will. * be bumped and the readme will list any important changes. * * @see https://docs.woothemes.com/document/template-structure/ * @author WooThemes * @package WooCommerce\Templates * @version 1.6.4 */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } global $product; ?> <?php if ( $price_html = $product->get_price_html() ) : ?> <span class="price"><?php esc_html_e( 'Price: ', 'estore' ); ?><?php echo $price_html; ?></span> <?php endif; ?> <?php if ( $description = $product->get_description() ) : ?> <h3 class="product-list-title"><?php esc_html_e( 'Description: ', 'estore' ); ?></h3><?php echo $description; ?> <?php endif; ?>
You can get knowledge about the child theme and download eStore child theme from the link below.
https://themegrill.com/blog/tutorial-creating-wordpress-child-theme/
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetHi @couch,
We’d replied to you on the same query in your other support thread. So, can you please once check and confirm it?
Sincerely,
Ankit
ThemeGrill Support TeamForum: Themes and Templates
In reply to: [eStore] Looking for the product-category pageHi @couch,
To add the “product-short-description” information of the product listed on the product category, please add some custom code in
woocommerce/loop/price.php
file located inside eStore theme and check it once. Please do let us know if there’s any confusion regarding this.Reference Support Thread: https://www.ads-software.com/support/topic/how-to-add-a-product-description-to-tg-product-widget/
Sincerely,
Ankit
ThemeGrill Support Team