The Details tab now shows the manufacturer. To make it product specific you need a new field in the product description table and the user interface to enter data when entering new products. Sounds like an overkill for me :)
The Details tab now shows the manufacturer. To make it product specific you need a new field in the product description table and the user interface to enter data when entering new products. Sounds like an overkill for me :)
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
It appears that the "details" tab is just a subsection of the usual details that can already be configured in the Admin for each product.
In a template that doesn't have those "tabs", that information is shown below the main description. The "tabs" are just some javascript firing on some HTML <div> tags wrapped around the sections that would otherwise display vertically.
So ... my point is: you already control all that content from the Admin.
Now, if you want to add "more" content, then you have various options ... all involving custom coding, or merging other plugins, to create additional fields and additional admin screens to store the additional data that you desire to show.
In practice, I often see most storeowners putting the essential data into the main product description, instead of adding unnecessary extra fields. It requires a re-thinking to put what's actually relevant to the buyer as the first content seen, and then accessory data later. It's part of the process of optimizing the data for search engines too. Usually no extra fields required ... unless your industry has some very specific reason for it, in which case, customizing for your industry makes sense (see available plugins which you can manually merge into your already-custom template ... which may require understanding some PHP code).
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
Better solution is probably: Update sanitizer
.
Zen Cart - putting the dream of business ownership within reach of anyone!
Donate to: DrByte directly or to the Zen Cart team as a whole
Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.
One other thing that I cannot get to work is adding a 4th banner to the 3 that comes with this template. I shrunk the image size down to fit a 4th in the style sheet and added a 4th banner in the banner manager and edited the main page in the defines pages.
What else am I missing. my site http://www dot maynardstackle dot com/zencart155e/zencart155e/
Appreciate any help.
I can't seem to get Ajeh's corrections found on more specifically in the post:
https://www.zen-cart.com/showthread....47#post1265047
...to work w/ Westminster New because it doesn't seem that /includes/templates/*westminster_new*/sideboxes/tpl_categories.php is used for the top nav menu?
I'm somewhat guessing but it doesn't seem to break if I rename that file.
Basically I just want categories to "automatically hide" if they don't have products in them.
My best guess is that
includes/templates/*westminster_new*/common/tpl_header.php
would have to be modified or for...
includes/templates/*westminster_new*/templates/tpl_modules_mobile_categories_tabs.php
I'm really not sure though, I'm a novice programmer, I just don't think the categories drop down menu is loading from a "sidebox" but I'm not sure.
Any help would be appreciated.
Answered my own question... includes/classes/categories_ul_generator.php
Code:while (!$categories->EOF) { if (CATEGORIES_PRODUCTS_INACTIVE_HIDE == 1 && zen_count_products_in_category((int)$categories->fields['categories_id']) == 0) { // skip empty or status off categories } else { $this->data[$categories->fields['parent_id']][$categories->fields['categories_id']] = array('name' => $categories->fields['categories_name'], 'count' => 0); } $categories->MoveNext(); }
Hi,
I searched but can't find solution, please help me to erase the static "Sale" image on left leader of this template. I want to permanently disable or delete it. But it should not disturb cross browser adjustments which is currently fine.
I notice this static image already does not show up on mobile devices which is fine.
Regards
Rick
RixStix (dot) com
aka: ChainWeavers (dot) com
Bookmarks