K2 item display
- Posted by hissam (25) Offline
Hi Mate,
I am creating a website for product catalogue of mobile phones, but when i create a K2 item with custom extra field i get the k2 item appear as issue1.png. i would like the k2 item to be display like Issue2.png but keeping the deal plazza design elements.
12 years 1 month ago #1
by hissam
I am creating a website for product catalogue of mobile phones, but when i create a K2 item with custom extra field i get the k2 item appear as issue1.png. i would like the k2 item to be display like Issue2.png but keeping the deal plazza design elements.
The topic has been marked as resolved.
- Posted by hissam (25) Offline
The topic has been marked as resolved.
- Posted by erwinschro (1034) Offline
Well...that's need a big overhaul or customization work to get done in the following file
/templates/deals_plazza/html/com_k2/deal_plazza/item.php start from about line 64
You can remove all the extrafields part used by the deal plazza template for their countdown timer, Value, discount, You Save numbers etc.
then
you can output your own created extrafields in there and add styling of the extrafields table inside com_k2.css you can find in /deals_plazza/css/ folder.
Have a try then
12 years 1 month ago #3
by erwinschro
/templates/deals_plazza/html/com_k2/deal_plazza/item.php start from about line 64
You can remove all the extrafields part used by the deal plazza template for their countdown timer, Value, discount, You Save numbers etc.
<?php if($this->item->params->get('itemExtraFields') && count($this->item->extra_fields)): ?>
...
...
<?php endif; ?>
then
you can output your own created extrafields in there and add styling of the extrafields table inside com_k2.css you can find in /deals_plazza/css/ folder.
Have a try then
The topic has been marked as resolved.
- Posted by hissam (25) Offline
Hi Mate,
I thought this template could be used other than just deals website. this just limit the whole purpose of what i want to do with this template. as i am not extremely skill full in scripting.
12 years 1 month ago #4
by hissam
I thought this template could be used other than just deals website. this just limit the whole purpose of what i want to do with this template. as i am not extremely skill full in scripting.
The topic has been marked as resolved.
- Posted by hissam (25) Offline
Hi there mate can you please let me know how to have the default k2 category_item layout and K2 item layout instead of the deals category and item layout.
12 years 4 weeks ago #5
by hissam
The topic has been marked as resolved.
- Posted by hissam (25) Offline
Hi mate,
I have been a member of template plazza back 2 year and have all your templates. As soon as the new template was available i went for it as i know the service and quality of work that i will get. As i stated earlier i just want to have the standard K2 layout instead of the deal plazza for category item display and item display. I have done some tweaking around but not the desired result as i am not good at web designing. Can you please help as it states on this template "How if I don't want to create a deal website? That's fine. You will still be able to use this template for other purposes."
If you can provide some assistance that will be great. thanks in advance
12 years 4 weeks ago #6
by hissam
I have been a member of template plazza back 2 year and have all your templates. As soon as the new template was available i went for it as i know the service and quality of work that i will get. As i stated earlier i just want to have the standard K2 layout instead of the deal plazza for category item display and item display. I have done some tweaking around but not the desired result as i am not good at web designing. Can you please help as it states on this template "How if I don't want to create a deal website? That's fine. You will still be able to use this template for other purposes."
If you can provide some assistance that will be great. thanks in advance
The topic has been marked as resolved.