-- HikaShop version -- : Business: 2.6.0
-- Joomla version -- : 3.2.3
-- PHP version -- : 5.3.3
Hello, I can't find logical answer to some product display behaviour.
I have a book store and I sell ebooks in some formats. I have defined a characteristic with 3 ebooks formats (pdf, epub and mobipocket).
Well I have personalized "show_block_product_files" view in order to show my download files in my own styles (I inserted some flags in order to check If I edited the proper view).
In catalog, when I click in ebook to display product description, I obtain the correct view (see ghost_code_001.jpg). You can see the page code generated in ghost_code_002.jpg with my flags in red, blue, green and pink rectangles.
When I change the ebook variant clicking in its corresponding radio button (ghost_code_003.jpg), then some "ghost code" appear replacing the original one, but my personalized "show_block_product_files" view is still loaded because 2 of my flags are still there as you can see in ghost_code_004.jpg, but red and pink flags was disapeared.
From where this code is loaded? because if it had loaded another view, all my flags have disappeared not only two of them.
I am astonished. What happend?, some one can explained me what is happening?.
Thanks in advance.
P.D. I attached my show_block_product_files view code