Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
You are here: HomeForum
Welcome, Guest

limitation in virtuemart short-discdescription
(1 viewing) (1) Guest
Userguide, New Ideas, Report Bugs,...
  • Page:
  • 1

TOPIC: limitation in virtuemart short-discdescription

limitation in virtuemart short-discdescription 11 years, 1 month ago #8236

Hi...

Length of virtuemart article short description

limited. How can I remove limitation?
i want to display more char of short discription of virtuemart article

Attachment help.png not found


help me please:(
Last Edit: 11 years, 1 month ago by rankbazar4.
The topic has been locked.

Re: limitation in virtuemart short-discdescription 11 years, 1 month ago #8292

  • loitt
  • OFFLINE
  • Platinum Boarder
  • Posts: 2222
  • Karma: 48
Dear Mostafa kiani,

Please go to "templates\sj_gifts\html\com_virtuemart\category\default.php", finding:

<?php // Product Short Description
if(!empty($product->product_s_desc)) { ?>
<p class="product_s_desc">
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, 80, '...') ?>
</p>
<?php } ?>


=>

<?php // Product Short Description
if(!empty($product->product_s_desc)) { ?>
<p class="product_s_desc">
<?php echo shopFunctionsF::limitStringByWord($product->product_s_desc, your_limit_number, '...') ?>
</p>
<?php } ?>


if you want to display full description, you can replace the code above with the following:

<?php // Product Short Description
if(!empty($product->product_s_desc)) { ?>
<p class="product_s_desc">
<?php echo $product->product_s_desc; ?>
</p>
<?php } ?>


Thanks
Ticket System | Join our Clubs to download our extensions and templates
The topic has been locked.
The following user(s) said Thank You: rankbazar4

Re: limitation in virtuemart short-discdescription 11 years, 1 month ago #8311

very very thank
The topic has been locked.
  • Page:
  • 1
Time to create page: 0.20 seconds

Notification

Please find your issue via Suggested Posts before submitting your question. We have solved the most of issues and maybe your issue was solved before.

Latest My Topics

No posts to display.

Love all our templates?

Join our membership clubs starting at $49 only for access to all of our templates

Join Now
Home Pricing
Your Cart is currently empty!
Product update
Coupon
add
Coupon code invalid! Please re-enter!
AJAX loader
SearchSupport
Magento Themes Magento Extensions Free Magento Extensions Prestashop Themes Prestashop Modules Magento 2 Themes