Page 26 of 245 FirstFirst ... 1624252627283676126 ... LastLast
Results 251 to 260 of 2445
  1. #251
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by mmidgett View Post
    I am using a joomla componet called solidcart. There has been no core mods to the files except for the URI and dual pricing module. I have made all the edits to the files except for this. Can you point me to the correct file?
    The software already did that. You just weren't reading. Please pay more attention in future.

    The configure.php files are checked by Ceon URI Mapping for correct values.. it is those files it has found problems with.

    Whether or not this is due to the fact that you aren't using a "proper" version of Zen Cart I don't know, but the output you posted doesn't indicate that.

    All the best..

    Conor
    ceon

  2. #252
    Join Date
    May 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I'm not sure which configure.php to edit as there is one in the admin folder and one in the includes folder.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by conor View Post
    The software already did that. You just weren't reading. Please pay more attention in future.

    The configure.php files are checked by Ceon URI Mapping for correct values.. it is those files it has found problems with.
    Quote Originally Posted by mmidgett View Post
    I'm not sure which configure.php to edit as there is one in the admin folder and one in the includes folder.
    As Conor pointed out, the message from the add-on actually told you which file to edit.. Hint: "store side's" = NOT the admin.. Opening up either file (it won't hurt anything to open the file and look) you would have seen straight away which one was the right file too..

    Please fix the error in the configuration files, as listed below...

    Store Configuration Files Check
    The value for HTTP_SERVER in the store side's configure.php file is wrong.

    The current value for HTTP_SERVER is “http://”.

    The value for HTTP_SERVER cannot have a slash at the end.
    You must update the value for HTTP_SERVER to remove the slash from the end.
    The value for HTTPS_SERVER in the store side's configure.php file is wrong.

    The current value for HTTPS_SERVER is “https://”.

    The value for HTTPS_SERVER cannot have a slash at the end.
    You must update the value for HTTPS_SERVER to remove the slash from the end.
    The value for DIR_WS_CATALOG in the store side's configure.php file is wrong.

    The current value for DIR_WS_CATALOG is “path”.

    The value for DIR_WS_CATALOG must start and end with a slash.
    Add a slash, /, to the start of DIR_WS_CATALOG.
    Add a slash, /, to the end of DIR_WS_CATALOG.
    The value for DIR_WS_HTTPS_CATALOG in the store side's configure.php file is wrong.

    The current value for DIR_WS_HTTPS_CATALOG is “path”.

    The value for DIR_WS_HTTPS_CATALOG must start and end with a slash.
    Add a slash, /, to the start of DIR_WS_HTTPS_CATALOG.
    Add a slash, /, to the end of DIR_WS_HTTPS_CATALOG.
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  4. #254
    Join Date
    May 2006
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Thank you I just wanted to make sure before I broke anything.

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

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mmidgett View Post
    Thank you I just wanted to make sure before I broke anything.
    Opening a file to look at it's contents won't break anything.. If you had opened both configure.php files, you would have seen which file you were being directed to correct.. (though the message also clearly indicated this as well..) Glad you are on the right path now..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  6. #256
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    I didn't read all the threads, perhaps this suggestion was being made before.

    I use CEON URI Mapping and it's a very great plugin, but there is some additional work to do, when I use it. When I map a category different from the title and then map the products in it, every time I have to rename the category path, because it's not the mapped one.

    e.g. I map the category named "Some Category" to "this-is-catgory" I get auto mapping the product: "some-category/products-name" instead of "this-is-category/products-name". The mapping is in the database and it should be used.
    Last edited by chris99; 24 Dec 2011 at 03:53 AM.

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

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Glad you like the software.

    Quote Originally Posted by chris99 View Post
    When I map a category different from the title and then map the products in it, every time I have to rename the category path, because it's not the mapped one.
    Yes, that's the way it has been designed to work,

    It will never be changed to work in the differing way you are talking about so there's no point waiting on such a feature. Instead, simply try not to keep renaming your categories (a valid business idea ;) ) and you won't need to make changes. Either way, as you know, changes are easily made as you are in full control of your URIs. :)

    I can't talk about regenerating URIs for entire categories' worth of products at once here.

    Have a nice Christmas!

    All the best...

    Conor
    ceon

  8. #258
    Join Date
    Jan 2009
    Posts
    7
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi Conor

    moved from magic seo due to :)

    Without going into why it aint working (falling over half way through checkout) as i want to figure it out myself, as far as your concerned ceon is compatible with a "off the shelf" Fast and Easy AJAX Checkout for Zen Cart?

    thankl

  9. #259
    Join Date
    Jul 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by conor View Post
    Instead, simply try not to keep renaming your categories (a valid business idea ;) ) and you won't need to make changes.
    Is there a misunderstood? I don't want to rename my categories, I only name the uri different from the title. In products the plugin does not take the mapped uri of the category, that is stored in the Database, instead it creates the uri from the title of the category again. I think that the plugin should take the mapped uri of the category from the database and add the generated from the products title.

    Quote Originally Posted by conor View Post
    Have a nice Christmas!
    Thanks, I wish you a nice Christmas too.

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

    Default Re: Ceon URI Mapping v4.x

    Hi,

    Quote Originally Posted by chris99 View Post
    Is there a misunderstood? I don't want to rename my categories, I only name the uri different from the title.
    Oh, right, I did misunderstand you. I understand you now.

    Quote Originally Posted by chris99 View Post
    I think that the plugin should take the mapped uri of the category from the database and add the generated from the products title.
    You're right, the auto-generation doesn't look up a value you have entered for a category but auto-generates the URI based on the product's full category path (the categories' titles).

    The standard version of the module will not ever change from this way of working. I'm afraid that your best option is:

    After you click "preview" on the product page, copy the text that is generated and go back to the product page, untick "auto-generate" and paste in the text. Then copy and prepend the category path part.

    It is obviously a manual way of doing things but it allows you to do what you want.

    Quote Originally Posted by chris99 View Post
    Thanks, I wish you a nice Christmas too.
    Thanks, going well so far.. computer going off.. :)

    All the best..

    Conor
    ceon

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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