CONTRIBUTION Product Quick Edit
#81
Posted 15 March 2011 - 02:18 PM
I read the instructions but the admin page shows nothing that can be edited. It lists the products fine but you can't edit them. Is there a missing sql mod and stylesheet?
#82
Posted 03 September 2011 - 09:03 PM
#83
Posted 16 October 2011 - 04:35 PM
#84
Posted 17 October 2011 - 05:31 PM
if (!tep_db_num_rows($product_query)) {
?>
<tr>
<td colspan="8" align="center" class="messageStackWarning"><big><?php echo TEXT_NO_MATCH; ?></big></td>
</tr>
<?php } elseif (isset($_GET['pSearch'])) {
$products_query_raw = "select distinct pd.products_name, p.products_id, p.products_status, p.products_quantity, p.products_price, p.products_model, p.products_model_2, p.products_image, p.products_tax_class_id from " . TABLE_PRODUCTS . " p, " . TABLE_PRODUCTS_DESCRIPTION . " pd where p.products_id = pd.products_id and (pd.products_name like '%".$prod_search."%' or p.products_id like '%".$prod_search."%' " ." ) order by pd.products_name ASC";
$products_split = new splitPageResults_list($_REQUEST['page'], MAX_DISPLAY_SEARCH_RESULTS, $products_query_raw, $products_query_numrows);
$product_query = tep_db_query($products_query_raw);
while ($product = tep_db_fetch_array($product_query)) {
$products_count++;
$rows++;
echo '<tr valign="top"' . ($pID == $product['products_id'] ? 'bgcolor="#9999ff"' : (((int)($i/2)*2) == $i ? 'bgcolor="#ffffff"' : '')) . '>';
?>
<td align="center" class="main"><?php echo $product['products_model'];?></td>
<td align="center"><?php echo tep_image(DIR_EXT_HTTP . $product['products_image'], $product['products_name'], 40, 40); ?></td>
<td align="center" class="main"><?php echo $products_name=$product['products_name']; ?>
<td align="center" class="main"><?php echo $product['products_model_2']; ?>
<td align="center" class="main"><?php echo $currencies->display_price($product['products_price'], tep_get_tax_rate($product['products_tax_class_id'])) ; ?></td>
<td align="center" class="main"><?php echo $product['products_weight'];?></td>
<td align="center" class="main"><?php echo $product['products_quantity']; ?></td>
<td align="right" class="main"><a href="<?php echo tep_href_link(FILENAME_PRODUCT_QUICKEDIT_INFO, 'action=edit&pID='. $product['products_id'] . '&prod_search=' . $prod_search) ?>"><b><?php echo TEXT_EDIT; ?></b></a></td>
</tr>
<?php
}
?>
</table>
</form>
<tr>
<td colspan="8"><table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
<td class="smallText" valign="top"><?php echo $products_split->display_count_list($products_query_numrows, MAX_DISPLAY_SEARCH_RESULTS , $_REQUEST['page'], TEXT_DISPLAY_NUMBER_OF_PRODUCTS); ?></td>
<td class="smallText" align="right"><?php echo $products_split->display_links_list($products_query_numrows, MAX_DISPLAY_SEARCH_RESULTS , TEXT_RESULT_PAGE, $_REQUEST['page'],'option=com_oscommerce&osMod=product_list', 'pSearch=' .$prod_search .'&page'.$page); ?></td>
</table></td>
</tr>
<tr>
<td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '10'); ?></td>
</tr>
<?php
}
?>
</table></td>
</table>
</td>
</table>
</td>
</tr>
</table></td>
<!-- body_text_eof //-->
</tr>
</table>
#85
Posted 16 February 2012 - 12:56 PM
because i have thousands of products and its taking so long to edit 1 by 1.
thx for sharing this contribution, it saved me some time.
#86
Posted 15 March 2012 - 12:50 PM
Remember, What you think I ment may not be what I thought I ment when I said it.
Contributions:
Auto Backup your Database, Easy way
Multi Images with Fancy Pop-ups, Easy way
Products in columns with multi buy etc etc
Disable any Category or Product, Easy way
Secure & Improve your account pages et al.
#87
Posted 15 April 2012 - 01:14 PM
We are using "product_quickedit" already a long time, but now we are using it with "Google Chrome".
When we want to edit a product, we click on the record, but "product_quickedit_info" is not activated.
When we are doing the same in IE 9 there is no problem and we can edit the product in "product_quickedit_info".
Who can help us with this problem?
Thanks
#88
Posted 15 April 2012 - 01:20 PM
Remember, What you think I ment may not be what I thought I ment when I said it.
Contributions:
Auto Backup your Database, Easy way
Multi Images with Fancy Pop-ups, Easy way
Products in columns with multi buy etc etc
Disable any Category or Product, Easy way
Secure & Improve your account pages et al.
#89
Posted 18 April 2012 - 02:18 PM
I`ve now tested this and cannot reproduce. Could you say what does happen & have you tried clearing the browser cache?
Remember, What you think I ment may not be what I thought I ment when I said it.
Contributions:
Auto Backup your Database, Easy way
Multi Images with Fancy Pop-ups, Easy way
Products in columns with multi buy etc etc
Disable any Category or Product, Easy way
Secure & Improve your account pages et al.
#90
Posted 22 July 2012 - 02:51 AM
#91
Posted 26 July 2012 - 12:41 PM
#92
Posted 29 July 2012 - 03:07 AM
Yeah I did the same thing as you, I kept the originals and just added the new code. The reason that the install file reads as that was it was how it was originally stated.
When you think about it though you really need to have both, otherwise how will you add or edit categories... I guess it needs to be updated.
http://addons.oscommerce.com/info/5680 There you go for version 2.3.2 as well!
#93
Posted 29 July 2012 - 03:13 AM
#94
Posted 01 August 2012 - 07:30 PM
#95
Posted 05 August 2012 - 05:03 PM
Into catalog/admin/includes/filesnames.php must be added
define('FILENAME_QUICK_EDIT_INFO', 'product_quickedit_info.php');
(new version 2.3.1)No ?
Cheers !
bebe cash 59
Thanks to apologize my language
----------------------------------
Français
Un bout de code manque dans la version pour 2.3.1 (& 2.3.2)
Merci de corriger le zip - pour les autres...
Belle journée à vous
bebe cash 59
#96
Posted 06 August 2012 - 02:24 AM
I would suggest using the version for 2.2 http://addons.oscommerce.com/info/5680 Its the one dated 23rd March 2009
#97
Posted 06 August 2012 - 02:32 AM
I believe that was left out of the installation instructions as the only link to that page is from the product_quickedit.php page. The info page is not called from any other file so it doesnt need to be defined.
#98
Posted 26 August 2012 - 11:24 AM
First a big thanks for this addon , once it works it will save us a lot of time!
For now i get the following message:
Not Acceptable
An appropriate representation of the requested resource /xxxxxxxxx/product_quickedit.php could not be found on this server.
This happens with whatever i click on , i already tried to upload " product_quickedit.php" again but that did not help.
I also checked if the files were in admin.
Can someone help me with this?
Many thanks in advance,
Rob
Edited by CrazyCarzCustoms, 26 August 2012 - 11:24 AM.
#99
Posted 26 August 2012 - 01:23 PM
#100
Posted 26 August 2012 - 01:56 PM
EchoGuns, on 26 August 2012 - 01:23 PM, said:
Hi Clint,
Thank you for your response.
I did some to the shop AND updated it to 2.3.3 but about everything else is working , exept a link for Google login , but i´m fighting with that for a couple of days now.
Could this be caused bu a ht.acces , i realy have no idea as i am a total noob to this but i know that i have a extensive ht.acces file.
But like i said , everything else seems to be working , you can have a look if you want here.
Gr. Rob









