Contributions
Quick Product Adder
Allows the Site Owner to add new products to the Catalog without having to drill down through the categories to do so.
Expand All / Collapse All
Wrong file to add line. Should be admin/includes/boxes/catalog.php
Why mess around with typing a url, to get to this great tool, when you can have it in your admin categories box.
A no brainer, one line fix.
Open admin/includes/boxes/categories.php
Find:
'<a href="' . tep_href_link(FILENAME_PRODUCTS_ATTRIBUTES, '', 'NONSSL') . '"
class="menuBoxContentLink">' . BOX_CATALOG_CATEGORIES_PRODUCTS_ATTRIBUTES .
'</a><br>' .
Add Line:
'<a href="' . tep_href_link ('productadder.php', '', 'NONSSL') . '" class="menuBoxContentLink">Product Adder</a><br>' .
Now,it's where it's supposed to be.
I cleaned up the code a little bit... Now Category tree is tidy... And append turkish version...
Ufak bir bölümdeki gereksiz kodları temizledim. Kategori listesindeki karmaşa ortadan kalktı.
Yazan arkadaşa teşekkürler. Oldukça faydalı... Çok fazla ürüne sahipseniz kullanmanızı öneririm.
paketteki productadder_t.php türkçe versiyonudur.
Slight amendment changing the product added date/time to 24 hour clock.
Making sure new products are shown in correct added order - when added on same day.
Okay...My first contribution! *not really*
okay, I just added a more cosmo feel to the product adder so that it would look like all the other admin pages. Before it didnt have the left column or anything. Just the form....But it's all better now ;)
Quick Product Adder (with Images). Now has the ability to upload images as part of the 'Quick Add' functionality.
Please be aware that this is *not* gracefully coded, and is not standard OsC code.
CAVEAT: Use at your own risk. If it breaks your shop, don't blame the author. Tested on Snapshot 10 Nov 2002 - works fine.
Allows the Site Owner to add new products to the Catalog without having to drill down through the categories to do so.
Please be aware that this is raw PHP code, and is not in the standard Osc format.
Please feel free to update/improve the script as you see fit. Also the script does not take care of image uploads - so if anyone can solve that, that would also be great.
Note: Contributions are used at own risk.