Close

Profile: Boyko

Avatar

User posts

9 years ago

visuasoft wrote:
Ok I disabled the setting, cleared the cache both server and client and even restarted the application. But the menu still does not render.


Hi visuasoft,

I guess that the wrong theme is still kept as generic attribute for the user you are using.
Have you tried to use another user (not logged in or a different one)?
If you still have problems please submit a ticket and provide us with the administration credentials, so that we can access the administration and check what might be wrong.

9 years ago

visuasoft wrote:
We are having issues with the mega menu. We installed all themes from the themes bundle and their plugins, but the menu is rendering incorrectly:

see http://visuatemplate01.azurewebsites.net/ for sample


Hi visuasoft,

There is a known issue in nopCommerce that appears from time to time when the "Allow customer to select theme" setting is enabled. There are cases that nopCommerce thinks the user is still using the DefaultClean theme and that is why some of the plugins load the styling of the DefaultClean theme rather than of the selected theme.
This setting is used for demo purposes and not on live web sites as no one want their customers to change the theme in the store. We have reported this issue to nopCommerce team and hopefully they will fix it for the next release.
For the time being my advice is to disable this setting and to change the themes from the administration. This way everything should work as expected.

9 years ago

joster wrote:

OK, thanks, when I view the tab on my product detail page, no recaptcha appears, but when you view the tabs page by itself, like googlebot is doing, (http://www.myfootshop.com/ProductTab/ProductReviewsTab/374) the recaptcha appears...


Hi Steve,

Make sure you have the code commented like this in the _ProductReviews.cshtml file:

  @*@if (Model.AddProductReview.DisplayCaptcha)
                {
                    <div class="captcha-box">
                        @Html.Raw(Html.GenerateCaptcha())
                    </div>
                }*@


This way the recaptcha should not be displayed in the tabs regardless if open directly via the url or inside the page.

joster wrote:

...but my question is really that I want to block every possible URL of my tabs pages from googlebot. I wonder if can be done in robots.txt, like
 disallow: /ProductTab/*

Or maybe I need to just use meta tags on each of the views, like:
<meta name="googlebot" content="noindex">

My concern is that maybe this would cause googlebot to be blocked from the parent page where the tabs page is being referenced? I DO NOT want to accidentally instruct google to ignore my product pages..

Thanks,
Steve


I don't think it is a good idea to block google from indexing these pages. As far as I am aware googlebot resembles the loading of the page as it is in a browser. So it is not a good idea to stop google from accessing these pages (loaded via Ajax) as they will no be indexed.
Usually google uses the sitemap to know if a page is accessible or not. In the sitemap these Ajax loaded content pages are not present, so google should ignore them as being separate pages and should not index them as regular pages.
In summary my advice is to remove the captcha and leave it as it is now.

9 years ago

BlueMed wrote:

Hi ,

We are using nopcommerce3.5 with Traction Theme.We bought Nop salesforce plugin. Successfully configured. I need the help on how to add products under opportunity.

Regards,
Ela


Hi Ela,

Products are automatically added to the opportunities created in Salesforce.
Please use our ticketing system to submit a ticket with your question and more details, so that we can advice.

9 years ago

joster wrote:
Hello-

Google has recently announced that they will be penalizing sites with mobile-usability issues.
When you run their mobile-friendly report, it shows all of the Producttabs/ProductCustomTabs are problematic due to not having a viewport configured. I realize that these "pages" are never viewed as stand-alone pages, but do not want to take any chances that google will demote our SERP.

I added a viewport meta tag to each of the producttabs code, like so:
_ProductCustomTab.cshtml


@using Nop.Web.Framework
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0">
<div class="custom-tab">
    @Html.Raw(Model)
</div>

This at least causes those errors to disappear, but then it reports many issues with the reviews tab pages because the recaptcha box doesn't fit inside the viewport...and many touch elements are too close, etc..

I am wondering if it would be possible to just add the tabs "pages" or directory to the robots file as nofollow?? Then maybe google will ignore them completely?

How can this be done?

Thanks,
Steve


Hi Steve,

Actually you should remove the captcha as it is not used in the tabs.
It is there but it shouldn't actually be there and it is not working.
We have commented the captcha in the code but we did this recently and I guess you are using some older version of the plugin.

digitalmbs wrote:
I agree. Its all good very happy with this. So when should be expect release please?


Hi,

We just released the One Page Checkout plugin.

digitalmbs wrote:

"more intuitive layout and logical flow" - I mean format it to billing, shipping, payment selection..in to flow rather than scattered. I really liked the way you have on your site. Also have a look at this site - www.sewmucheasier.com only 3 steps and you are out. Billing/Shipping, Payment, Shipment type done.


cheers,
Dan.


Hi Dan,

Please note that on the demo we have enabled all possible panels for demonstration purposes.
Of course you can remove some of the panels that are not needed i.e estimate shipping, gift cards etc. You can disable these panels from the nopCommerce administration.
In addition to this if you have only digital products in your shopping cart, like on our web site, then some of the panels are never shown i.e shipping address panel, shipping methods etc.

The plugin is very smart and all of the panels communicate between them. So if you update the cart and only products that don't require shipping are left in the cart then the shipping related panels will automatically disappear.
This way the customers can see and fill only the required information to make a checkout rather than seeing all panels.

We also made a new setting "Ship to same address", so that the customers don't have to type the same address twice if the addresses are the same.

I hope this information is useful!

9 years ago

IvanSlater wrote:
How to change this code to nop core? 


You don't need to change anything but the nopCommerce team should.
I mean that the nopCommerce framework should handle such scenarios for the plugins. You can suggest this to the nopCommerce team and they can implement it in the next releases. This way not only our plugins but all plugins that you are using will be manageable in the way you want.

9 years ago

IvanSlater wrote:
Hi there!

Could you please include PermissionProvider in all your plugins?

Should be nice allow access to each customer role.

Thanks!!!


Hi Ivan,

Thank you for the suggestion!

I think this needs to be done in the core nopCommerce framework.
This way there will be a way to manage the access to each plugin in nopCommerce out of the box and not every vendor to implement its own mechanism for this.

9 years ago

hayden wrote:
Hi - I've been unable to get this to work - using 3.5



- all the settings were fine - i came here to see if i'd missed something but i'm sure i havent. i even tried to disable the other plugins.

can you offer any assistance/suggestion


Hi hayden,

Maybe something has been cached. I can't think of another reason for this.
If you have difficulties please submit a ticket and provide administration credentials and our developers will assist you.