I have a huge problem. I used to generate the txt or csv files using Google feeder, but since the database has grown too large, I need a simplified way of generating my txt file, because right now it times out due to memory constraints, it doesn't matter to have all the info, just need the id and product links, the other software I have been using, Apsona Shop Admin, doesn't have a way to generate the product link URLs, I am trying to upload my list to TheFind, so I need a way to pull that, I tried to use the product_listing.php file inside /modules, but as it's inside Zen Cart, I can't just call the script because of security and permission problems, so if anyone can point me in the right direction about how to generate just the product links plus the id, or the model, without getting into security issues or permission problems I will greatly appreciate it, as I have tried several ways to do this, and none has worked so far...
I just need a way to put that into a for loop or end while or whatever and output 2 columns.Code:$products_link = '<a href="' . zen_href_link(zen_get_info_page($listing->fields['products_id']), 'cPath=' . ( ($_GET['manufacturers_id'] > 0 and $_GET['filter_id']) > 0 ? zen_get_generated_category_path_rev($_GET['filter_id']) : $_GET['cPath'] > 0 ? zen_get_generated_category_path_rev($_GET['cPath']) : zen_get_generated_category_path_rev($listing->fields['master_categories_id'])) . '&products_id=' . $listing->fields['products_id']) . '">' . MORE_INFO_TEXT . '</a>';


Reply With Quote
