Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

jAmesson

Pioneers
  • Posts

    10
  • Joined

  • Last visited

Everything posted by jAmesson

  1. When i enable Header Tags Seo modules, the whole site turns into blank. When i de-activate them, all is ok. Any ideas whats the problem?
  2. Hello! Im currently using newest version of Simple Checkout (http://addons.oscommerce.com/info/8338). When i activate the plugin my checkout.php looks kinda ugly (http://goo.gl/ue5vN) What can i do?
  3. This is something what im looking for, but im currently using oscommerce 2.3.
  4. Hello! I'm looking for a plugin which would allow to search for an example only by size. So if user goes to search and selects his shoe shize from dropdown menu then it would show only corresponding products. Now you have to add search attributes if you want to search by size or by manufacturer. Hopefully someone knows a plugin like described.
  5. I still cant find a place where i can modify my index.php tags. And my product_info.php's headers looks like this: <meta name="Description" content="products new description Exampleproduct" /> <meta name="Keywords" content="products new keywords1,keywords2 , exampleproduct, example" />
  6. Hi, i have a several problems with this plugin. When i go to my main site (example, www.myshop.com) the meta keywords looks like this "<meta name="Keywords" content="new keywords1,keywords2" />" How i can modify them? And my second problem, the keywords are correct in product pages, but there is still those "new keywords1,keywords2" at the Keywords section. How i can remove them?
  7. I Installed this plugin and it works well with Paypal. I have also a Alertpay gateway. Even if i add a coupon code, alertpay still wants full price, not the discounted price. Does anybody knows whats wrong?
  8. Hi again! I managed to install plugin correctly (almost...) but there is no images at the product info page. I posted my product_info.php into pastebin, can someone look it? http://pastebin.com/DrEVipax
  9. Ok thanks. I believe too that my product_info.php is messing. My product_info was a littlebit different than normal because it included a layout. I posted my product_info.php into pastebin, could you watch it if something is wrong. Heres my modified product_info.php: http://pastebin.com/mUBjNym1 Appreciating yours help very mych, jAmesson.
  10. Hello! I Installed more pics classic to my oscommerce. It works fine, but my only problem is that i cant see product pictures in catalog. Theres only empty space. I think that is my configure.php wrong: <?php define('HTTP_SERVER', 'http://www.mydomain.com'); define('HTTPS_SERVER', 'http://www.mydomain.com.com'); define('ENABLE_SSL', false); define('HTTP_COOKIE_DOMAIN', 'www.mydomain.com'); define('HTTPS_COOKIE_DOMAIN', 'www.mydomain.com'); 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', '/homez/myuser/www/mystore/'); define('DIR_FS_DOWNLOAD', DIR_FS_CATALOG . 'download/'); define('DIR_FS_DOWNLOAD_PUBLIC', DIR_FS_CATALOG . 'pub/'); define('DB_SERVER', 'x'); define('DB_SERVER_USERNAME', 'x'); define('DB_SERVER_PASSWORD', 'x'); define('DB_DATABASE', 'x'); define('USE_PCONNECT', 'false'); define('STORE_SESSIONS', 'mysql'); ?>
×
×
  • Create New...