couch
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [eStore] TG Product to display items in a random mannerWorked like a charm. Thanks alot for the support.
Forum: Themes and Templates
In reply to: [eStore] TG Product to display items in a random mannerHi Ankit,
How can this be achieved on the main landing page where items are shown as per the categories. See attached image for reference.
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetThank you for the support!
Forum: Themes and Templates
In reply to: [eStore] Looking for the product-category pageAnkit,
It has worked! Thank you. The main problem was that i had just copied the file name “price.php” but had not created the folders “woocommerce/loop” hence why the code was not being called earlier.
- This reply was modified 3 years, 5 months ago by couch. Reason: marked as resolved
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetAnkit,
Yes seen it. just that the response was a bit slow today hence was confused on whether to start a new ticket or continue it here.
Forum: Themes and Templates
In reply to: [eStore] Looking for the product-category pageHi Ankit,
Well noted. I have checked it out and can see the price.php is calling
get_price_html()
function. Currently looking for it and can’t tell where its located.Have added the below code:
<?php if ( $description = $product->get_description() ) : ?> <h3 class="product-list-title"><?php esc_html_e('Description: ', 'estore'); ?></h3><?php echo $description; ?> <?php endif; ?>
but unfortunately the description is not being called.
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetAnkit,
When i click on the view all so at so view all items per category, a new page open “xx.com/product-category/category-name”. Am now looking for the code for the product category page as i need to add the “product-short-description” just like we did above. Any clue where its located?
- This reply was modified 3 years, 5 months ago by couch. Reason: additonal information
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetAnkit,
Works like a charm!!!!!!! Thank you so much. Be blessed!
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetThanks Ankit.
Unfortunately that didn’t work. Getting the
Error: Call to undefined function get_short_description()
error. Been looking as to where the function are defined but cant seem to find them. Any clues?Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetfound it. thank you so much.
Just one final question.
When adding a product, there is a an option to add “product short description”. Could you have an idea the function name given to call the “product short description”?
for example, underinc/widgets/class-estore-woocommerce-product-grid.php
the product title is being called by “the_title()” tag. My question is how the “product short description” can be called.Your response is truly appreciated.
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetOkay then.
Can you just guide me on which file under “theme files” that i should edit for this?
Forum: Themes and Templates
In reply to: [eStore] How to add a product description to TG product widgetMy aplogies, below is the link: