Okay
  Public Ticket #3044576
countdown timer config.
Closed

Comments

  •  8
    SPYRIDON started the conversation

    Hi,

    Can you tell me where from I can configure the countdown timer if I want to display on special products? see files

    Thanks

    Attached files:  Screenshot_6.jpg
      Screenshot_9.jpg

  •  251
    Andrea replied

    Hi
    you can see your DEALS OF THE WEEK block, it's the same thing.
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    Is it possible to also be shown on the special products elsewhere in other pages besides FO?

    Thanks 

  •  251
    Andrea replied

    Hi
    You can view the file /modules/fieldtabcateproduct/views/templates/hook/fieldtabcateproduct.tpl
    I have added you an html snippet and it shows up on your page when there is a sale, you can add that for the templates you need
    https://prnt.sc/gpun5pM6jptf
    https://prnt.sc/E9ID9YZulOn1
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    OK that’s nice, I see your html snippet in file. See my screenshot 3

    Can you help a little further how to do it with my following example?

    I have a special product that shows on a category page BRAS, how do I display the countdown on this product? where exactly do I add the html snippet?  see my screenshot 4

    Thanks

    Attached files:  Screenshot_4.jpg
      Screenshot_3.jpg

  •  251
    Andrea replied

    Hi
    I added it for you, you can refer to it in the file
    /themes/modern-fashion1/templates/catalog/_partials/miniatures/product.tpl
      and more for other templates
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    Excellent I see it in file product.tpl under <div class=”countdown-box”> see file1

    Now Countdown timer Displays in almost all pages I’d like, but I need to know how to do a few more things like:

    • Also to display in the RELATED PRODUCTS .see file 2, how do I find which template and in which file is that? And in general how do I locate any particular templates and the files that belong with it?
    • Where from do I replace countdown timer text color or add a background to it? See file 3

    Please have in mind that I’m merchant not developer, bear with me and excuse if any of my questions seems to be stupid or not understandable.

    Excellent support and communication so far

    Thanks

    Attached files:  file_2.jpg
      file_1.jpg
      file_3.jpg

  •  251
    Andrea replied

    Hi
    1. What block do you want to add I will add it for you. You can search for files in the module of the product block to add that code
    I added that code for your related product block in file
    /themes/modern-fashion1/modules/fieldproductcates/views/templates/hook/fieldproductcates.tpl
    I edited that code a bit, adding a condition to it.
    2. You go to file
    /themes/modern-fashion1/assets/field-css/field_style.css
    Find the class .item-countdown (line 6188) to sauwr background and .item-countdown .section_cout span (line 6257) to edit the text
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    All OK except a small issue with the countdown timer background that displays on all FEATURED PRODUCTS in FO page. See files

    Thanks

    Attached files:  FO page.jpg
      Timer-Background.jpg

  •  251
    Andrea replied

    Hi
    As I said from the previous message, I have added a condition for your count-down, you go to the file I told to copy that condition into the template you want to edit.
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    I’m sorry I don’t understand and I start to become a little confused.

    The issue is the background of the countdown timer that shows on all products that are not on sale, in the front office under the FEATUE PRODUCTS block. This happened right after you added that code for the related product block in file

    /themes/modern-fashion1/modules/fieldproductcates/views/templates/hook/fieldproductcates.tpl

    By also adding a condition to it.

    Can you fix not to show the background of the countdown timer from the products that are not on sale and tell me how you do it?

    Thanks 

  •  251
    Andrea replied

    Hi
    I have added a count-down condition on Featured products for you, now only products with sale period will show up there.
    https://prnt.sc/iLxm5ZOm2t-C
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team

  •  8
    SPYRIDON replied

    Hi,

    can you tell me path file location for this added count down condition?

    any explicit screen shot?

    Thanks

  •  251
    Andrea replied

    Hi
    You can view it in the file /modules/fieldtabcateproduct/views/templates/hook/fieldtabcateproduct.tpl
    https://prnt.sc/ITdjSv8tKkGX
    Thanks

    Best Regards,

    Andrea - FieldThemes Support Team