Close

Profile: Boyko

Avatar

User posts

11 years ago

entuland wrote:
Hello,
the problem seems to persist on version 2.65 with MSSQL CE edition.

I took the plugin from here:
http://www.nopcommerce.com/p/612/ahsenslider-banner-slider.aspx

The full error page I get follows (at least, part of it, the "code" marker doesn't seem to work and my input seems to get truncated).

Can I work around the error on my side?


Hi entuland,

You are using a plugin that is NOT developed by us. You should contact the plugin vendor.
This forum is about the Nop Anywhere Sliders plugin, which you could give a try (we have a free trial version).

Best Regards,
Nop-Templates Support Team

11 years ago

zjerry wrote:
(Concerns NeoFashion theme posted here by mistake BTW How can I remove my post?)
I've uninstalled and deleted all 3.0 plugins and theme, then copied new 3.02 files and installed them again.
The top level menu now appears like it has no styling at all...
It is now vertical and looks like regular links.
The submenu items looks properly.


Hi zjerry,

Thanks for reporting this. We just fixed it. You can update the theme styles.css file and the Mega Menu plugin folder to get the fix.

P.S: No worries, we moved the topic in the Neo Fashion theme.

Thanks

11 years ago

zjerry wrote:
I've uninstalled and deleted all 3.0 plugins and theme, then copied new 3.02 files and installed them again.
The cloud zoomed image is now poping on top left corner of browser window, it should pop on the right side of the product picture. Settings for cloud zoom are as  in my 3.0 published site.


Hi zjerry,

Thank you for reporting this.
Hi zjerry,

Thanks for reporting this. We just fixed it. You can update the theme styles.css file to get the fix.

Thanks

zjerry wrote:
I've uninstalled and deleted all 3.0 plugins and theme, then copied new 3.02 files and installed them again.
The top level menu now appears like it has no styling at all...
It is now vertical and looks like regular links.
The submenu items looks properly.


Hi zjerry,

Thank you for reporting this. We just fixed it. You can update the theme styles.css file and the Mega Menu plugin folder.

Thanks

11 years ago

shayt wrote:
OK, thanks for the answer.

what about Full Text Search,
i guess that the instant search plugin support it
probably it's doesn't matter if the results are coming from a LIKE query or from a FTS query, right ?
(i just want to be sure)

Thanks,
Shay


HI Shay,

As I said both plugins work the same way internally.
I forgot to mention that the Instant Search also offers you the option to search in the full description of the products, which if turned off can increase performance.

Thanks

11 years ago

shayt wrote:
Hi,

what is the difference between normal site (version 3.00) without the instant search plugin
and a site with this plugin ?

i am asking because even without the plugin, there is an autocomplete, and i can see results while i type.
so what is the advantage of using this plugin ?

Thanks,
Shay


Hi Shay,

The Nop Instant Search plugin was released for nopCommerce 2.4 when there wasn't such search in nopCommerce. nopCommerce added this functionality in the later versions of nopCommerce. Even though there is a default autocomplete search in nopCommerce and both do the same job, we prefer to use the Nop Instant Search as it allows more settings in the administration, which makes it easier to manipulate for a store owner. For example with the Instant Search plugin you can change when the search results to appear i.e after typing at least 4 chars and also you can set the size of the images in the search results.
So it is up to you which one to use as a matter of personal preferences.
In summary - both do the same internally and give the same results and there are no performance differences but the Instant Search has more options in the administration and better visual styling(I personally think that it looks better).

Thanks

11 years ago

codestream wrote:
Has anyone managed to display the tabs as an accordion? The JQuery UI tabs can be styled as an accordion but it also requires manipulating the HTML slightly to accommodate the different layout. I assume this is generated on the fly by the plugin so where would I go to edit this appearance?


Hi codestream,

You are free to modify the html by editing the view(.cshtml) of the Quick Tabs.
Plugins\SevenSpikes.Nop.Plugins.NopQuickTabs\Views\ProductTab\_ProductTabs.cshtml

I guess then we can rename the plugin to Quick Tabs\Accordion :)

Thanks

11 years ago

toanhnt wrote:

Hi,

I need to make the homepage featured products smaller so I can fit 3 products per row.
I need it just like nop version 2.7


Hi toanhnt,

You can find the css file of the DarkOrange theme here:
Themes\DarkOrange\Content\styles.css

Add this style:

.home-page-product-grid .product-item
{
width:160px;
}


But please note that you need to change other styles as well so that it could look nicer.

Thanks

11 years ago

atzmonca wrote:
hi,
now when i mouse over the "about us" link, the text shown on popup
how can i fix that that only click on "about us" will redirect the user to the "about us" page?


Hi atzmonca,

You need to edit this file:
Plugins\SevenSpikes.Nop.Plugins.MegaMenu\Views\MegaMenu\MegaMenu.cshtml

The changes you need to make are described in the file above. Simply comment some of the code  and uncomment the other.

Comment this line of code:

<li>@aboutUsTopicBlock</li>


Uncomment the line below:

 <li><a href="@Url.RouteUrl("Topic", new { SystemName = "aboutus" })">@T("AboutUs")</a></li>


Thanks

11 years ago

pawrisian wrote:
If possible I need some help configuring the Nop Customer Reminders as I don't understand very well how to set up the "conditions met dates".

I would like to send one reminder within an hour of cart abandonment which is the most common practice I think ?

How should I set it up ?

Please help !

Thank you so much !
Sonia


Hi Sonia,

Please refer to this post as I have already explained this there. Just change the time to be 1 hour rather then 12 hours.

Should you have other questions regarding the Reminders don't hesitate to ask.

Thanks