Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

lostndazed

Archived
  • Posts

    213
  • Joined

  • Last visited

Profile Information

  • Real Name
    Justme

lostndazed's Achievements

  1. Not exactly what you are looking for, but maybe this multi store contribution will help get you started? http://addons.oscommerce.com/info/1730
  2. arrgh! I found the file I was missing. I had missed uploading ot_discount_coupon.php.
  3. In the readme.html Admin Modules > Order Total does not have a Discount Coupons module. Again, it appears that the code for admin/modules.php is missing from the contribution addon.
  4. The very first part of the coupons_manual.htm says: Has this code been removed in some update? I'm using version 3.31 and have looked through the files. There appears to be no admin/modules.php modifications that would show the above information.
  5. Oh, never mind, that CONFIG_CALCULATE_IMAGE_SIZE is in the original html_output file, too. ***still baffled why this isn't working properly.****
  6. Is there an issue with the html wrapper in the html_output.php? I've noticed that my images, which are set in the admin at Small Image Width 100, and Small Image Height 100, are now being resized by some obscure method. The images are not showing , and the empty boxes are saying the thumbnails are all different sizes product_thumb.php?img=images/productName1.jpg&w=100&h=77 product_thumb.php?img=images/productName2.jpg&w=100&h=100 product_thumb.php?img=images/productName3.jpg&w=100&h=66 This is incredibly ugly. So I looked at the html_output.php file. Under the code: // Don't calculate if the image is set to a "%" width if (strstr($width,'%') == false || strstr($height,'%') == false) { $dont_calculate = 0; } else { $dont_calculate = 1; } // Dont calculate if a pixel image is being passed (hope you dont have pixels for sale) if (!strstr($image, 'pixel')) { $dont_calculate = 0; } else { $dont_calculate = 1; } // Do we calculate the image size? if (CONFIG_CALCULATE_IMAGE_SIZE && !$dont_calculate) { I'm wondering where that CONFIG_CALCULATE_IMAGE_SIZE came from? I've done a global search for that text string, and the ONLY places it shows up is in the readme.html file for the OTF Auto Thumbnailer and in my modified html_output.php file. That string also happens to show up if one still has the oscommerce INSTALL FILES on their site. I'm thinking this might be a problem, and probably why the contribution isn't working properly for me. My INSTALL files were deleted from my website for security reasons. Will see if I can find a solution, but am beat for the night.
  7. I had installed this contribution, but while I am generally able to figure out minor issues, this one has me stumped. Under Product Options in admin/products_attributes.php All of the contribution changes turned the Option Names (Color, Size, etc. ) into Option Names (textarea, radio buttons, etc.) Is that the NORMAL function of this contribution? Because while I'd like to have some ability to personalize clothing products, I still require the Option Names of Color, Size, Gender, etc. To have the Option Name overwritten seems to be not optimal. It would be better to have Option Type Names for the textarea, radio buttons, etc. If I have somehow screwed up the installation then I'd greatly appreciate that knowledge so I can find my error. Otherwise I'll have to trash about 10 hours of work to get this installed and go back to the backups.
  8. Ok, I've discovered that the function tep_draw_textarea_field is in the includes/functions/html_output.php . . . Don'tcha just hate it when someone never answers the exact same question you have? (How to make the TinyMCE only display on the product description textarea, and no others unless you specify it - use with Header Tags contribution.) Well, here's the answer: http://addons.oscommerce.com/info/3768
  9. Veronica, it appears the code was NOT loaded correctly. Mine works. Notice how my code differs from yours. Notice also how my code also calls a script that is located the includes/javascript folder. <script language="javascript" type="text/javascript" src="includes/javascript/tiny_mce/tiny_mce.js"></script> <script language="javascript" type="text/javascript"> tinyMCE.init({ mode : "textareas", editor_selector : "mceEditor", theme : "advanced", theme_advanced_buttons1 : "bold,italic,underline,separator,strikethrough,justifyleft,justifycenter,just ifyright, justifyfull,bullist,numlist,undo,redo,link,unlink", theme_advanced_buttons2 : "", theme_advanced_buttons3 : "", theme_advanced_toolbar_location : "top", theme_advanced_toolbar_align : "left", theme_advanced_path_location : "bottom", extended_valid_elements : "a[name|href|target|title|onclick],img[class|src|border=0|alt|title|hspace|vspace|width|height|align|onmouseover|on mouseout|name],hr[class|width|size|noshade],font[face|size|color|style],span[class|align|style]" }); </script> Try getting this contribution, "TinyMCE in Products desc". http://addons.oscommerce.com/info/3768
  10. Princy, Sometime back on this thread I believe your issue was addressed. I *think* it was a server issue. ==== How does one add class="mceEditor" to this? <?php echo tep_draw_textarea_field('products_description[' . $languages[$i]['id'] . ']', 'soft', '70', '15', (isset($products_description[$languages[$i]['id']]) ? $products_description[$languages[$i]['id']] : tep_get_products_description($pInfo->products_id, $languages[$i]['id']))); ?> I must not be inserting it correctly. I keep coming up with errors.
  11. Oh boy, this is going to be fun. Looks like I'm on my own for this one. Am crossing fingers that there might be some help if I need it.
  12. WEll, I went back and checked that the files were in the right location. And now it works. Just have to figure out how to use the manage Vendors page, and see what other edit has to be installed. Making progress! Yay!
  13. Hm, writing that out and reading it again, made me realize I needed to check the admin/includes/filenames.php. That file doesn't even mention vendor_shipping.php so I don't know where vendor_modules.php is getting it's info!
  14. This error has me stumped and would greatly appreciate your help, please! :blink: When I click the Manage button, I am getting the following error: Warning: main(/edited_path_to_this_point/catalog/includes/languages/english/modules/vendors_shipping/vendor_shipping.php): failed to open stream: No such file or directory in /edited_path_to_this_point/admin/vendor_modules.php on line 129 So I looked in the original MVS files, there is no such file called vendor_shipping.php in the folder specified. So.... I looked in vendor_modules.php on line 129. It says: include(DIR_FS_CATALOG_LANGUAGES . $language . '/modules/vendors_shipping/' . $file); include(DIR_FS_CATALOG_MODULES . 'vendors_shipping/' . $file); That didn't tell me what file was being called, so I looked above that line and can't see where it calls the $file identified as vendor_shipping.php. This is AFTER applying the so called "/admin/vendors.php fix" contribution so have no idea where to go from here. Thank you so much.
  15. Thanks for responding. I've installed MVS 1.1, and outside of a few minor issues which I was able to resolve, it seems to be up and running. Question: Where? How? do I put the shipping costs? I see the page to set up the vendors, but nothing else that seems to be for setting up shipping modules per vendor. All I see is (on the edit vendor page) This doesn't tell me anything other than it is a suggestion to set a rule per vendor. This doesn't seem to allow me to set a combination of shipping options. Where do I set the shipping options? Thank you.
×
×
  • Create New...