
mark-b
Members-
Posts
87 -
Joined
-
Last visited
Everything posted by mark-b
-
googlerecaptcha [Module] Google reCaptcha - Avoid spam bots
mark-b replied to Knowband Plugins's topic in Paid Modules & Themes
does this module also work on the onepagecheckout for prestashop 1.6.1?- 17 replies
-
- antispam
- registration
-
(and 6 more)
Tagged with:
-
that is not what I want. I want that all new urls because of the change of the language structure are redirected with a 301 to the new language destinations like.fr / .de / .com
-
I see your demo, those other languages do not have their own tld
-
Hi El Patron, I see on you demo site, that there is only domain.com/en/ and to go to UK english, it goes to domain.com/gb/ and not to different TLD's
-
I understand, but my question is, does prestashop also generates redirects for the old urls to new domains urls?
-
Hi all, I have a Question, we want to change our existing website from single domain to multi domains (to multistore). we had: doemain.com/fr/ /de/ /it/ etc etc (Prestashop version 1.6) My question is, do we have to redirect every single old url to new domain or does prestashop generate the redirects from old url to new url automatic? (our site has 13 languages)
-
use this module and you do not have that problem: Canonical URL PRO v1.1.1 - by NesSoft
- 192 replies
-
- hreflang
- localization
- (and 4 more)
-
There is a serious problem with this module in combination with prestablog module For EG: when the blog url is like this: domain.com/en/blog/artikel-12.html the canonical tag will look like this: domain.com/en/module/prestablog/blog it should be domain.com/en/blog/artikel-12.html So you will crush your complete seo power from your blog..
- 192 replies
-
- hreflang
- localization
- (and 4 more)
-
Could somebody help me with the following error in the backend of prestashop 1.5.6.1: Cannot connect to the PrestaShop website to get the language list. I get this error when I open the page "translations" Curl is on the server enabled. Server informationServer information: Linux #1 SMP Tue Sep 9 21:36:05 UTC 2014 x86_64 Server software version: Apache PHP version: 5.4.22 Memory limit: 512M Max execution time: 300 Database informationMySQL version: 5.1.73 MySQL engine: InnoDB Tables prefix: ps_ Store informationPrestaShop version: 1.5.6.1
-
Hi, I get in my GWT the following soft 404 error: domain.com/fr/module/favoriteproducts/actions?process=add It is getting back all the time, does somebody knows how to solve this? I get also the same error for domain.com/fr/module/favoriteproducts/actions?process=remove Please advise
- 2 replies
-
- 1
-
-
- soft 404 error favoriteproduc
- 404
-
(and 2 more)
Tagged with:
-
and use the correct language code like this: ( use lang.language_code instead of lang.iso_code, correct me if I'm wrong) But the default language should also refer to the root domain like domain.com and not domain.com/en/ if the default language is english {if $page_name == 'category'} {foreach $languages as $lang} <link rel="alternate" hreflang="{$lang.language_code}" href="{$link->getCategoryLink($smarty.get.id_category, null, $lang.id_lang,null,null )}" /> {/foreach} {/if} {if $page_name == 'product'} {foreach $languages as $lang} <link rel="alternate" hreflang="{$lang.language_code}" href="{$link->getProductLink($smarty.get.id_product, null, null, null, $lang.id_lang, null, 0, false)}" /> {/foreach} {/if} {if $page_name == 'cms'} {foreach $languages as $lang} <link rel="alternate" hreflang="{$lang.language_code}" href="{$link->getCMSLink($smarty.get.id_cms, null, false, $lang.id_lang)}" /> {/foreach} {/if} {if $page_name == 'manufacturer'} {foreach $languages as $lang} <link rel="alternate" hreflang="{$lang.language_code}" href="{$link->getManufacturerLink($smarty.get.id_manufacturer, null, $lang.id_lang , null)}" />{/foreach} {/if} {if $page_name == 'index'} {foreach $languages as $lang} <link rel="alternate" hreflang="{$lang.language_code}" href="http://www.domain.com/{$lang.iso_code}"/>{/foreach} {/if}
- 192 replies
-
- hreflang
- localization
- (and 4 more)
-
code is almost correct, but there is a / missing on the end... you now get on index page: domain.com/en it should be domain.com/en/
- 192 replies
-
- hreflang
- localization
- (and 4 more)
-
Hi, I used the default products comments module, but now I'm using another product comment module, in GWT I get an 404 error with the old products module " en/module/productcomments/default" and I started using module blockreviews, how do I redirect the the module for google?
-
- product comments module
- 404
-
(and 2 more)
Tagged with:
-
Hi, Your module works great, there is only a little issue to be fixed: index of cms pages are resulting in 404 errors: www.domain.com/en/content/category/1-home will be generated in the other languages to: <link rel="alternate" hreflang="de" href="http://www.domain.com/de/content/-" /> can you fix this?
- 192 replies
-
- hreflang
- localization
- (and 4 more)
-
hi Veka, I get problems with the new version.
-
hi vekia, I put my backup module back, now it is working again..
-
so they can't open popup with comment form...
-
Hi, they get this error when they press the "write your review" button
-
I just update the native product comment module, when an customer want to write an review I get the error: The requested content cannot be loaded. Please try again later. Please advise