Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

stab

Archived
  • Posts

    65
  • Joined

  • Last visited

Profile Information

  • Real Name
    patrick n?slund

stab's Achievements

  1. I desided to try and upload the generated sitemaps to google. I duplicated and moved them to the highest-level directory to which I have access. First the sitemap status was OK but now I got a ERROR in the sitemapindex.xml sitemapindex.xml Sitemap Index Web 9 hours ago 9 hours ago Errors 2 When clicking the "error"link I get this Error Detail General HTTP error : 404 in Sitemap http://mydomain.com/catalog/sitemapcategories.xml 404 not found General HTTP error : 404 in Sitemap http://mydomain.com/catalog/sitemapproducts.xml 404 not found What is this??? I interpret the errors as if google can't find the categories and products in catalog as described in the generated. sitemapcategories.xml and sitemapproducts.xml because of Ultimate_SEO_URLSv2x "link optimization"????? The structure in sitemapproducts.xml is as the illustrated example below: − <urlset> − <url> − <loc>http://mydomain.com/catalog/productname1-p-30.html </loc> <lastmod>2006-05-23</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> − <url> − <loc> http://mydomain.com/catalog/productname2-p-29.html </loc> <lastmod>2006-05-23</lastmod> <changefreq>weekly</changefreq> <priority>1.0</priority> </url> − <url> − <loc> http://mydomain.com/catalog/productname3-p-28.html </loc> <lastmod>2006-05-23</lastmod> <changefreq>weekly</changefreq> <priority>0.5</priority> </url> </urlset> Could somebody explain this to me please...
  2. Aditional information. If I place the (dummy) .xml files inside the googlesitemap folder and "connect" with the address as follow http://mysite.com/shop/googlesitemap/sitemapproducts.xml I have a perfect product link with the right keywords. So I guess I could manually uppload the .xml to google when I add products or change product description. I'm just conserned about the automated uppdate that's suposed to be done with this contribution. Any thoughts???? Tnx.
  3. I have succesfully installed the Ultimate_SEO_URLSv2x and are trying to install GoogleXMLSitemap 1.3 but I have some problems. If I follow the instructions I get this message in: http://mysite.com/webshop/googlesitemap/index.php ERROR: Google Product Sitemap Generation FAILED! ERROR: Google Category Sitemap Generation FAILED! ERROR: Google Sitemap Index Generation FAILED! Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [sTATUS] => success [NUM_ROWS] => 3 ) [CATEOGRY] => Array ( [sTATUS] => success [NUM_ROWS] => 2 ) ) [sAVE_FILE_XML] => Array ( [0] => Array ( [file] => /hsphere/local/home/xxxxx/mysite.com/webshop/googlesitemap/sitemapproducts.xml [status] => failure [file_exists] => false ) [1] => Array ( [file] => /hsphere/local/home/xxxxx/mysite.com/webshop/googlesitemap/sitemapcategories.xml [status] => failure [file_exists] => false ) [2] => Array ( [file] => /hsphere/local/home/xxxxx/mysite.com/webshop/googlesitemap/sitemapindex.xml [status] => failure [file_exists] => false ) ) ) (and I have set the permission to 777 on the .xml files) BUT If I move the "dummie".xml files inside the googlesitemap folder it works. but then I get the wrong path to the .xml files: Here is your sitemap index: http://mysite.com/webshop/sitemapindex.xml Here is your product sitemap: http://mysite.com/webshop/sitemapproducts.xml Here is your category sitemap: http://mysite.com/webshop/sitemapcategories.xml When the real path is actually: http://mysite.com/webshop/googlesit...itemapindex.xml I don't know how to fix this since my PHP skills are not top notch,but it seems like the save path that needs to be redefined somewhere..since this save path is not right.... Or is it the rewrite rules in the.htacess that mess things upp??? Options +FollowSymLinks RewriteEngine On RewriteBase /webshop/ RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-m-([0-9]+).html$ index.php?manufacturers_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pi-([0-9]+).html$ popup_image.php?pID=$2&%{QUERY_STRING} RewriteRule ^(.*)-t-([0-9]+).html$ articles.php?tPath=$2&%{QUERY_STRING} RewriteRule ^(.*)-a-([0-9]+).html$ article_info.php?articles_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pr-([0-9]+).html$ product_reviews.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-pri-([0-9]+).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING} RewriteRule ^(.*)-i-([0-9]+).html$ information.php?info_id=$2&%{QUERY_STRING} Patrick.
  4. Edit: I missread the question and my answer was not what you where after.
  5. Yes I have Send Extra Order Emails set up in Store Configuration. So I'm getting the mail with the right subject (different from what the customer gets)but as I've understood things that mail (the admin mail) should say somthing like: RMA number: 92136040722 This message is meant to inform you that the above return request has been updated by the customer "customers name" Please log into the admin area to see the return information Or maybe I have missunderstood things
  6. I've almost got this contribution working as it should but. When I make a return (as a customer to test things) I (as in admin) get the a mail with the subject: Return request received #92136040722 and as a customer I get a mail with the subject: Return request sent to "myshop" #92136040722 But the content of those mail are the same: RMA number: 92136040722 Thank you for submitting your return request to "myshop". Your request has been sent to the relevant department for processing. If you need to contact us regarding this matter, please quote the above RMA number so that we may keep track of all relevant correspondance. For help with any of our online services, please contact us at: mail@"myshop".com. Note: This email address was given to us by someone using it to submit a support request. If you did not send this request, please send a message to mail@"myshop".com. But if I look at the catalog/includes/languagues/ return_emails.php there is also this line under what the customer should get in their mail /* This section covers the confirmation email sent to the assigned administrator after an RMA request has been edited by a customer, in order to inform the admin that the ticket has been edited. */ define('EMAIL_SUBJECT_ADMIN', 'Return request received'); define('EMAIL_TEXT_TICKET_ADMIN', 'RMA number -<b><i>' . $rma_value . '</b></i>' . "\n\n"); define('EMAIL_THANKS_ADMIN', 'This message is meant to inform you that the above return request has been updated by the customer' . "\n\n"); define('EMAIL_TEXT_ADMIN', 'Please log into the admin area to see the return information.' . "\n\n"); define('EMAIL_CONTACT_ADMIN', 'For help with any of our online services, please contact us at: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n"); define('EMAIL_WARNING_ADMIN', '<b>Note:</b> This email address was given to us by someone using it to submit a support request. If you did not send this request, please send a message to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n"); ?> I don't get this email content so I must have left something out or done something wrong.... What do I need to do to get this mail as a admin???
  7. Thanks. I'll look in to it to see what mods I might be able to do...
  8. I'm actually wondering about this one myself.
  9. I'm getting the same message as the customer requesting a return... But if I look at thecatalog/includes/languagues/ return_emails.php there is also this line under what I've just quoted /* This section covers the confirmation email sent to the assigned administrator after an RMA request has been edited by a customer, in order to inform the admin that the ticket has been edited. */ define('EMAIL_SUBJECT_ADMIN', 'Return request received'); define('EMAIL_TEXT_TICKET_ADMIN', 'RMA number -<b><i>' . $rma_value . '</b></i>' . "\n\n"); define('EMAIL_THANKS_ADMIN', 'This message is meant to inform you that the above return request has been updated by the customer' . "\n\n"); define('EMAIL_TEXT_ADMIN', 'Please log into the admin area to see the return information.' . "\n\n"); define('EMAIL_CONTACT_ADMIN', 'For help with any of our online services, please contact us at: ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n\n"); define('EMAIL_WARNING_ADMIN', '<b>Note:</b> This email address was given to us by someone using it to submit a support request. If you did not send this request, please send a message to ' . STORE_OWNER_EMAIL_ADDRESS . '.' . "\n"); ?> I don't get this email so I must have left something out or done something wrong.... What do I need to do to get this mail as a admin???
  10. Do I really need SSL if I'm not going to handle creditcard info???. I'm thinking of using paypal only to begin with.
  11. Yea SSL was a given (but it's still nice to get it confirmed that I understood things right) The antifraud stuff (as I undestood it ) is- Every transaktion is given a value between 0 and 10 that will tell you how big of a chance the transaction is a fraud. The lower tha value the less chance of a fraud.The higher the value the bigger chance of a fraud. Don't ask me about all the parameters this module will collect :-" Well it seems like I only need to upgrade to a hosting service that includes SSL then... :) ?5/month more...
  12. I've set up a "test" webshop to learn this stuff . I'm going to sell my fine art prints when everything is set up (I'm in no hurry) At the moment I don't have SSL icluded in my advanced "account" with my web hosting company. 1.For about ?5/month I get SSL and alot more webspace ( 3GB which I dont need at the moment B) ) 2. for ?14/month more than I pay now I get the whole deal...(but my webspace stays the same (1,5GB) osCommerce Webbshop (which I've set up already in the thest I'm doing) SSL, antifraud "protection", already set up for card payment with PBS thrue their payment solution, PHP/MySQL/PgSQL Business support (24/7) and alot more. I think I need atleast SSL..(Or am I wrong here and I'm fine with what I got???) What would you people go for???
×
×
  • Create New...