Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Ripper

Archived
  • Posts

    62
  • Joined

  • Last visited

Everything posted by Ripper

  1. was wondering if there is an update being build for the multishop to work with the latest build or with the upcoming release. i also run into 1 problem. shop 1 shop 2 shop 3 they run on their own domain. when i update order status and notify the customer they get a link from the admin domain that i was working in. order placed on shop 1, update orderstatus to shipped and they get update and link from email adres (admin) shop 2. very confusing from a customer point of view. did i mis something or not ? viva el guapo
  2. same here. i gues an alternative sitemap generator would be better. i used external programs and the hassle is indeed regenerating a new one every other week. external services i wont use. anyone know a good one that uses languages ?
  3. i was wondering. in multishop you have who is online,. and i found some enhancements. what i cant find is a who is online that shows you in which storefront your visitor is currently. i tried hacking the php file but simply entering stores_name in the query didnt work. anyone got a quick fix or hack ?
  4. that didnt fix it, i get this, 0 - insert into customers_info (customers_info_id, customers_info_date_of_last_logon, customers_info_number_of_logons, customers_info_date_account_created, customers_info_date_account_last_modified, customers_info_stores_id) values ('0', now(), '1', now(), now(), '3') [TEP STOP]
  5. okay,. bit of a problem here,. the contri works,. but,... when i create a new account i get an error,. when i remove this code from the application top all is okay again, // Ultimate SEO URLs v2.1 if ((!defined(SEO_ENABLED)) || (SEO_ENABLED == 'true')) { include_once(DIR_WS_CLASSES . 'seo.class.php'); if ( !is_object($seo_urls) ){ $seo_urls = new SEO_URL($languages_id); } } any idear what is going wrong here ?
  6. i know 20950 is the poduct id from the database but somewhere you should be able to put the article number in. ill try to find it. this contri works like a charm.
  7. as said,. it works. right now you have, platform-riempjes-p-20950.html?osCsid=4b3e042eb8bbe361e7fa3f942f7a49ad what i want is to ad 1 thing to the url. i sell clothing and they have lets say,. 1234-ja or ja-1234 as a unique style number,. it shows right between product description and the product name. in the admin it shows as product model. many customer in my field search by model / product number. i hope im clear enough.
  8. okay,. this contri is pretty dummy proof,. after several cups of coffee i got this stuff to work. on thing im looking for. is there an easy way to ad the article number. ?
  9. copy catalog contents in each catalog forlder on each domain if you have more domains and you use catalog folders. config domain 1 www.domain1.com/catalog/ config domain 2 www.domain2.com/catalog/ config domain 3 www.domain3.com/catalog/
  10. freaky stuff. i run mutli shop. (duh) i have 3 languages. problem i have is this. when i publish language 2 on shop 1 everything is okay. when i run 2 on shop 2 it shows on shop 3 too. when i turn it of both shop 2 and 3 both turn off. second freaky problem is this. customer places and order in shop 2 but in admin panel it shops store ID for config 3. it all feels like stuff is looking at the wrong tables but i have checked the database table and the apllication top but nothings points at config3 while. i dont know where to look anymore,. the rest of the shop runs okay,. anyone ?
  11. well that is what is in the catalog/includes/functions/html-output.php file. im running multi shop, maybe that got something to do with it.
  12. uhm,. okay,. started but im stuck at step 3, STEP #3 - Edit includes/functions/html_output.php what i should replace doesnt excist in my file. this is what i got whiting that html wrapper funciton, //// // The HTML href link wrapper function function tep_href_link($page = '', $parameters = '', $connection = 'NONSSL') { if ($page == '') { die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine the page link!<br><br>Function used:<br><br>tep_href_link(\'' . $page . '\', \'' . $parameters . '\', \'' . $connection . '\')</b>'); } if ($connection == 'NONSSL') { $link = HTTP_SERVER . DIR_WS_ADMIN; } elseif ($connection == 'SSL') { if (ENABLE_SSL == 'true') { $link = HTTPS_SERVER . DIR_WS_ADMIN; } else { $link = HTTP_SERVER . DIR_WS_ADMIN; } } else { die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine connection method on a link!<br><br>Known methods: NONSSL SSL<br><br>Function used:<br><br>tep_href_link(\'' . $page . '\', \'' . $parameters . '\', \'' . $connection . '\')</b>'); } if ($parameters == '') { $link = $link . $page . '?' . SID; } else { $link = $link . $page . '?' . $parameters . '&' . SID; } while ( (substr($link, -1) == '&') || (substr($link, -1) == '?') ) $link = substr($link, 0, -1); return $link; } function tep_catalog_href_link($page = '', $parameters = '', $connection = 'NONSSL') { if ($connection == 'NONSSL') { $link = HTTP_CATALOG_SERVER . DIR_WS_CATALOG; } elseif ($connection == 'SSL') { if (ENABLE_SSL_CATALOG == 'true') { $link = HTTPS_CATALOG_SERVER . DIR_WS_CATALOG; } else { $link = HTTP_CATALOG_SERVER . DIR_WS_CATALOG; } } else { die('</td></tr></table></td></tr></table><br><br><font color="#ff0000"><b>Error!</b></font><br><br><b>Unable to determine connection method on a link!<br><br>Known methods: NONSSL SSL<br><br>Function used:<br><br>tep_href_link(\'' . $page . '\', \'' . $parameters . '\', \'' . $connection . '\')</b>'); } if ($parameters == '') { $link .= $page; } else { $link .= $page . '?' . $parameters; } while ( (substr($link, -1) == '&') || (substr($link, -1) == '?') ) $link = substr($link, 0, -1); return $link; } what do i replace,.?
  13. so from a SEO perspective this is the solution to use ? this in combination with easy metatags ? i see many simmilar SEO contri's out there but im not sure which one to use or which one is the "best" thanks for your quick responds.
  14. short question. i have a multi shop running and im looking at this contri to use on my shop. what i cant find is this, will it work like this, www.myshop.com/catagory/subcatagory/product-id.html ? reason why i ask is that some products have non unique product name so i need something like a product id to make it unique. second reason is that i cant have this contri to mess up my shops. FWR Media :thumbsup: , thanks for cleaning up this contri and getting ride of all the additional non core stuff regards,.
  15. running into a problem. i setup multishop and want to integrate osc affiliate but i cant cause the admin part of the integration file is so diffferent that i don know where to past the code. when i experiment the admin part gets fuked. can anybody help me on this ? the catalog part looks fine.
  16. running into a problem. i want to integrate osc affiliate ut i cant cause the admin part of the integration file is so diffferent that i don know where to past the code. when i experiment the admin part gets fuked. can anybody help me on this ? the catalog part looks fine. if it costs a couple of bucks thats fine. its the last integration step of my multi store.
  17. 1. this posting is in the wrong thread. 2. not possible. there are several jpegs used in the basic front end. so changing css on the fly would not change the pics. what you need is something else.
  18. problem solved. config was pointing to shop 3 instead of 1
  19. yes. config config1 config2 config3 /admin/includes/config.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.***.**'); // eg, http://localhost - should not be empty for productive servers // define('HTTP_CATALOG_SERVER', 'http://www.***.**'); // define('HTTPS_CATALOG_SERVER', ''); // define('ENABLE_SSL_CATALOG', 'false'); // secure webserver for catalog module // define('DIR_FS_DOCUMENT_ROOT', '/home/httpd/vhosts/***.**/httpdocs/'); // where the pages are located on the server define('DIR_WS_ADMIN', '/admin/'); // absolute path required define('DIR_FS_ADMIN', '/home/httpd/vhosts/***.**/httpdocs/admin/'); // absolute pate required // define('DIR_WS_CATALOG', '/'); // absolute path required // define('DIR_FS_CATALOG', '/home/httpd/vhosts/***.**/httpdocs/'); // 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/'); /includes/config.php // Define the webserver and path parameters // * DIR_FS_* = Filesystem directories (local/physical) // * DIR_WS_* = Webserver directories (virtual/URL) define('HTTP_SERVER', 'http://www.****.com'); // eg, http://localhost - should not be empty for productive servers define('HTTPS_SERVER', ''); // eg, https://localhost - should not be empty for productive servers define('ENABLE_SSL', false); // secure webserver for checkout procedure? define('HTTP_COOKIE_DOMAIN', 'www.***.com'); define('HTTPS_COOKIE_DOMAIN', ''); define('HTTP_COOKIE_PATH', '/'); define('HTTPS_COOKIE_PATH', ''); define('DIR_WS_HTTP_CATALOG', '/'); define('DIR_WS_HTTPS_CATALOG', ''); define('DIR_WS_IMAGES', 'images/'); define('DIR_WS_ICONS', DIR_WS_IMAGES . 'icons/'); 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_DOWNLOAD_PUBLIC', 'pub/'); define('DIR_FS_CATALOG', '/home/httpd/vhosts/***.com/httpdocs/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); *** = ofcourse the domainname. i checked config and config 3 and they are the same. the modules and stuff that i miss i do have in config but not in config3. thanks for your help
  20. okay going nuts here. got the stuff up and running, strange thing is that even doh it looks like my cofiguration looks okay i still dont get wishlist config and i dont get my modules. so now im stuck. cant configer my shipping , payment modules, wishlist modules. i think i made a very small mistake somewhere but i cant find it. any idears ? thanks,
  21. bit quick last post. KDE isnt OS. Freebsd doesnt give mutli desktop , KDE does. so infact. freebsd + KDE give you the multi desktop not freebsd on its own. why not pick linux and KDE ? windows gives you a GUI right out of the box, freebsd doesnt do that. only reason it gives you a gui is cause it comes with KDE. different developer. windows gives you a desktop per user and after installing that little piece of software that i just linked you it gives you a multi desktop too. isnt MS great ?
×
×
  • Create New...