Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Eric B

Pioneers
  • Posts

    70
  • Joined

  • Last visited

Profile Information

  • Real Name
    Eric B

Eric B's Achievements

  1. Thanks Jack, I realized it just after I sent the post. All is working well now...
  2. Hi Jack, I found out what was disturbing my categories (w00t) In the ADMIN >> SEO URLs >> Add category parent to product URLs? I changed from False =>> to =>> True and all is working now! It adds at the end of the original "clean" link this (exemple of one product, ) : ?cPath=21_24_89_188 Visually not the best but it works :thumbsup: Now I just wonder if my Google ranking will be as it was! So far, I have tested on my localhost many old links (without "?cPath=21_24_89_188") and they seem to be OK. What do you think about Google Ranking, will it be an issue from my old links to the new ones? Also, all categories and products with accents (French) are giving a wrong text in the URLs: from améthyste to améthyste Do you know how to correct this? Thanks
  3. Oh I see, but if I take off this contribution, it's working normaly, beside not having a nice URL :( Anyway, I will have a look on my contributions... As you can see in my signature, I have a few B) but maybe you heard one of them has an issue or maybe you can tell me which one can interfere with it? Thanks Regards PS: My template is from the official French osCommerce site, and I just added contributions
  4. Hi Jack and everyone, I just found out that some of my products are linked in the "wrong" categories. I think it is from this contribution cause I had this issue only on the web (where this comtribution is), not in my test area (localhost). After looking everywhere I finally installed this contribution in my localhost and now I have the same issue. I explain myself with an example (breadcrumb): Accueil » Catalogue » Colliers BIJOUTERIE » Colliers Colliers » Colliers Par pierre » Colliers Corail when I click on an article (Collier corail et argent C-952) of the of the category list Colliers Corail, I get the right product but a wrong breadcrumb : Accueil » Catalogue » Colliers BIJOUTERIE » Colliers Colliers » Colliers Par couleur » Colliers Rouge » Collier corail et argent C-952 As you can see, the last 2 categories changed! (from Colliers Par pierre » Colliers Corail -> to -> Colliers Par couleur » Colliers Rouge) in ENGLISH ;) : (from Necklaces by Stones » Necklaces Coral -> to -> Necklaces by Color » Necklaces Red) The funny thing is that it happens only with some categories, the last ones I think! Instead, I'd like to get this, as many others products in my website: Accueil » Catalogue » Colliers BIJOUTERIE » Colliers Colliers » Colliers Par pierre » Colliers Corail » Collier corail et argent C-952 Any idea? By the way, in my category menu on the left, the category name is not in "bold" anymore, only when I'm on the product page, like it is without the contribution. Thanks
  5. Found a way for that and it is working: http://www.oscommerce.com/forums/topic/124853-whos-online-enhancement-14/page__st__1640__p__1502838#entry1502838
  6. I forgot... The only thing who is not working is step 5 (even if I use all good files from Who's Online Enhancement). (5. In the Admin area, go to Configuration -> Store -> Google Maps Key and enter the key from the previous step) I have no Google Maps Key option in my ADMIN. Means I can show the Google Map! An idea? Thanks
  7. Last minute... if I keep the original file whos_online.php (from whosonlineturbov1.1) in catalog/includes/fonctions/whos_online.php it seems working fine in ADMIN and Website! But it still don't know if is it ok and I can use it the same way for my main website! Someone knows? Thanks
  8. Hello everyone, I read a lot on this forum without founding my problem. I have install whosonlineturbov1.1 a long time ago but now I like to change it with Who's Online Enhancement cause I heart only good things about this contribution. SQL downloaded for whosonlineturbov1.1: ALTER TABLE whos_online ADD http_referer VARCHAR(255) NOT NULL; ALTER TABLE whos_online ADD user_agent VARCHAR(255) NOT NULL; ////// At the start, I have to download the SQL file but I get an error: Erreur requête SQL: ALTER TABLE whos_online ADD http_referer VARCHAR( 255 ) NOT NULL ; MySQL a répondu:Documentation #1060 - Duplicate column name 'http_referer' //////// I have push up and finish to install all the files. My admin side is working normaly and I can see whos_online but my website is down with an error: 1054 - Unknown column 'hostname' in 'field list' insert into whos_online (customer_id, full_name, session_id, ip_address, hostname, time_entry, time_last_click, last_page_url, http_referer, user_agent) values ('0', 'Guest', 'd33a478148c4e95a2b3cxxxxxxxxxx', '101.231.216.249', '101.231.216.249', '1303000657', '1303000657', '/catalog/index.php', '', 'Mozilla/5.0 (Windows; U; Windows NT 5.1; fr; rv:1.9.2.16) Gecko/20110319 Firefox/3.6.16 ( .NET CLR 3.5.30729; .NET4.0E)') [TEP STOP] I have change a few numbers..., cause I don't know if it is safe to show them! Someone as an idea please? Thanks
  9. OK Jack Now it looks much better and the code source (via Firefox) and the TAGS are looking the same. Thanks for your time
  10. I have found a post about my problem (HERE) and it seems working normaly and at the same time I have the title of my product instead of the details, which is better for me. Jack, can you please confirm if this code (from jailaxmi) is OK (fully working with your contribution?) cause it is very different? // add the products name to the breadcrumb trail if (isset($_GET['products_id'])) { $products_query = tep_db_query("select pd.products_name from " . TABLE_PRODUCTS . " p left join " . TABLE_PRODUCTS_DESCRIPTION . " pd on p.products_id = pd.products_id where p.products_id = '" . (int)$_GET['products_id'] . "' and pd.language_id ='" . (int)$languages_id . "' LIMIT 1"); if (tep_db_num_rows($products_query)) { $products = tep_db_fetch_array($products_query); $breadcrumb->add($products['products_name'], tep_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . $_GET['products_id'])); } } Thanks
  11. Hi Jack, Thanks for your quick reply... I don't really understand your explanation and what to do! Sorry but I am working hard to understand codes and other things but it is too fast/far sometimes. Anyway, if you can be a bit more "simple" :blush:;) in what to do..., and to be sure you understand what I mean: HERE is a link of one of my issue. Thanks
  12. Hi Jack First, thanks for your contribution I have a little issue on my trail... Now that I have make longer titles in catagories I have notice that my product name in the trail in underneath the categories (still in the trail-Breadcrumb)! (the little points are to make it clearer) EX. trail N.1: SHOP>>Catalogue>>XXXXXXXXXXXXXXXXXXXXXXXXX>>XXXXXXXXXXXXXXXXXXXXXXX>>XXXXXXXXXXXXXXXXX >>XXXXXXXXXXXXXXXXXX>> ...........................................................................................................................................................My Account | Cart Contents | Checkout XXXXXXXXXXXXXXXXXXXhere my product name I have tried a lot of things and read a lot but still don't how to make it straight like: EX. trail N.2: SHOP>>Catalogue>>XXXXXXXXXXXXXXXXXXXXXXXXX>>XXXXXXXXXXXXXXXXXXXXXXX>>XXXXXXXXXXXXXXXXX >>XXXXXXXXXXXXXXXXXX>>XXXXXXXXXXXXXXXXXXXhere my product name..................................................My Account | Cart Contents | Checkout That way my trail won't be thick as it is right now. Maybe I have miss a thread about it but if you have an idea have to change it as EX. 2? Thanks (I am with HEader Tag SEO 3.1.4)
  13. It works!!! I was trying to make it work only on my test area (localhost) but there it doesn't. But it works online! Don't know why! Anyway, thanks again
  14. Hi chooch! Then if I get it right, I just need to fill up the product name (ex: GIFT_25) and make sure that the weight is at 0 (as I read already in the post) + an image or a link if I want to. No more details in the product, just the Product name and the weight? Can it be off status as it appears if I put it on? Hope that someone will give an issue for the Gift voucher code in the email cause I have tried a lot of things (without knowing how to code) and cause can only send then via "Gift Vouchers sent" and can't do it automatically (first user). But I am already happy with what I have... Thanks for your contribution chooch!
  15. Hi Guys! Great contribution....thanks I have just a 2 small issues on the confirmation new customer's email and on how to make a GIFT voucher... ( I can still send to customers Gift and Vouchers): 1st: All is going well but when the customer is getting the email of confirmation he had a new account in my website (as normal) it has the test under saying that "as a new subscriber, you have a "welcome-coupon" for your first order" see the code below... There isn't a code under it is all blank! I have created the code. I have writed down the code in the Admin/configuration/To offer a discount coupon..., I have set to 0 "To offer a gift voucher" - but still not working! DO YOU KNOW HOW I CAN MAKE MY CODE APPEAR in the email? 2nd: I still don't get it about the gift voucher! I have made a GIFT_WELCOME as a product. But I do I fill it up please? *Where do I put this product? *In Products Manufacturer, do I put something? *Is the status has to be ON or OFF? (cause if put ON it will apprear in my "new product banner"! *In Products Name, do I put GIFT_WELCOME here? If yes English, french,... have to have the same name: GIFT_WELCOME? *In Products Description, do I put something in here too? *In Products Quantity, do I put a quantity of how many time I want to use it? *In Products Model, do I put the name of the Gift Voucher again (GIFT_WELCOME)? *In Products Image, I can add any .gif image? *In Products URL, any URL I suppose? *and In Products Weight, I read it has to be 0, is it right? If you can tell me how to make it please it will be very nice cause I have been reading most of the forum and couldn'd found a clair view. Thanks
×
×
  • Create New...