Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

simplyclesha

Archived
  • Posts

    104
  • Joined

  • Last visited

Everything posted by simplyclesha

  1. I got the mod to installed and working. I'm using STS and can't find the string I need to place the xsell on my product pages. Could someone help me out with this one?
  2. I figured out the image tag, but still can't find the tag needed to recommend my xsell items. Can someone help me out here?
  3. Hi All. I installed this mod and there seems to be a conflict with the Hide Products for SPPC mod. When I try to edit a catergory I get this message: Fatal error: Call to undefined function: tep_get_category_htc_title() in /xxx/admin/categories.php on line 1110 Is there a way to edit the /admin/categories.php so the 2 can work together.
  4. Hi All. I installed this mod and there seems to be a conflict with the Head Tag Controller mod. When I try to edit a catergory I get this message: Fatal error: Call to undefined function: tep_get_category_htc_title() in /xxx/admin/categories.php on line 1110 Is there a way to edit the /admin/categories.php so the 2 can work together.
  5. Hello. I've installed the mod and everything is working great. I would like to add a tag for a full size image instead of a small image with a click to enlarge link. I would also like to use the xsell mod, but don't see away to add it to the product page. Is there a way/tag to do this?
  6. Hi John. Isn't there a way to modify the file to add sppc and header tags? I can't find the post.
  7. Thanks John, everything uploaded! :thumbsup: :D
  8. Hi. I need to ask a really stupid question. After reading through the posts I'm seeing that Cross Sell also needs to be installed. Is this correct or does the xsell admin include the whole package? I have xsell admin installed but not cross sell. It shows up in my admin, but I can't figure out how to assign it to a specific product. Before I install cross sell, do I need this to get xsell admin to work? If not, can I assign products to specific products?
  9. Thanks John. This fixed the problem but I'm getting this error when I try to import from temp or upload. It's uploading only the first few lines of items from the file. File uploaded. Temporary filename: /tmp/phpKmRJ9g User filename: atdatebase.txt Size: 89908 | 27151 | /products/ | Alabastrit | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Home | Tranquilit | | | Updated | 27155 | /products/ | Country Co | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Home | Tranquilit | | | Updated | 27278 | /products/ | Glass Oil | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Home | Oil Burner | | | Updated | 28061 | /products/ | 6-Piece Wo | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Home | | | | Updated | 29549 | /products/ | Scented Ca | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Home | Decorative | | | Updated | 29550 | /products/ | Scented Mo | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the Home | Decorative | | | Updated 1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 's Candle', '', '' )' at line 10 INSERT INTO products_description (products_id, language_id, products_name, products_description, products_url) VALUES ( '33', 1, 'Scented Mother's Candle', '', '' )
  10. Thanks John! My shop is on the root and not the catalog folder. I did make the temp folder change in the ep.php file. // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.simplycleshaaromatics.com'); // eg, http://localhost - should not be empty for productive servers define('HTTP_CATALOG_SERVER', 'http://www.simplycleshaaromatics.com'); define('HTTPS_CATALOG_SERVER', ''); define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module define('DIR_FS_DOCUMENT_ROOT', '$DOCUMENT_ROOT'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', 'xxx'); // absolute pate required define('DIR_WS_CATALOG', '/'); // absolute path required define('DIR_FS_CATALOG', 'xxx'); // absolute path required define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); define('DIR_WS_CATALOG_IMAGES', DIR_WS_CATALOG . 'images/'); define('DIR_WS_INCLUDES', 'includes/'); define('DIR_WS_BOXES', DIR_WS_INCLUDES . 'boxes/'); define('DIR_WS_FUNCTIONS', DIR_WS_INCLUDES . 'functions/'); define('DIR_WS_CLASSES', DIR_WS_INCLUDES . 'classes/'); define('DIR_WS_MODULES', DIR_WS_INCLUDES . 'modules/'); define('DIR_WS_LANGUAGES', DIR_WS_INCLUDES . 'languages/'); define('DIR_WS_CATALOG_LANGUAGES', DIR_WS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_LANGUAGES', DIR_FS_CATALOG . 'includes/languages/'); define('DIR_FS_CATALOG_IMAGES', DIR_FS_CATALOG . 'images/'); define('DIR_FS_CATALOG_MODULES', DIR_FS_CATALOG . 'includes/modules/'); define('DIR_FS_BACKUP', DIR_FS_ADMIN . 'backups/');
  11. I checked and it says DOCUMENT_ROOT under variable and the full path under value. What should it say if this isn't correct?
  12. not sure if this was for me, but if so, i have done the above.
  13. Hi. I uninstalled and started over and I'm still getting this message when I click file manager Warning: dir($DOCUMENT_ROOT): failed to open dir: No such file or directory in /home/xxx/admin/file_manager.php on line 178 Fatal error: Call to a member function on a non-object in /home/xxx/admin/file_manager.php on line 179 File Manager $DOCUMENT_ROOT and this when I try to upload Warning: move_uploaded_file($DOCUMENT_ROOT/home/xxx/temp/atdatebase.txt): failed to open stream: No such file or directory in /home/xxx/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file(): Unable to move '/tmp/phpIMKKTP' to '$DOCUMENT_ROOT/home/content/s/i/m/simplyclesha/html/temp/atdatebase.txt' in /home/xxx/admin/easypopulate_functions.php on line 32 File uploaded. Temporary filename: /tmp/phpIMKKTP User filename: atdatebase.txt Size: 89908 Warning: file($DOCUMENT_ROOT/home/xxx/temp/atdatebase.txt): failed to open stream: No such file or directory in /home/xxx/admin/easypopulate.php on line 667 Warning: Invalid argument supplied for foreach() in /home/xxx/admin/easypopulate.php on line 690 I checked under Server Info again and it says DOCUMENT_ROOT and the variable is the full path. strangely, when I left the $DOCUMENT_ROOT out and the orginal path in, I was able to upload a few catagories and items to my catalog. How can I fix this?
  14. Under environment it says document_root and then it has the full path under value.
  15. Hi I install EP and followed the usage instructions to test the mod. I am getting a few errors. I was able to download the file but when I tried to upload I got this: Warning: move_uploaded_file($DOCUMENT_ROOT/temp/EP2005Aug23-0707.txt.xls): failed to open stream: No such file or directory in /home/content/xxxl/admin/easypopulate_functions.php on line 32 Warning: move_uploaded_file(): Unable to move '/tmp/phpzKorTB' to '$DOCUMENT_ROOT/temp/EP2005Aug23-0707.txt.xls' in /home/content/xxx/admin/easypopulate_functions.php on line 32 File uploaded. Temporary filename: /tmp/phpzKorTB User filename: EP2005Aug23-0707.txt.xls Size: 80014 Warning: file($DOCUMENT_ROOT/temp/EP2005Aug23-0707.txt.xls): failed to open stream: No such file or directory in /home/content/xxx/admin/easypopulate.php on line 667 Warning: Invalid argument supplied for foreach() in /home/xxx/admin/easypopulate.php on line 690 When I tried to import fromt he temp file this was the error: Filename: atdatebase.txt Warning: file($DOCUMENT_ROOT/temp/atdatebase.txt): failed to open stream: No such file or directory in /home/xxx/admin/easypopulate.php on line 685 Warning: Invalid argument supplied for foreach() in /home/xxx/admin/easypopulate.php on line 690 Also, when I tried to go into file a manager this was the error: Warning: dir($DOCUMENT_ROOT): failed to open dir: No such file or directory in /home/xxx/admin/file_manager.php on line 178 Fatal error: Call to a member function on a non-object in /home/xxx/admin/file_manager.php on line 179 File Manager $DOCUMENT_ROOT I have never edited this file. Do I need to change something?
  16. Hello. I installed xsell last week and it worked fine. I had to uninstall the entire shop and start over because I screwed something up trying to install another mod. I reinstalled everything last night and now I get this error page when I try to install in admin. The requested URL /admin/FILENAME_XSELL_PRODUCTS was not found on this server. I haven't changed anything and went back through the instructions 3 yimes to be sure I didn't miss anything. What happened? How do I get this installed again? :(
  17. Jack - I actually went back and reinstall the mod and got it to work with STS. Now all of my subcatergory headers are in spanish how do I switch it to english? I haven't select spanish as a default language or put the files in the spanish folder.
  18. Hi I installed 1.2b with spanish. I wanted to be able to have my articles in spanish when that language option is selected. I just installed the Header Tags Controller and now all of my headers and product names are in spanish. Is there a conflict or did I install the wrong package?
  19. Forgot to add that when I click on a catergory it's in spanish and when I click into an item i get this: Warning: main(includes/languages/english/header_tags.php): failed to open stream: No such file or directory in /path/includes/header_tags.php on line 15 Warning: main(includes/languages/english/header_tags.php): failed to open stream: No such file or directory in /path/includes/header_tags.php on line 15 Fatal error: main(): Failed opening required 'includes/languages/english/header_tags.php' (include_path='.:/path') in /pathl/includes/header_tags.php on line 15 I did install Article Manager prior to this mod.
  20. Hello. I just installed the controller and everything seems to installed correctly until I click the link in admin. I go this warning: Warning: file(../includes/languages/english/header_tags.php): failed to open stream: No such file or directory in /home/path/admin/header_tags_controller.php on line 233 What did I miss?
  21. i'm sorry, i'm still learning. :blush: i'll give it a try.
  22. I reinstall a clean shop and started from scratch again. The mod works great! I think I finally found the conflict. Within the customer.php page the code is shared by PR & SPPC. I have to get their code: **REPLACE** if ($selected_box == 'customers') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a>'); **WITH** // original code below: /* if ($selected_box == 'customers') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a>'); } */ // BOF Separate Pricing Per Customer if ($selected_box == 'customers') { $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' . '<a href="' . tep_href_link(FILENAME_ORDERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_ORDERS . '</a><br>' . '<a href="' . tep_href_link('customers_groups.php', '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_GROUPS . '</a>'); to work with yours: $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' . ... and add after..... '<a href="' . tep_href_link(FILENAME_CUSTOMERS_POINTS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_POINTS . '</a><br>' .// Points/Rewards Module V1.50 '<a href="' . tep_href_link(FILENAME_CUSTOMERS_POINTS_PENDING, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_POINTS_PENDING . '</a><br>' .// Points/Rewards Module V1.50 any suggestions? :blink: i tried adding yours into their code and it caused a parse error.
  23. I added the code this way and it didn't seem to work right. Maybe I missed something. I'll add yours and see if it'll work. Thanks!
  24. Hi JanZ Is SPPC compatible with Points/Rewards? I can't seem to get them to work together. They share some of the same files and I'm having trouble with the admin/includes/boxes/customers.php page. The code I need to add for PR is inside of your code: $contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_CUSTOMERS . '</a><br>' . ... and add after..... '<a href="' . tep_href_link(FILENAME_CUSTOMERS_POINTS, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_POINTS . '</a><br>' .// Points/Rewards Module V1.50 '<a href="' . tep_href_link(FILENAME_CUSTOMERS_POINTS_PENDING, '', 'NONSSL') . '" class="menuBoxContentLink">' . BOX_CUSTOMERS_POINTS_PENDING . '</a><br>' .// Points/Rewards Module V1.50 any suggestion on how to make this work? :'(
×
×
  • Create New...