Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Hi Ann
I was using the Winchester for a website,nowwe have opted for the Dover.
On the WInchester thread I was asking about setting up a custom tab for Technical Information
http://www.zen-cart.com/showthread.p...25#post1267325. Can custom tabs beset up for the Dover in the same way? Please advise.
Many thanks
Yes, the procedure is the same.
Thanks,
Anne
Re: Dover Fine Responsive Template
Hi Ann
A couple of pages ago in this thread, I was asking about just adding one slide to the home page. It does look good, but I have an issue:
I have set up the image to go straight to our product range, but in doing so, it opens up a separate window instead of the same one. How can I prevent this from happening?
Re: Dover Fine Responsive Template
Actually I have found it in the includes/templates/dover_fine/jscript/supersized.3.2.7.min.js file
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Hi Ann
A couple of pages ago in this thread, I was asking about just adding one slide to the home page. It does look good, but I have an issue:
I have set up the image to go straight to our product range, but in doing so, it opens up a separate window instead of the same one. How can I prevent this from happening?
Just change the setting in the banner manager to not open the link in a new window.
Thanks,
Anne
Re: Dover Fine Responsive Template
Thanks Ann - I forgot about that setting! :blush:
Regarding the custom tab, I would like to set up a gallery tab using Additional Product Images, is that possible?
I am seeking a how to guide for setting up tabs, but if oyu know one thats comprehensive enough, then please do let me know.
Re: Dover Fine Responsive Template
Would a plugin like Product extra fields be an easier workaround?
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Thanks Ann - I forgot about that setting! :blush:
Regarding the custom tab, I would like to set up a gallery tab using Additional Product Images, is that possible?
I am seeking a how to guide for setting up tabs, but if oyu know one thats comprehensive enough, then please do let me know.
If you want to put the additional images in one of the tabs, you can just add another tab, and then add the additional images code from the tpl_product_info_display.php file to it.
Thanks,
Anne
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Would a plugin like Product extra fields be an easier workaround?
This is not necessary for the additional images.
Thanks,
Anne
Re: Dover Fine Responsive Template
Hi Ann
I have got the additional images working, I have got that configured ans except for a bit of styling, looks ok.
But where I am adding technical info is where I am struggling: I added a custom field so technical info can be added for each product. I followed http://www.zen-cart.com/showthread.p...82#post1270882 which works ok, but now I have tried to set it up for a <textarea> instead of a normal input field, the information seems to be getting disregarded by the system.
I tried:
Code:
<td class="main"><?php echo zen_draw_textarea_field('products_tinfo[' . $languages[$i]['id'] . ']', 'soft', '100%', '10', $pInfo->products_tinfo, zen_set_field_length(TABLE_PRODUCTS, 'products_tinfo')); ?></td>
MYSQL field is set up as Text, yes and null
I would be grateful of your help/ guidance in helping me resolve this. But if you feel this is irrelevant to the thread then please do feel free to remove this post. I have asked on the same thread but as its several years old, chances are it'll be ignored anyway! :smile:
Re: Dover Fine Responsive Template
Quote:
Originally Posted by
dharrison
Hi Ann
I have got the additional images working, I have got that configured ans except for a bit of styling, looks ok.
But where I am adding technical info is where I am struggling: I added a custom field so technical info can be added for each product. I followed
http://www.zen-cart.com/showthread.p...82#post1270882 which works ok, but now I have tried to set it up for a <textarea> instead of a normal input field, the information seems to be getting disregarded by the system.
I tried:
Code:
<td class="main"><?php echo zen_draw_textarea_field('products_tinfo[' . $languages[$i]['id'] . ']', 'soft', '100%', '10', $pInfo->products_tinfo, zen_set_field_length(TABLE_PRODUCTS, 'products_tinfo')); ?></td>
MYSQL field is set up as Text, yes and null
I would be grateful of your help/ guidance in helping me resolve this. But if you feel this is irrelevant to the thread then please do feel free to remove this post. I have asked on the same thread but as its several years old, chances are it'll be ignored anyway! :smile:
This question needs to be asked on the thread dealing with adding new fields to products.
Thanks,
Anne