Page 64 of 291 FirstFirst ... 1454626364656674114164 ... LastLast
Results 631 to 640 of 2907
  1. #631
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Mona,

    Thanks so much for the donation, it's so nice to actually receive one from someone who says they're going to donate! :)

    Quote Originally Posted by stxmona View Post
    Here is a link to a product page with the multiple products add to cart that is not working.
    That page appears to work fine to me!

    I'll get in contact with you privately about this.. no need to post on the thread as I think any issue is likely server-specific!

    All the best...

    Conor
    ceon

  2. #632
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    I'm able to add products from that page just fine..

    This may be as Conor says something specific to your sever.. I don't have a problem with adding products to cart from the category pages using this mod on my client stores..

    Quote Originally Posted by stxmona View Post
    Ok - so everything seemed as though it was ok LOL

    However, after changing some of the URLs the products will not add to cart. My template uses the "add selected products to cart" button on the cherry zen template.

    I did look for the "action" form talked about below....but I am not really sure what I am looking for to make the add to cart button work correctly on the product listing page work.


    Here is the code that I find in my product_listing.php files and tpl_products_all_default.php files

    Code:
        echo zen_draw_form('multiple_products_cart_quantity', zen_href_link(FILENAME_DEFAULT, zen_get_all_get_params(array('action')) . 'action=multiple_products_add_product'), 'post', 'enctype="multipart/form-data"');

    Here is a link to a product page with the multiple products add to cart that is not working.
    http://www.quiltsinmontana.com/Alexa..._Haunted_House

    Thanks again for your help!
    Mona

  3. #633
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi Crystal,

    Quote Originally Posted by DivaVocals View Post
    I'm able to add products from that page just fine..
    Mona's all sorted now.. it was just a typo! Easily done! Thanks for the feedback though!

    Have a good evening..

    All the best..

    Conor

  4. #634
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Cool.. Just lending another set of eyes.. You know sometimes that's all that's needed.. at least for me sometimes it is.. (or it could be late nights + Merlot = a tired & silly Crystal)

    Quote Originally Posted by conor View Post
    Hi Crystal,



    Mona's all sorted now.. it was just a typo! Easily done! Thanks for the feedback though!

    Have a good evening..

    All the best..

    Conor

  5. #635
    Join Date
    May 2009
    Posts
    4
    Plugin Contributions
    0

    Default Ceon URI Mapping (SEO) & Product Extra Fields

    Hi Conor,

    After read all the threads, I still can not find the answer with my problem now.

    I had added ''Ceon URI Mapping (SEO)' without any problem and before that I have added another module 'Product Extra Fields ' before I copy the completely folder for moving to under my another domain name.

    When I check every modules which I have added that I found out the 'Product Extra Fields' doesn't exsist in my admin any more, so I check it back if every files are located in the correct locations and they are all correctly. Check on my shop, the extra information and files which I added/uploaded are still showed on the site. So, I decided to re-write the admin file of 'Product Extra Fields'. And then it appear again on the admin, but at the same time the 'Ceon URI Mapping (SEO)' select/add box is gone.

    Could you please tell me how/what I should do for those two modules appear on the same page when I add the new product?

    Christine

  6. #636
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO) & Product Extra Fields

    Quote Originally Posted by ziamo View Post
    Hi Conor,

    After read all the threads, I still can not find the answer with my problem now.

    I had added ''Ceon URI Mapping (SEO)' without any problem and before that I have added another module 'Product Extra Fields ' before I copy the completely folder for moving to under my another domain name.

    When I check every modules which I have added that I found out the 'Product Extra Fields' doesn't exsist in my admin any more, so I check it back if every files are located in the correct locations and they are all correctly. Check on my shop, the extra information and files which I added/uploaded are still showed on the site. So, I decided to re-write the admin file of 'Product Extra Fields'. And then it appear again on the admin, but at the same time the 'Ceon URI Mapping (SEO)' select/add box is gone.

    Could you please tell me how/what I should do for those two modules appear on the same page when I add the new product?

    Christine
    There are a number of files in this add on that Conor has put in the "modified_core_files" folder so you can EASILY identify files that will be overwritten by Ceon URI.. (This is a HUGE help that makes installation SO MUCH simpler) You need to use a tool like Winmerge to merge the changes between the files in your store and the files in the "modified_core_files" folder. So you will have the features of the Product Extra Fields mod and Ceon URI..

  7. #637
    Join Date
    May 2009
    Posts
    4
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO) & Product Extra Fields

    Quote Originally Posted by DivaVocals View Post
    There are a number of files in this add on that Conor has put in the "modified_core_files" folder so you can EASILY identify files that will be overwritten by Ceon URI.. (This is a HUGE help that makes installation SO MUCH simpler) You need to use a tool like Winmerge to merge the changes between the files in your store and the files in the "modified_core_files" folder. So you will have the features of the Product Extra Fields mod and Ceon URI..
    Hi DivaVocals,

    Thank you for the reply. I have followed your instruction to change those two modules with the software "Winmerge" from below 3 files:

    #admin/includes/modules/update_product.php
    #admin/includes/modules/product/collect_info.php
    #admin/includes/modules/product/preview_info.php

    Right now, everything is functional.
    Thanks a lot!!

  8. #638
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO) & Product Extra Fields

    Quote Originally Posted by ziamo View Post
    Hi DivaVocals,

    Thank you for the reply. I have followed your instruction to change those two modules with the software "Winmerge" from below 3 files:

    #admin/includes/modules/update_product.php
    #admin/includes/modules/product/collect_info.php
    #admin/includes/modules/product/preview_info.php

    Right now, everything is functional.
    Thanks a lot!!
    Glad that helped.. Winmerge is a dynamite tool!!!

  9. #639
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO) & Product Extra Fields

    Hi,

    Quote Originally Posted by DivaVocals View Post
    Glad that helped.. Winmerge is a dynamite tool!!!
    Winmerge is so handy.. however you should try out Beyond Compare if you haven't already.. it's in another league. A computer without it (and DOpus) would take so much longer to use and be so less productive for me! :)

    (Try out its File Format Grammars.. you can have it ignore differences between $version/$Id lines etc. when comparing files, the kind of fantastic smaller feature which can save so much time.. you can compare entire directory trees and only see the differences that matter..).

    Anyway, just thought I'd mention it as I loved Winmerge too but haven't used it since I found Beyond Compare! (Can't get a more enthusiastic tip than that! :) )

    Have a good weekend!

    All the best...

    Conor
    ceon

  10. #640
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO) & Product Extra Fields

    Gonna give that a looksee.. Thanks for the tip..

    Quote Originally Posted by conor View Post
    Hi,

    Winmerge is so handy.. however you should try out Beyond Compare if you haven't already.. it's in another league. A computer without it (and DOpus) would take so much longer to use and be so less productive for me! :)

    (Try out its File Format Grammars.. you can have it ignore differences between $version/$Id lines etc. when comparing files, the kind of fantastic smaller feature which can save so much time.. you can compare entire directory trees and only see the differences that matter..).

    Anyway, just thought I'd mention it as I loved Winmerge too but haven't used it since I found Beyond Compare! (Can't get a more enthusiastic tip than that! :) )

    Have a good weekend!

    All the best...

    Conor
    ceon

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR