I can't open
http://myfootshop.com
https://myfootshop.com
Open your
I think you used URL without www for registration in Facebook and Google AOuth.
Can you check it?
I tried to open your site
http://myfootshop.com/ - not work
https://www.myfootshop.com/ - work
Can you check DNS for your site? You should changed all values (http and https, without www. and with www)
I think you changed your hosting provider and forgot to change all values. Google has back store URL....
Add this code to the end of the file Completed.cshtml.
@{
var checkoutTotal = decimal.Zero;
var order = Nop.Core.Infrastructure.EngineContext.Current.Resolve<Nop.Services.Orders.IOrderService>().GetOrderById(Model.OrderId);
if (order!=null)
{
checkoutTotal = order.OrderTotal;
}
}
<img src='https://www.bizrate.com/roi/index.xpml?mid=304247&cust_type=1&order_id=@Model.OrderId&order_value=@checkoutTotal&units_ordered=1' />
Can you explain me each parameter takin one feed bolcom(_bestbuy)_elektronica.txt?
Maybe IIS used old version from intenal .NET cache...
Open the file Global.asax in site root folder. Add spacebar to the end of the file, save it and try.
Write me about result.
If you see error again. Send me plugin Log file from App_Data folder.
This topic was created for feed for bol.com.
https://developers.bol.com/wp-content/uploads/2014/08/Handleiding-productfeeds-Partnerprogramma-3.11.pdf
I read documentation. This network has several feed type.
bolcom_baby.TXT
bolcom_boeken-engels.TXT
bolcom_boeken.TXT
bolcom_dier-tuin-klussen.TXT
....
What feed type do you want to have the first?
I want to do one for test.
Correct code
<li><a href="@Url.RouteUrl("Articles", new { action = "List" })">@T("FoxNetSoft.Plugin.Misc.Articles.LinkButton")</a></li>
We have fixed this bug.
Version 1.05 - December 16h, 2016
- fixed bug 'crash site using broken HTML page'.
Download new version and try.
But you must remove all problems from your pages.
Thank you for you help with finding the problem.
Your HTML code has some problems.
I tried to validate your site using several validators and I saw errors. Remove errors. Google sees errors too :(.
Example.
https://html5.validator.nu/?doc=https%3A%2F%2Fwww.ecofilters.es%2Fen%2F
https://validator.w3.org/nu/?doc=https%3A%2F%2Fwww.ecofilters.es%2Fen%2F
But you are right. Plugin had to leave original HTML page and saved the notification about problem in Nop log.
I'll try to reproduce this problem.