Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

killerwhale65

Pioneers
  • Posts

    212
  • Joined

  • Last visited

Everything posted by killerwhale65

  1. i got confirmation in another post that it is ok to leave out the general.php that comes with the contribution. This is because the function defined in general.php is already defined in another file. Thus it will provide an error. So you should not copy the general.php and leave it as it was.
  2. ok so it shouldnt be copied and i handled correct. Thanks!
  3. see my previous post for a solution. BUT i have NO confirmation yet that it is OK to do so. All seem to work, but i would like a confirmaition that what i did is correct and will not cause any problems.
  4. can anyone confirm i should NOT copy the (admin)/includes/functions/general.php included in this contribution to my Oscommerce site?
  5. sorry but that doesnt work. I get a red-cross, cause it is looking for a pic inside the images directory. i uploaded the pic via the product page into /images/, then moved it to images/thumbs, and it is there, but the frontend is refering to /images instead of /images/thumbs.
  6. ok, when i reinstall the original (this is the ones that came with the OsCommerce download) functions/general.php files (both the admin and the catalog version) it works. The error i got stated that it could not redeclare the create_coupon_code funtion, as it was already declared in general.php. And indeed in general.php i can see the exact same function as in add_ccgvdc_application_top.php. it works now BUT i do NOT know if i did correctly by reinstalling the original general.php files. Can anyone confirm this is correct??
  7. well, that is what i thought, but that is exactly where it goes wrong. Look at the 4 situations i mentioned a few posts above. When i set this to true and i enter thumbs/image.jpg it simply does not work.
  8. i thought about this but that cant be correct, because what is this then for? Main Thumbnail In "Thumbnail Images Directory": true
  9. hi, i am getting a error ONLY when i am logged in in the frontend. The right column does not display, instead it says: 1146 - Table 'matthias.TABLE_COUPON_GV_CUSTOMER' doesn't exist select amount from TABLE_COUPON_GV_CUSTOMER where customer_id = '4' [TEP STOP] I did install the SQL. I did check to be sure and the table COUPON_GV_CUSTOMER does exist. What is wrong?
  10. i am having the same. Not only with 60) catalog/includes/application_top.php (EDIT) Add the following line to the end of the file just before the closing ?> tag require(DIR_WS_INCLUDES . 'add_ccgvdc_application_top.php'); // ICW CREDIT CLASS Gift Voucher Addittion but also with 70) admin/includes/application_top.php (EDIT) Add the following line to the end of the file just before the closing ?> tag require(DIR_WS_INCLUDES . 'add_ccgvdc_application_top.php'); // ICW CREDIT CLASS Gift Voucher Addittion which produces the same but then for the backend. Any thoughts?
  11. Ah, so i cannot put my main-thumbnails in the thumbs/ folder? Then i must have misunderstood something. Maybe it should be quite handy to allow the main thumbs also in the thumbs/ folder in a future update!
  12. Happy New Year! Well, i tried some different cofigurations: 1. Big Images Directory: images_big/ Thumbnail Images Directory: thumbs/ Main Thumbnail In "Thumbnail Images Directory": true Products Image: image.jpg result: thumbnail appears, but is not clickable. 2. Big Images Directory: images_big/ Thumbnail Images Directory: thumbs/ Main Thumbnail In "Thumbnail Images Directory": false Products Image: image.jpg result: thumbnail appears, and is clickable. This is how it should be, only the thumb is not in images/thumbs but in images/. And the thumb directory is set to thumbs/ 3. Big Images Directory: images_big/ Thumbnail Images Directory: thumbs/ Main Thumbnail In "Thumbnail Images Directory": false Products Image: thumbs/image.jpg result: no thumbnail appears (picture refers to images/ and NOT to images/thumbs!!!), but it is clickable and the big image appears! 4. Big Images Directory: images_big/ Thumbnail Images Directory: thumbs/ Main Thumbnail In "Thumbnail Images Directory": true Products Image: thumbs/image.jpg result: no thumbnail appears, and it is not clickable. Hope this helps!
  13. i have thumbs/ as thumbnail directory in de configuration of mopics
  14. hi all, does this work together with the Dynamic MoPics contribution?
  15. Actually i did. Like i said i added /thumbs/image.jpg (also tried thumbs/image.jpg) in the image field on the product page, but when i preview i see a red cross. When i then rightclick on the red-cross > properties i see it is looking for an image in the images folder instead of the images/thumbs folder. PS: vanavond geen friet met mayonaise maar fondue! <_<
  16. hi, how do i tell my thumb is in the /thumbs folder? I have set Main Thumbnail In "Thumbnail Images Directory" to true. But when i type /thumbs/image.jpg in the product page, it changes it to image.jpg. What did i do wrong?
  17. i am storing pictures in several subfolders (1 for each product-category). Will this work with MoPics?
  18. hi, will this allow me to upload my own thumbnails?
  19. hi all, will this contribution allow me to upload my own thumbnails? Many thanks! Matt
  20. Well, what i am looking for is the posibility to combine a multi-photo upload with a multi-size-per-photo possibility. So for example 3 different photos for one product, and each picture in 2 sizes. As the standard "resizing" is not a real resize, and as the quality of GD-resized pictures is too low, i am looking to create my own thumbnails and upload them myself (for example in a subfolder called /thumbs). So in short (example): with three pics per product and each pic in 2 sizes, i would upload 6 pics per product, and no resizes would have to be done in OSC.
  21. hi, I was wondering how this produc deals with thumbnail? Is there a possibility to make the thumbnails yourself or are they just resizes? thanks!
  22. this is the beginning of my column: <?php /* $Id: column_right.php,v 1.17 2003/06/09 22:06:41 hpdl Exp $ osCommerce, Open Source E-Commerce Solutions http://www.oscommerce.com Copyright (c) 2003 osCommerce Released under the GNU General Public License */ require(DIR_WS_BOXES . 'shopping_cart.php'); // BEGIN NewsDesk include(DIR_WS_BOXES . 'newsdesk_latest.php'); include(DIR_WS_BOXES . 'newsdesk.php'); // END NewsDesk so no IF.
×
×
  • Create New...