Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
raimond
... When someone put something in the cart from a categorypage and the clicks the button "continu shopping" and add another product in the cart, the firtst product is now twice in the cart and the last one isn't. ...
I am unable to duplicate this in a stock installation of Zen Cart 1.5.x with the latest version of "Ultimate URLs" installed...
Tested with "Display Product Add to Cart Button = 1" and "Display Multiple Products Qty Box Status = 1, 2, or 3"
Tested with "Display Product Add to Cart Button = 2" and "Display Multiple Products Qty Box Status = 0"
In both cases the correct product was added to the order and no extra products were added to the order.
Quote:
Originally Posted by
raimond
...
I think it has to do something with the url created after "continu shopping"....the url looks like this "http://www.domain.com/onecat/?products_id=12431&sort=20a" ...
The "query terms" such as products_id are not added by this module (Zen Cart's core and your template control these).
Are you running an older version of Zen Cart or this module? How is your store different from a stock Zen Cart installation?
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
lhungil
I am unable to duplicate this in a stock installation of Zen Cart 1.5.x with the latest version of "Ultimate URLs" installed...
Tested with "Display Product Add to Cart Button = 1" and "Display Multiple Products Qty Box Status = 1, 2, or 3"
Tested with "Display Product Add to Cart Button = 2" and "Display Multiple Products Qty Box Status = 0"
In both cases the correct product was added to the order and no extra products were added to the order.
The "query terms" such as products_id are not added by this module (Zen Cart's core and your template control these).
Are you running an older version of Zen Cart or this module? How is your store different from a stock Zen Cart installation?
I am using ZenCart 1.5.1 (migrated from 1.3.8a), installled a few extensions, like Ultimate SEO URLs, FEC, css_js_loader.
I've read it makes use of the backlink, and many more has a problem with the backlink, but didn't find a solution.
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
raimond
I am using ZenCart 1.5.1 (migrated from 1.3.8a), installled a few extensions, like Ultimate SEO URLs, FEC, css_js_loader. ...
Double check your installation. Something must be different between your upgraded installation and a clean install of Zen Cart 1.5 (lots of possibilities - from a broken template, a bad merge, leftover files from 1.3.8, renaming files to "back them up", another add-on causing the issue, etc).
When testing (Zen Cart 1.5.x):
- Passing the products_id to the category page in a URL (without POST data) did not add a product to the shopping cart.
- In the default template products_id is only added to the form (action URL) when "Display Product Add to Cart Button = 2" and "Display Multiple Products Qty Box Status = 0".
- Using the form to add products to the shopping cart still worked after removing products_id from the generated form (action URL) in the default template.
(tested with the following: clean ZC 1.5.0, clean ZC 1.5.1, ZC 1.5.0 w/ USU, ZC 1.5.1 w/ USU).
To narrow things down, see if everything works with the stock Zen Cart template and go through the steps for Diagnosing Obscure Issues.
Quote:
Originally Posted by
raimond
... I've read it makes use of the backlink, and many more has a problem with the backlink, but didn't find a solution.
The only major issue I know of in Zen Cart 1.5.x with the "back" function is caused when a 404 occurs (template issues or broken link) and when all URLs (for files not existing) are set to go to Zen Cart. This was actually caused by Zen Cart adding the "404 Page Not Found" to the page history. The fix is posted here.
Re: Ultimate SEO 2.200+ (new features)
Hello,
Need some help.
I read the forum, can't find it.
Is it possible to get the manufacturersname into de product-url?
Re: Ultimate SEO 2.200+ (new features)
I have installed the latest version but am getting 301 redirect at checkout part for 3D secure for the page
ceon_sage_pay_direct_3d_secure_iframe.php?made_by=ceon [HTTP/1.1 301 Moved Permanently 366ms]
So that it is impossible for people to check out with payment as it redirects to the home page index.html?made_by=ceon instead of the 3D secure iframe. I have checked in the settings and this page is not included to be rewritten, so please can someone help
The iframe shows when the Ultimate SEO is turned off just not when it is turn on
Re: Ultimate SEO 2.200+ (new features)
The 3rd party module installed (sage pay) probably does not use a zen cart page, yet calls application_top. You will probably need to exempt the 3rd party module's call back file manually or turn off automatic redirects.
If you choose to exempt by editing, there was a post earlier in this thread on the subject. The post included which file and where in the file to edit.
Otherwise just turn off automatic redirects (they are only needed if you constantly change you product / category titles - or are migrating an existing store with well established URLs).
The next version will have better support for scripts calling application_top which are not coded as zen cart pages. Not really sure of the logic behind not coding these as zen cart pages (yet calling application_top)... Permanent work around will probably be optional.. Adding an addition file lookup (minor performance hit).
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
lhungil
The 3rd party module installed (sage pay) probably does not use a zen cart page, yet calls application_top. You will probably need to exempt the 3rd party module's call back file manually or turn off automatic redirects.
If you choose to exempt by editing, there was a post earlier in this thread on the subject. The post included which file and where in the file to edit.
Otherwise just turn off automatic redirects (they are only needed if you constantly change you product / category titles - or are migrating an existing store with well established URLs).
The next version will have better support for scripts calling application_top which are not coded as zen cart pages. Not really sure of the logic behind not coding these as zen cart pages (yet calling application_top)... Permanent work around will probably be optional.. Adding an addition file lookup (minor performance hit).
Thanks I have just turned off the redirects and that works OK
Re: Ultimate SEO 2.200+ (new features)
hi Hungl
Is there a way to add a specific word behind the rewritten category URL?
for instance: caterory is "girls toy"
Rewritten URL is www.mysite.com/girls-toy-c-3........
What I want to accomplish is: www.mysite.com/girls-toy-party-supplies-c-3........
Is there a way to add the red words above at the .htaccess file? (if that is where I should do it at)
Re: Ultimate SEO 2.200+ (new features)
Quote:
Originally Posted by
twi
... Is there a way to add a specific word behind the rewritten category URL? ...
Yes. A couple of different ways actually.
- Rename your category to include what you want shown in the URL. This is the simplest solution to change the text displayed in the URL.
- Use the PCRE filter to replace "girls toy" with "girls toy party supplies". The PCRE filter essentially uses PHP preg_replace to change the "name" returned. While this does allow lots of flexibility if you have a large number of rules it can slow down your website (I generally use no more than five or six).
- Add a "defined URLs" file. This is not documented anywhere (on purpose) and requires the "global" cache to be enabled. Using this option essentially tells the module "Do not determine the text to be added to the URL, here is what you should use". Be careful when using this method to ensure your URLs are valid (no spaces, no extended character sets etc) or if you absolutely must use non conforming characters run rawurlencode over the URL first.
More Details
- Simply open up the Zen Cart administrative interface and navigate to the category you wish to change. Edit the category title. This module will automatically know you made the change and handle altering the generated URLs, canonical URLs, and redirects if you have them enabled.
- Change the configuration setting for the PCRE filter... Adding something like "^girls toy$=>girls toy party supplies". May need to alter this a little depending upon your server. Again, the module will handle generating the new URLs, canonical URLs, and redirects if you have them enabled.
- Create the file "/includes/languages/english/extra_definitions/url_overrides.php". For categories add "define('CATEGORY_NAME_3_15','girls-toy-party-supplies');" where "3_15" is the full cPath for the category. For products add "define('PRODUCT_NAME_20','party-favors');" where "20" is the product ID. Make sure the "global" cache is enabled. In this mode you will need to manually update the file in the future if you wish to change the URL for a category or product defined in this file (ones not defined here are still automatically generated).
Another Consideration
Keep in mind depending upon your category structure, you may want to have two categories... One "girls toy" category and a sub-directory "party supplies"... If you enabled "url format: parent" and "categories as directories: short" your category URL would become "/girls-toy-party-supplies-c-3_15/party-favors-p-20". Keep in mind these settings will affect all generated URLs.
Re: Ultimate SEO 2.200+ (new features)
Thanks lHungl.
I have though about Option1. But that would make my sidebar links to the categories way too long and awkward looking.
Option 2 is not the best since you mention it will slow down the site. In this case, I actually have a lot of sub categories that needs to be redone.
To describe exactly my situation; I have a top category of "Party Supplies" Then numerous sub categories under "party supplies" e.g. Party supplies>Mickey Mouse.
What I want to really do is to have www.mysite.com/mickey-mouse-party-supllies........
I will try option 3 and see if i am able to make it work. Many thanks again.