My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
http://www.d2west.com/index.php?main...05_332_319_142
An example is the first image I tried it with.
Last edited by DivaVocals; 7 Jul 2010 at 09:30 PM.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Your javascript was copied over to ALL of the template folders.. In fact I made sure that all of the template folders (custom, default and classic) all contained the same files and folders. timebombx has NONE of the Classic template javascript files in his store files..
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
In the last release of Image Handler Rev 8
admin/includes/modules/category_product_listing.php
around line 217
Zen Cart 1.39 code
Image Handler versionPHP Code:
$products_count = 0;
if (isset($_GET['search']) && !empty($_GET['search']) && $action != 'edit_category') {
// fix duplicates and force search to use master_categories_id
/*
Then line 239-259 Missing this chunk in the image handlerPHP Code:
$products_count = 0;
if (isset($_GET['search'])) {
PHP Code:
*/
$products_query_raw = ("select p.products_type, p.products_id, pd.products_name, p.products_quantity,
p.products_image, p.products_price, p.products_date_added,
p.products_last_modified, p.products_date_available,
p.products_status, p2c.categories_id,
p.products_model,
p.products_quantity_order_min, p.products_quantity_order_units, p.products_priced_by_attribute,
p.product_is_free, p.product_is_call, p.products_quantity_mixed, p.product_is_always_free_shipping,
p.products_quantity_order_max, p.products_sort_order,
p.master_categories_id
from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd, "
. TABLE_PRODUCTS_TO_CATEGORIES . " p2c
where p.products_id = pd.products_id
and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'
and (p.products_id = p2c.products_id
and p.master_categories_id = p2c.categories_id)
and (
pd.products_name like '%" . zen_db_input($_GET['search']) . "%'
or pd.products_description like '%" . zen_db_input($_GET['search']) . "%'
or p.products_id = '" . zen_db_input($_GET['search']) . "'
or p.products_model like '%" . zen_db_input($_GET['search']) . "%')" .
$order_by);
What exactly is the different between these 2 occurrence? Was this intentionally or error??
The file provided look similar to 1.38a but the latest release shows that there were changes to that particular file that are related to Search Empty Field.
Any advise would be appreciated as I am doing an upgrade to Zen Cart on the main site (Testing Server).
Looks like this was unintentionally overlooked..I will update the download package and resubmit.. I will also take a quick look through the rest of the core Zen files to make sure we didn't overlook other core Zen files (I think this is a one off thing though..) Thanks for pointing this out!
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
No problem.
If you could please post what needs to be change on here. I am half way through updating the site since we have a lot of custom work it is taking forever to merge every file.
My Site - Zen Cart & WordPress integration specialist
I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.
Bookmarks