Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

IndiaStarker

Archived
  • Posts

    110
  • Joined

  • Last visited

Everything posted by IndiaStarker

  1. http://www.youtube.com/watch?v=hTo-sX_qbi8...feature=related
  2. Yes. Solved for me. MindVerveMedia's solution works great. -i
  3. Hi, I have a similar problem where NULL is not being written to the database but a double 0.000 instead. Does somebody know what to do to assign NULL to a field with tep_db_perform? Example : $echeances_value1 = NULL; ... $sql_data_array = array(... 'echeances_value1' => $echeances_value1, ... I also tried, $echeances_value1 = ''; and $echeances_value1 = ""; and even $sql_data_array = array(... 'echeances_value1' => NULL, but the database alsways gets 0.000 Perhaps one must modify tep_db_perform :-( ? -i.
  4. Thanks blafrog and thanks Jack. Your posts appreciated. No harm done. Its reassuring that things do work as expected. -i.
  5. Hi, First of all, you do not want that: You want this: ó=>o Also, I discovered to see a change, I had to empty the seo cache :rolleyes: ==>Near bottom in admin : Reset SEO URLs Cache Set it to true. The cache will be reset and it will automatically go back to false. -i.
  6. Pour la petit histoire, Is anyone (besides Jack who is busy please) with links manager + Ultimate SEO working properly who did not modify the seo class themselves kind enough to grep lPath (or search for the word lPath in the file with another tool) in their includes/classes/seo.classes.php ? Either the response is nothing, in which case it will be chalked up to the mysteries of life or some code will be shown, confirming that indeed there is a version containing supporting code, which may or may not currently exist in the contribs. Noting that a version was deleted at some time because of unhappiness between chemo and friends here, it may be possible that the links supporting version is missing. I only looked at the three d's and compared to my own installed version (d/e) and the seo.class.php file was nearly identical. I for one would have appreciated confirming that the modified seo class did exist at one time if I should consider adding it back to the contrib, since it took some searching to find a solution... Best, -i. Except that it was a problem for me which is now resolved! Simply adding the rewrite code to .htaccess didn't work for me nor for uscetech (his solution posted) as we both wrote in this form several times now. I don't know why it was so hard to reply yes or no that the word lPath exists in the seo.class.php for the compatible version of Ultimate SEO. Either it does, or it doesn't. End of story.
  7. Sweetheart its done and working two days ago, pointer to solution posted. Let it go. Glad you have magic. Just tryin' to help those who don't. -i
  8. OK too bad. (A simple grep lPath seo.class.php in directory catalog/include/classes would have done it--about 2 secs.) But if you don't need code for links, then why would you need code for categories or products ? Then I could ask, why would you need the seo.class.php at all? Should just work without it ;-) -i.
  9. Well that is very strange indeed. I find that there is a problem with relying on version numbers in this osc world since there is no version control on contribs, which is really too bad. There was even a version of Ultimate SEO removed from the contribs. But finally, I cannot see how the code could function if no mention was made to handle links in the seo class. I see for example in the fuction SEO_URL() : before $this->reg_anchors = array('products_id' => '-p-', 'cPath' => '-c-', 'manufacturers_id' => '-m-', 'pID' => '-pi-', 'tPath' => '-t-', 'articles_id' => '-a-', 'products_id_review' => '-pr-', 'products_id_review_info' => '-pri-', 'info_id' => '-i-' ); after $this->reg_anchors = array('products_id' => '-p-', 'cPath' => '-c-', 'manufacturers_id' => '-m-', 'pID' => '-pi-', 'tPath' => '-t-', 'articles_id' => '-a-', 'products_id_review' => '-pr-', 'products_id_review_info' => '-pri-', 'info_id' => '-i-', 'lPath' => '-links-' ); If yours works without any of the changes it sorta seems like magic ! Do you have an idea? Can you post the same section of function SEO_URL() in your seo.class.php ? Look for /** * SEO_URL class constructor * @author Bobby Easland * @version 1.1 * @param integer $languages_id */ function SEO_URL($languages_id){ and further down, $this->reg_anchors = array('products_id' => '-p-', best, i.
  10. Yes you need the rewrite line but you need the class support too. It appears that the Ultimate SEO version supporting Links Manager has been removed from the contributions. Fortunately ucetech worked out the solution again, as I wrote above. Here's my other post : Works great. Best, -i.
  11. Big thanks to uscetech for posting how to make Ultimate SEO work with Link Manager. Worked great. Repeated here for conveniance if someone needs it. -i. To all : For the same mail message, I also changed in catalog/admin/links.php, from : if ($links_status_array[$links_status] == 'Approved') to : if ($links_status['id'] == 2) which is better for multi-language stores. Seemed to work but didn't test for various statuses to make sure mail wan't sent. There are more changes like that to make. -i.
  12. OK--seems to have been removed. I found this solution by ucetech. I will try it out. -i.
  13. According to Jack's post it would be the one before the last one on December 6 2006 which would be 25 Nov 2006 by yesudo -- but no cigar. A tiny suggestion : since people use the forums over many months, it would be great to mention contribs by name, contributor and date. India
  14. Hi, Can somebeody tell me which Ultimate SEO has the modified seo.class.php for the Links Manager? Mine doesn''t. I have Ultimate SEO 2.1d/e (from the osc site with a change or two from the one from chemos site. circa fall 2006) and it seems neither do these : I have downloaded several recent ones to examine the seo.class.php but it doesn't seem to have any additions for the link manager--just the admin controlled seo names. Ultimate SEO URLs - 2.1d with optional Admin settable Product and Category URLs yesudo 29 Nov 2006 Ultimate SEO URLs - 2.1d with optional Admin settable Product and Category URLs yesudo 25 Nov 2006 Ultimate SEO URLs - 2.1d yesudo 25 Nov 2006 Fixed seo.class.php jpweber 25 Nov 2006 Thanks in advance, India
  15. Tiny improvement to the "nothing pops up" fix for Links help =>show the hand in Firefox. Apologies in advance if I repeat something already in this thread. Hi I had the same problem (no popup). :blink: Thanks Jack for the fix. :thumbsup: I modified the popup code to show the hand. For those who like to please the w3c validator and follow standards, the following will pass. Repeat of Jack's suggestion with slightly modified line : Replace : <?php echo '<a href="java script:popupWindow(\'' . tep_href_link(FILENAME_POPUP_LINKS_HELP) . '\')">' . TEXT_LINKS_HELP_LINK . '</a>'; ?> with <script type="text/javascript">document.writeln('<a style="cursor:pointer; cursor:hand" onclick="java script:popup=window.open(' + '\'<?php echo tep_href_link(FILENAME_POPUP_LINKS_HELP); ?>\',\'popup\',' + '\'scrollbars,resizable,width=520,height=570,left=50,top=50\'); popup.focus(); return false;">' + '<span class="inputRequirement" style="font-size: larger"><?php echo TEXT_LINKS_HELP_LINK; ?><\/span><\/a>');</script> Be sure there is no space between java and script. References : Backslash for closing tags within javascript. Cross browser cursor : style="cursor: pointer; cursor: hand;" -i.
  16. Tiny improvement to the "nothing pops up" fix for Links help =>show the hand in Firefox. Apologies in advance if I repeat something already in this thread. Hi I had the same problem (no popup). Thanks Jack for the fix. I modified the popup code to show the hand. For those who like to please the w3c validator and follow standards, the following will pass. <script type="text/javascript">document.writeln('<a style="cursor:pointer; cursor:hand" onclick="java script:popup=window.open(' + '\'<?php echo tep_href_link(FILENAME_POPUP_LINKS_HELP); ?>\',\'popup\',' + '\'scrollbars,resizable,width=520,height=570,left=50,top=50\'); popup.focus(); return false;">' + '<span class="inputRequirement" style="font-size: larger"><?php echo TEXT_LINKS_HELP_LINK; ?><\/span><\/a>');</script> <?php // echo '<a href="java script:popupWindow(\'' . tep_href_link(FILENAME_POPUP_LINKS_HELP) . '\')">' . TEXT_LINKS_HELP_LINK . '</a>'; ?> Be sure there is no space between java and script. -i.
  17. OK I answer my own question. Actually the correlations can be seen by clicking on the + just to the left of the listed items.
  18. What about correlations ? I don't understand this part. In (what must be in English) Product Merchandising, if I select - Corrélation produit/mot clé (Correlation product / key word) I only see Products. I don't see any key words anywhere. Tutorial welcome :-) -i.
  19. Hi pixclinic. I see google[organic] and google[cpc] I think this tool is very cool. -i.
  20. As others have pointed out, there is no space in javascript but the forum software seems to place one there.
  21. Hi, WORKS GREAT. Thanks to all who wrote this contrib and contributed to this wonderful thread. It was a PAIN to run through the 23 pages but worth it. Mine appears to be working perfectly and the first time around. :-) Summary of tidbits in the 23 pages of the thread so you don't have to find them. Thousands issue: For the thousands issue (, vs .) for those of us in countries where ',' is the decimal separator, one solution is posted several times (Metalion, Steve Dallas) and a different one by flom (also as a contrib). I adopted the first one. Steve explains it best. SSL vs NON SSL : I used this nice script. Thanks again to Steve Dallas ! HEAD ? NOT IN THE HEAD ? I will add to the in the head-not in the head controversy but stating I did not put the urchin in the head. I am very lazy and already had the urchin code in my footer. My e-commerce €€ stuff is showing up like its supposed to, as well as the objectives (G's). So far so good. This puts me in the same camp as md_doc, despite FrenchyBee's suggestion (a site I very much admire btw.) and is some sort of a follow up to Jesse J's post , jaminunit's post and SteveDallas's post (where I never found his final answer.) This means that I only made 2 changes to catalog/checkout_success.php: 1. <body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" onLoad="java script:__utmSetTrans()"> 2. added right before the </body> <?php // osCoders.biz - Analytics - start include(DIR_WS_MODULES . 'analytics/analytics.php'); // osCoders.biz - Analytics - end ?> My purchase conversion code is above it and the require footer above that. FOOTER in catalog/includes/footer.php all the way at the bottom of the file (last item) is: <!-- Steve Dallas shorter script for ssl test http://www.oscommerce.com/forums/index.php?s=&showtopic=180940&view=findpost&p=914914 --> <script src="<?php echo (($request_type =='SSL') ? 'https://ssl' : 'http://www')?>.google-analytics.com/urchin.js" type="text/javascript"> </script> <script type="text/javascript"> _uacct="UA-XXXXXX-X"; urchinTracker(); </script> I might say that there is a performance hit for having the code on every page tho'. Thanks to all, -i.
  22. Sorry, a glitch. The above is fine and its in fact the one to start with. It is identical (according to diff below) to the one by kit less the fixed instructions (minor : defines go into language files not tools.php) Summary Get the one by sallen, optionally the readme by aapinen and definitely the right col fix by tsuri. A contrib is probably in order... notes : [india@Freya OSCOMMERCECONTRIBS]$ diff -r -l installed/dynamic_sitemap2.0-by-kit-07JUL2006/ not-installed/dynamic-sitemap2.0-by-sallen-25OCT2006/ Seulement dans not-installed/dynamic-sitemap2.0-by-sallen-25OCT2006/catalog/admin/includes/languages/english/images/buttons: Thumbs.db Seulement dans not-installed/dynamic-sitemap2.0-by-sallen-25OCT2006/catalog/admin/includes/languages: espanol Seulement dans not-installed/dynamic-sitemap2.0-by-sallen-25OCT2006/catalog/includes/languages: espanol Seulement dans not-installed/dynamic-sitemap2.0-by-sallen-25OCT2006/: intrucciones_espanol.txt Seulement dans installed/dynamic_sitemap2.0-by-kit-07JUL2006/: readme.txt Seulement dans not-installed/dynamic-sitemap2.0-by-sallen-25OCT2006/: readme v 2.0.txt [india@Freya OSCOMMERCECONTRIBS]$ Seulement dans means Only in ________________________________________ -i
  23. Hi Jack, Just wanted to say thanks for this contrib. It installed easily and what it does is pretty cool. My site map so far. Thanks again for all your hard work! India Basic summary of what I did : I installed these versions/fixes (I don't know about later ones then but thanks to those who made them) : Dynamic Sitemap v 2.0 kit 7 Jul 2006 with these fixed instructions : Typo in readme in version 2.0 aapinen 5 Aug 2006 and this right column fix : If you want a right colum Tsuri Japan 26 Oct 2006 Thanks to Jack and all others above and also those not above. I also made some tweaks (that did not prevent the contrib from working but made it better for me) : styles fixed a minor imbedded list error so the page would validate--(error also present in the original site maps 2.0) Aside : Apparently for a second level list, it should be : <li> <ul> <li> </li> </ul> </li> and not <li></li> <ul> <li> </li> </ul> made it ignore a box when header text is non-existant restored an earlier intention lost somewhere to translate box headers and made links containing named anchors work (this probably doesn't interest anyone) Hints to others: You can copy paste a line from the install sql if for some reason you lose the db entry for a particular file (this happened to me). Sometimes it was easier to edit the database directly to show/hide a link. Thanks Jack for the simple to understand db table . bravo. Other : For whatever reason, I had trouble unzipping Dynamic SiteMap v2.0 sallen 25 Oct 2006 today so cannot recheck the comment about it I made in an earlier post -- thought it was a combination of kit's plus fixed instructions plus Spanish. (I hadn't kept it). best, i.
×
×
  • Create New...