





- Stock: Out Of Stock
- Brand: Mr Ganick
- Model: MG-549-1KG
MR GANICK 549 Flower Bloom & Stem Fertilizer 1KG is an organic-based fertilizer specially formulated to promote vibrant flower blooming, stronger stems, and healthier overall plant growth. Suitable for flowering plants, ornamental plants, and potted plants.
Specification
- Product Name: MR GANICK 549 Flower Bloom & Stem Fertilizer
- Weight: 1KG
- Type: Organic-based granular fertilizer
- Suitable For: Flowering plants, leafy plants, ornamental plants
- Packaging: Resealable pouch
Uses
- Encourages more flower blooming
- Strengthens plant stems and branches
- Supports healthy leaf and root growth
- Improves overall plant vitality
- Suitable for indoor and outdoor gardening
Features
- Organic approved formula
- Non-toxic formulation
- Easy-to-use granular form
- Suitable for various plant types
- Helps produce healthier and more colorful flowers
Application
- Sprinkle fertilizer evenly around the plant base
- Water after application for better absorption
- Apply regularly for continuous blooming and healthy growth
- Suitable for pots, garden beds, and landscaping plants
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});