Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • abdullah_binaltaf Friend
    #203973

    Kindly 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 ?


    1. zD8Tmag
    Adam M Moderator
    #560223

    Hi @abdullah_binaltaf,

    Please 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.

    abdullah_binaltaf Friend
    #560275

    Before posting the question i also visit webdesigner.
    bundles of thanks.

Viewing 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