Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

ansa

Pioneers
  • Posts

    41
  • Joined

  • Last visited

Everything posted by ansa

  1. Hi All, The store is running one year without major problems. Recently I noticed that Pay Pal charges right amount for orders including taxes but completely ignores shipping costs. I tested it and before order goes to Pay Pal gate include shipping cost – TOTAL is right, but on the Pay Pal side shipping ( costs) is missing. Any advise? Thanks , andrew
  2. Hi everyone, I set the methods of shipping to: Disallowed Shipping Methods Next Day Air, Worldwide Express, Worldwide Express Plus, Worldwide Expedited, Next Day Air Saver, Next Day Air Early A.M., 2nd Day Air A.M., Saver, Express Early A.M., Express Plus Means client choices should be: 2and Day Air Ground Express Standard 3 Day Select Expedited But I am able to see only: Standard and 3Day Select. No matter what I do, I never get desired shipping methods. What should I do? Andrew
  3. Make sure that you entered for CanadaPost Server IP: sellonline.canadapost.ca:30000 Andrew
  4. Hi JanZ , Yes it is declared: in database_tables.php - define('TABLE_PACKAGING', 'packaging '); but anyway I am getting this error. Yes it goes about the curl_init, but I can’t find it at all in the Server info. There is nothing even close to the “curl” name . What should be the exact heading name? I am on a dedicated server, than should be not problem to turn it ON if only I know what I should ask for. Thanks Andrew
  5. The Module is (probably) excellent - if works. The SQL file install-upsxml creates “packaging” table ( CREATE TABLE packaging), but the declaration and Error are looking for table_packaging . Is that right? I changed the name of the packaging table to “table_packaging” and my error 1146 - Table 'db_database.table_packaging' doesn't exist , is gone, but different one : Call to undefined function: cur_int() ; popup. Is there something, I am missing? Andrew
  6. 1146 - Table 'db_database.table_packaging' doesn't exist select *, (package_length * package_width * package_height) as volume from TABLE_PACKAGING order by volume; I can't find right answer . Thanks in advance
  7. I am not sure about the rightness of this, but in the line 577 I deleted: $info $bInfo_array = array_merge($pages, $info); $bInfo = new objectInfo($bInfo_array); } all seems to work fine. Any suggestion?
  8. Hi, I installed the Extra Infos Page Manager, and got errors : Warning: array_merge() [function.array-merge]: Argument #2 is not an array in C:\Inetpub\wwwroot\site_name \extra_info_pages.php on line 577 Warning: reset() [function.reset]: Passed variable is not an array or object in C:\Inetpub\wwwroot\site_name\admin\includes\classes\object_info.php on line 29 Warning: Variable passed to each() is not an array or object in C:\Inetpub\wwwroot\site_name\admin\includes\classes\object_info.php on line 30 How to fix them ? Andrew
  9. Hi Jack, includes/header_tags.php caused the problem . Thanks again for the great support ! :thumbsup: Andrew
  10. No I am not using STS. I try to keep it simple, and installed only a few contribution. The most recent one was Ultimate_SEO_urls, and google site map. I am on IIS server. Andrew
  11. Hi Jack, Yes I made changes to heed section and also all files in Admin>>Header Tags >>Text Control are black, index as well. Andrew
  12. Hi Jack , Thanks for your prompt response . Admin side works fine. I am able to write and later on to update: a Title , Description and Keywords. Shop side doesn’t work. Andrew
  13. Hi All, I can?t bring category and products tags to work. Although, I received confirmation that: All Category tags have been filled. and All Product tags have been filled. I can?t get them to work. All what I got is a default or empty setting. I played with HTCA in all possible ways. There are no errors. All features are installed: for products - 3 boxes, Fill Tags, Text Control and Page control. What's wrong? Andrew
  14. Hi all, It took me two days to read postings and playing with several errors. Finally the MXL files has been created and appear without errors. Although I was able successfully create XML files, the index.php still sown same errors : ============================= Notice: Constant MODULE_SHIPPING_CANADAPOST_ZONE already defined in C:\Inetpub\wwwroot\mysite.com\googlesitemap\index.php on line 46 Notice: Constant MODULE_SHIPPING_CANADAPOST_CP_HANDLING already defined in C:\Inetpub\wwwroot\ mysite.com\googlesitemap\index.php on line 46 Notice: Constant SHIPPING_HANDLING already defined in C:\Inetpub\wwwroot\ mysite.com\googlesitemap\index.php on line 46 Notice: Constant MODULE_SHIPPING_CANADAPOST_SORT_ORDER already defined in C:\Inetpub\wwwroot\ mysite.com\googlesitemap\index.php on line 46 Notice: Undefined variable: cache_dir in C:\Inetpub\wwwroot\ mysite.com\includes\seo_cache.php on line 44 Generated Google Product Sitemap Successfully Generated Google Category Sitemap Successfully Generated Google Sitemap Index Successfully CONGRATULATIONS! All files generated successfully. If you have not already submitted the sitemap index to Google click the link below. Before you do I HIGHLY recommend that you view the XML files to make sure the data is correct. http://www.google.com/webmasters/sitemaps/...ttp%3A%2F%2Fwww. mysite.com%2Fsitemapindex.xml For your convenience here is the CRON command for your site: php C:\Inetpub\wwwroot\ mysite.com\googlesitemap/index.php ================================= I have no idea what may cause above errors. I am on IIS server - sucks anyway. My store is outside the catalog - means no Catalog folder. I installed the very first of Chemo?s contribution, and replaced index.php, sitemap.class.php - using his hierarchically posted contrib. I finished on his last one - which is: http://www.oscommerce.com/commuGoogle XML Sitemap Feed v1.3 The only changes I made in :sitemap.class.php -arround 255: function GoogleSitemap($host, $user, $db, $pass){ $this->DB = new MySQL_Database($host, $user, $db, $pass); $this->filename ="/../sitemap"; //$this->savepath = DIR_FS_CATALOG; $this->savepath = '/'; $this->base_url = HTTP_SERVER . DIR_WS_HTTP_CATALOG; $this->debug = array(); } # end class constructor Maybe it will help somebody. Andrew P.S. Chemo ? THANKS FOR YOUR CONTRIBUTIONS they are great !
  15. Somewhere in the menu ? (I believe the CSS) is declared position: absolute; to the container holding your buttons. Try to play with positioning in your CSS. It can be position: absolute or in some causes float: left and not clear: (for ) both . But OSC is build in TABLES, then only position absolute ( I believe ) can cause that problem - Try to change absolute to position: relative; But Sonia?s advise may be the more accurate . I hope it will help Andrew
  16. catalog/stylesheet.css - at the very end of your css file Andrew
  17. I don?t know Why you got it. But try in your CSS style sheet add img{ border: none; border: 0; } I think it should help. Andrew
  18. Hi Guys , I installed this contrib. to my web store. It works great for the different model price in the same category. I am not able to create an ?Piece? option based on a product price. To get option to display, there must be difference between base product price and an option price. Which is ok (in my site) for cases. Case of 10 Pieces has different price then one piece. But how to create option where client will be able to buy 1, 2 or more pieces. Price for the option - 1 piece is $0.00 what means it's the same as product price is. The option will not get displayed. To be honest, I did a trick which works, but I think this is not the right way. I created option with the price difference that is $0.0001. Now I am able to show the option and client can buy 1 piece. However price of the piece is $3.0001 instead of $3. Is there any other RIGHT way to create an option to sale 1,2 ... pieces? Andrew
  19. Hi All, I am getting an error by editing search results, in product attributes . I installed Add Weight To Product Attributes contrib. but I am not sure, what cause the following error. Any clue? 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 '' at line 1 select pa.* from products_attributes pa left join products_description pd on pa.products_id = pd.products_id and pd.language_id = '1' where pa.products_id= [TEP STOP] Thanks, Andrew
  20. Hi Jack_mcs , This is very useful contribution. Thanks God for the Great people like you! Caring and want to help. A few weeks ago I was desperately, looking for this contribution. I wanted to display products in cases: Case of 10, Case of 50?. Of cores each case has different price, different weight and different size ( this is for the shipping with dimension , and taxes ) . Also I did not want to display it as a list , but as the radio buttons . I found a few contributions. I was almost done, but today I discovered that the radio buttons on my page don?t work with Firefox. I don?t have even idea where to look to fix it. Now I must to redo my work. I am frustrated. I think about yours contribution to finish the job. Is there any chance to see it as working example - link ? Picture is worth thousand words. Thanks
  21. In the Admin Panel go to Product Attributes and add desired options - attributes. This automatically will add the drop down menus . Andrew
  22. CSS_MENU v0.2 I installed today the recent V2 and noted that it don?t work properly in Firefax 1.5.0.7 . V1 works great. Andrew
×
×
  • Create New...