Page 2 of 11 FirstFirst 1234 ... LastLast
Results 11 to 20 of 101
  1. #11
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Support thread: Social Bookmarking/Social Shopping

    zforrest, if you type into the address bar

    http://www.mysite.com/index.php?main...ducts_id=70543

    does this work?

    Thanks,
    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  2. #12
    Join Date
    Sep 2006
    Posts
    4
    Plugin Contributions
    0

    Idea or Suggestion Re: Support thread: Social Bookmarking/Social Shopping

    Quote Originally Posted by dinki View Post
    This is way cool. Can you report on how well it is working on your site (or anyone else's who has installed the mod)? I'm curious as to whether folks will actually use this. If they do it could provide a good bit of traffic.
    Real cool! Just added StumbleUpon to it. My site is going live shortly. If you want to peek inside, PM me with your IP. Bests!

  3. #13
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Support thread: Social Bookmarking/Social Shopping

    If you are using any sort of SEO URL modification logic (Chemo's Ultimate URLs, Ultimate SEO URLs, or any other contribution), and you're having trouble with this contribution, please PM me. If I can get a few more specifics, I might be able to figure out the problem.

    Thanks,
    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  4. #14
    Join Date
    Jun 2006
    Location
    Austin, TX
    Posts
    84
    Plugin Contributions
    2

    Default Re: Support thread: Social Bookmarking/Social Shopping

    Quote Originally Posted by swguy View Post
    zforrest, if you type into the address bar

    http://www.mysite.com/index.php?main...ducts_id=70543

    does this work?
    No. Chemo's urls mod takes that url and turns it into the second url I posted in my previous description of the problem, like so:

    http://www.mysite.com/product_info?a...ducts_id=70543

  5. #15
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Support thread: Social Bookmarking/Social Shopping

    OK. So is a chemo URL

    <product name with spaces turned to dashes>-p-<product id>.html

    If so, I will send you a patch.

    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  6. #16
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,417
    Plugin Contributions
    1

    Default Re: Support thread: Social Bookmarking/Social Shopping

    That is essentially how the url looks. However, there are some settings that allow you to filter out smaller words (such as a, the, etc.).

    If this mod used the zen href function to pull the correct product link it would solve the problem, I believe.

    On a side note, what the mod really looks for is the -p-<product id>.html. So you can type anything into the browser of a cart using ultimate seo http://(the domain)/blahblahblahblah-p-100.html, and it will still redirect the customer to product id # 100. My point is, all that really matters is the -p-<product id>.html, the rest is search engine candy.

    Anyways, I hope that helps.

    Quote Originally Posted by swguy View Post
    OK. So is a chemo URL

    <product name with spaces turned to dashes>-p-<product id>.html

    If so, I will send you a patch.

    Scott

  7. #17
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,417
    Plugin Contributions
    1

    Default Re: Support thread: Social Bookmarking/Social Shopping

    Ok, I just installed it and it appears to work fine the Ultimate SEO and it correctly constructs the url using the zen href link function.

    Thanks.

  8. #18
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Support thread: Social Bookmarking/Social Shopping

    Thank you, voltage. So we're down to: works with Ultimate SEO, doesn't work with Chemo's URLs. I will cook up a test fix for Chemo's URLs with this new information.

    Thanks,
    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

  9. #19
    Join Date
    Apr 2005
    Location
    Houston, TX
    Posts
    1,417
    Plugin Contributions
    1

    Default Re: Support thread: Social Bookmarking/Social Shopping

    Ultimate SEO is the zencart version of Chemo's Ultimate SEO URL's that Dreamscape ported from Osc. Isn't it?

    Quote Originally Posted by swguy View Post
    Thank you, voltage. So we're down to: works with Ultimate SEO, doesn't work with Chemo's URLs. I will cook up a test fix for Chemo's URLs with this new information.

    Thanks,
    Scott

  10. #20
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    4,479
    Plugin Contributions
    121

    Default Re: Support thread: Social Bookmarking/Social Shopping

    zforrest, would you please try this change? In tpl_social.php, please change line 5 from

    $linkpath = zen_href_link(zen_get_info_page($_GET['products_id']) , 'products_id=' . $_GET['products_id'], 'NONSSL', false);

    to

    $linkpath = HTTP_SERVER . DIR_WS_CATALOG . "product-p-" . $_GET['products_id'] . ".html";

    and let me know if it works? If it does, I'll add a define for Chemo URLs to include this code.

    ** THIS IS ONLY FOR PEOPLE USING CHEMO URLS; others please do not make this change!

    Thanks,
    Scott
    Scott C Wilson, That Software Guy, Plugin Moderator
    Contributions: Quantity Discounts, Better Together, SMS on Sale, Gift Wrap at Checkout, and more.

 

 
Page 2 of 11 FirstFirst 1234 ... LastLast

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
  •