How to change content for static blocks?

Hi there,
Please show me how to change static block’s content. http://prntscr.com/5jj7si
Thanks,
Thiem Vu

5 answers

Profile photo of Windig Staff 3760.00 $tone December 22, 2014
Public

Hi Thiem Vu,
The source code to define the template of block/ number of products will be displayed in frontend.
As source code, you can see it is using our extension Products List to display product.
1. To change the title of block, you must go to app\design\frontend\default\jm_book\template\joomlart\jmproducts and open file fourthproduct.phtml. You can see in the file has code

 

<div class="jm-products-list-title">
<h2>Today hightlight</h2>
</div>

            
You will change the title by editing the content inside tag
and click save file
2. All settings for this block like product image, product title, content, price you must go to JoomlArt >> JM Products in backend
Some field could help you in updating content like Mode, Description Max Length etc..
For more details in using JM Products extension, you can view this guide : http://www.ubertheme.com/docs/product-list/
 
I hope my answer could help you to edit the content of block. If you have any concern, feel free for contact to me.
Tks and br,
Ozil

#1
Profile photo of thiem vu 770.00 $tone January 10, 2015
Public

Hi Ozil,
The following are steps I have tried to show Hot Books in front-end,

  1. Added new products for my categories (Catalog -> Manage Products --> Add new prouduct)
  2. Enabled these products display on front-end (From product list -->click checkbox for products -->Update attributes --> enable “in stock, quantity, .. ‘)
  3. In Manage Categories --> Hot Books --> go to Product Categories --> Reset filter --> Select products for display on front-end

I cleared Magento caches also. However there are no products in Hot Books.
Please support,
Thanks,
Thiem Vu

#2
Profile photo of Lara 4810.00 $tone January 13, 2015
Public

Hi Thiem,
Our support staff already configure your static blocks to show product on position-4 as follow
<div class=”home-slider”>{{block type=”joomlart_jmproductsslider/list” name=”home.jmproductsslider” title=”Hot Books” category_ids=”8″}}</div>
Please follow the guide of Product extension for version 1.3.3 and later.
Hope this helps,
Lara

#4

This question is now closed

Written By

Comments