-
AuthorPosts
-
abdullah_binaltaf Friend
abdullah_binaltaf
- Join date:
- December 2014
- Posts:
- 4
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
February 20, 2015 at 5:57 am #203973Kindly check the attached image.
how we place the text below the images. because now it contain half space and left space/column is not used.
how to add custom fields in Joom shoping ?
Adam M ModeratorAdam M
- Join date:
- May 2014
- Posts:
- 5159
- Downloads:
- 33
- Uploads:
- 66
- Thanks:
- 95
- Thanked:
- 1271 times in 1235 posts
February 21, 2015 at 12:20 pm #560223Please open file root_folder/components/com_jshopping/templates/ja_tiris/product/product_default.php and remove this code :
<div class = "jshop_prod_description">
<?php print $this->product->description; ?>
</div>Next, look for this line :
<input type="hidden" name="to" id='to' value="cart" />
<input type="hidden" name="product_id" id="product_id" value="<?php print $this->product->product_id?>" />
<input type="hidden" name="category_id" id="category_id" value="<?php print $this->category_id?>" />
</div>and update as below :
<input type="hidden" name="to" id='to' value="cart" />
<input type="hidden" name="product_id" id="product_id" value="<?php print $this->product->product_id?>" />
<input type="hidden" name="category_id" id="category_id" value="<?php print $this->category_id?>" />
</div>
<div class = "jshop_prod_description" style="clear: both;">
<?php print $this->product->description; ?>
</div>About another question with Joomshopping custom fields, please kindly submit your question here for better assistance.
1 user says Thank You to Adam M for this useful post
abdullah_binaltaf Friendabdullah_binaltaf
- Join date:
- December 2014
- Posts:
- 4
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 3
February 22, 2015 at 6:24 am #560275Before posting the question i also visit webdesigner.
bundles of thanks.AuthorPostsViewing 3 posts - 1 through 3 (of 3 total)This topic contains 3 replies, has 2 voices, and was last updated by abdullah_binaltaf 9 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Joom Shoping layout
Viewing 3 posts - 1 through 3 (of 3 total)