

Marco from Holland
Members-
Content count
84 -
Joined
-
Last visited
Profile Information
-
Real Name
marco de wit
- Website
-
Kirod started following Marco from Holland
-
Marco from Holland started following Kirod
-
When I installed this latest contrib, the checkout_succes page got stuck. Just a blank screen for a long time. What did I do wrong? Marco PS also some security issues popped up.
-
Looks like you are not using MySQL 5. Use the article.php file from Article Manager v 1.4 Worked for me! Marco
-
Hi, The estimate box only shows when a customer is logged in. What did I do wrong? :( Marco
-
Easy Populate & Products Attributes
Marco from Holland replied to VJ's topic in General Add-Ons Support
Found it: easypopulate.php Change function "array_walk($readed, 'walk') " to: $teller = 1; while($readed[$teller] != '') { walk($readed[$teller]); $teller++; } Must be a PHP/MySQL version problem. Marco -
Easy Populate & Products Attributes
Marco from Holland replied to VJ's topic in General Add-Ons Support
I do have a temp directory, but there is no path in admin/includes/configure.php only in the catalog's includes/configure.php. The csv file does end up in this temp directory. Even if I put the file first in the temp dir, and then I "import from /temp/ dir. The results are the same. Or should I add a temp/dir path in the admin/includes/configure.php? Marco -
Easy Populate & Products Attributes
Marco from Holland replied to VJ's topic in General Add-Ons Support
There is no temp path file in my admin/includes/configure.php But if the path is wrong, how can there be some output info on the screen? Marco -
Easy Populate & Products Attributes
Marco from Holland replied to VJ's topic in General Add-Ons Support
Hi, I recently made a copy of my shop and found a new host. Now EP (2.72) isn't working properly anymore. When I upload a file I get the following output: File uploaded. Termporary filename: /tmp/phpZLigUS User filename: easy populate.csv Size: 171889 | 200 | ergo-contr | Ergo Contr | Cane Creek | | 49.94 | 0 | | 2004-02-11 | 0 | Cane Creek | Handvatten | | | Taxable Go | Active Updated | 201 "tm- | 202 "ket | 203 "spa | 204 "oph | 205 "gig | 206 "spo | 207 "unl | 208 "twi | 209 "spo | 210 "2-d | 211 "3-d | 212 "4-d | 216 "bik | 217 "str | 222 "wat | 223 "wat | 224 "wat | 227 "ban | 228 "nas | 233 "zij | 234 "pol | 237 "pha | 239 "pet | 240 "min | 241 "com | 242 "lig | 243 "pea | 244 "tua | 245 "ada | 246 "shi | 247 "fib | 248 "fib | 249 "fib | 250 "cat | 251 "cat | 253 "air | 254 "mt2 | 255 "rol | 257 "lif | 258 "lif | 259 "toe | 261 "atb | 262 "vli | 263 "pc4 | 264 "pc4 | 265 "pow | 266 "cnh | 267 "cnh | 268 "ser | 269 "pd- | 272 "zef | 273 "ab1 | 274 "nbt | 275 "spo | 276 "dic | 277 "tra | 278 "tra | 279 "tra | 280 "tra | 281 "lic | 282 "eld | 283 "lep | 284 "san | 285 "san | 286 "san | 287 "san | 288 "san | 289 "ene | 290 "pro | 291 "ene | 294 "No- | 295 "No- | 296 "No- | 297 "No- | 298 "csh | 299 "cs_ | 300 "ali | 301 "deo | 302 "rdm | 303 "No- | 304 "fdm | 305 "fd_ | 306 "roa | 307 "roa | 308 "mac | 309 "mac | 311 "mac | 312 "fie | While the same file works on my old shop, and also on my local system. Is it the MySQL version or has my new host has a different setting? How can I solve this? Thanks, Marco -
Purchase Without Account Updated & Admin Functionality
Marco from Holland replied to bmcewan's topic in General Add-Ons Support
I'm following this thread, but I get a little confused after 42 pages.:wacko: Can anybody (boxtel or toasty) put a conclusion at the end? Like a piece of the mentioned code that is ready to be cut and paste. And the place to put it. This would be very helpfull to all the users without a lot of php knowledge. Thanks, Marco -
Product Attributes/Item Editor contrib
Marco from Holland replied to Marco from Holland's topic in General Add-Ons Support
MS2 I'm now using another contribution with the same features, just without the bug. http://www.oscommerce.com/community/contributions,174 works fine, just don't install the latest version if you're not using family products. Thnks, Marco -
Hi, I'm recently using Easy Populate to add new products. But now there appears a list of expected products on the first page of the shop. I left the field empty (date_available), but somehow today's date is inserted when the EP file is inserted in the database. How do I turn this off? Thnks, marco
-
Product Attributes/Item Editor contrib
Marco from Holland replied to Marco from Holland's topic in General Add-Ons Support
Hi, To make it more clear, what the problem is, it's about this contribution: contribution 1688 I've been looking into the database, and I found the next table: table products_attributes In this table, a lot of "products_attributes_id" are made for the same products_id. For each of these attributes the "options_id" is 0 and the "options_values_id" is 0 too. I think this is irrelevant information to be stored in the database. You can see what I mean at a screenshot of my database: Screenshot database Can anybody help me? Thnks, Marco -
Hi, I recently installed the Product Attributes/Item Editor contribution. Works great, easy to add product attributes when your inserting a new product. The only thing is: Even when I insert a new product without any attributes, every possible attribute is saved with this product. I have installed about 10 new products using this contrib, and the list of attributes (in the admin screen) is already over 1100 items. Does anyone have a fix for this? Marco