

Bran
Members-
Content count
14 -
Joined
-
Last visited
Profile Information
-
Real Name
Branislav
-
Wohooo! Thx for that :) Yes, it's really an excellent contribution, and an ACA Module makes it even better, since the whole categories.php-concept, as in stock osCommerce, is a real pain in the ass ;)
-
Ah, k, that makes sense then :) I was just wondering, as I'm trying to integrate the Master Products Contribution into a shop which has the SPPC and QPBPP installed, and after making the modifications to product_info, I was just like "Doh - not another modification on a product_info-Script! :P Thx for the clarification (and saving me from a heart attack ;) )
-
Could somebody tell me what the file "product_info_pb_hide_price_if_0.php" is good for? I grepped through all the shop files for it, but it doesn't seem to be used anywhere.
-
Anyone already tried to make it work with SPPC and QPBPP for SPPC? Have tried it yesterday, but haven't got it to work :( Greetz Bran
-
Yeah - did it, but it told me, the limit is at 300K for manual approval, and since the zip'ed docs are around 312K... ;)
-
Well, I was just about to add the docs only to the contrib page (zip created, upload form filled), as my mail notifier stopped me from hitting the "Submit"-Button. But that "manual approval"-thing sounds like I better shouldn't do it, right?
-
Yes, I did. I've already downloaded the full 4.11 from the contrib section. Thx anyway for the reply :) Well, funny thing is, no matter what I do, I can't reproduce the error I had before. It didn't work even after doing that search you suggested. I realized though, that I was logged in as someone. Someone, because it was a login from an old install, where I logged in and didn't close the browser window nor log out manually, and after doing a fresh install of MS2.2 and SPPC 4.11, I continued browsing with that browser window. So, in the end, I was logged in with an account that actually was no more ;) Well, to put a long story short: I messed it up, but now everything works like expected :) Just to be sure, I repeated the installation of a fresh MS2.2-Shop, added SPPC 4.11 and everything worked like a charm. I'm very happy with this contribution, as it's by far one of the most professional ones currently around. A big thank you, both, for the contrib and for the ultra-fast reply to my first post. Greetz Bran
-
Hi Folks Sorry in advance if I missed something, but after installing this contrib I am getting errors while trying to view the product listing in the store frontend. I've set up a fresh MS2.2 install to test this contrib, and therefore only copied the changed / new files from this contrib over to the catalog directory and executed the SQL-statements by feeding phpmyadmin with the sql-file from the contrib. That's all that I have done. Now, when trying to see a product listing for a category, e.g. "Hardware -> Graphics Cards", the following error occurs: 1146 - Table 'osCommerce.specials_retail_prices' doesn't exist select count(p.products_id) as total from products_description pd, products p left join manufacturers m on p.manufacturers_id = m.manufacturers_id, products_to_categories p2c left join specials_retail_prices s on p.products_id = s.products_id where p.products_status = '1' and p.products_id = p2c.products_id and pd.products_id = p2c.products_id and pd.language_id = '2' and p2c.categories_id = '19' [TEP STOP] After taking a quick glance at the tables, I can see, that the table "specials_retail_prices" actually is missing, as is the table "products_group_prices_cg_", which is defined in database_tables.php. Can somebody tell me how they should look like, so I can create them manually, please? Thx & greetz Bran
-
*BUMP*
-
Hi out there. I've just installed EP 2.74 today and tried to export some products into the temp directory. It worked flawlessly on a stock osC-Install, but, when I try to do it on a local copy of a customers shop, then it aborts everytime because of the timeout of 30 seconds. Now, I read the docs, I searched the forums, but all that was covered was just the upload of files with more than 300 prods aso. But I'm having problems with exporting the products, and I haven't found any solution for that problem. Now, my first thought would be, to enhance EP with the functionality to create the files in steps of n products at one time, like 1-n on the first run, n-m on the second run etc. Or is there another way to solve this? Greetz Bran