Close

Profile: Boyko

Avatar

User posts

selnicmf wrote:
To add further detail:  
•  I have 10 products that have HDMI inputs
•  I have 4 products that have SDI inputs
•  I have 2 products that have both HDMI AND SDI inputs.
When I check HDMI and SDI, there should be only 2 products remaining representing the AND condition.  What actually happens in this example is that I get 12 results, which represents the OR condition.

How do I fix this


Hi selnicmf,

This is the way the Ajax Filters work. When the options are within a group then you can select all of them. So if you want to have AND between the options, you need to separate them in different groups i.e HDMI Inputs group and SDI Inputs group rather than having a single INPUTS group.

Hope this helps!

Thanks

[email protected] wrote:
Hi ,
I want to remove below links from the page for all products . I am using 3.3 version .
1. What size am I
2. Item measurements
3. Add to compare list


Hi,

There is a setting in the Fashion theme plugin settings to remove them.
You can also remove them via css with display:none by adding the css in the Custom Head Styles in the Fashion theme plugin settings.

Thanks

Bugs
11 years ago

consium wrote:
OK the css fixed the image issue. I got another issue as I am getting redirected to error page when try to access from mobile. And in the log there is a message "No mobile theme could be loaded"

Mobile devices supported option is selected in admin section.

Please try http://5.77.50.24:83 from any android tablet.


HI consium,

You don't need to enable the mobile device supported option as the Allure theme is responsive and looks great on mobile devices. The mobile device support will be stopped from the next version of nopCommerce, so you should avoid it anyway.

Thanks

11 years ago

ezzat2k wrote:

One more question

After adding a product image, the Quick view Popup hight stretches way too much leaving the product image/gallery at the bottom left with a lot of white blank space on top.

http://184.168.143.17/images/pic1.png

is there a way to align the image/gallery to top left of the popup? (instead of bottom)
so hopefully also that make the popup hight not so big?!


Thank you again


Hi ezzat2k,

It looks like a css issue. What theme do you use? If you can share a link to your store, so that we can see what is wrong and advice.

Thanks

11 years ago

sozsoy wrote:
i install some plugin (Nop Anywhere Sliders,Nop JCarousel,Nop Product RibbonsNop Quick Tabs)   and i see this message (There is no store type corresponding to the conceptual side type 'Time' of primitive type 'Time'.)  Please help me


Hi sozsoy,

What is your database?

Thanks

11 years ago

ezzat2k wrote:
Is there a way to hide/remove (Manufacturer) from the quick-view Popup window?!


Thanks


Hi ezzat2k,

You can hide it with css:

.quickViewWindow .manufacturers{
display:none;
}


Thanks

11 years ago

joster wrote:
When we originally purchased the Alfresco theme, it included the nopCustomerReminders plugin. New installations and the 3.3 update doesn't seem to include this plugin. How do I obtain an updated 3.3 version of the Customer Reminders plugin?

Thanks-


Hi joster,

Yes, we no longer include these plugins to the themes. We include only 10 plugins in the themes. Please write us an email to let you know how to get these 2 plugins.

Thanks

11 years ago

aswaaq wrote:
i am trying to put "Out of Stock" message when product quantity is out of stock beneath price div but its not showing on the website. under inspect element, it shows the html generated for the message but its not visible. i have tried all the possibilities to get the desired result but not succeeded yet.

please suggest.....

thanks


Hi aswaaq,

It is just a matter of css styling. If you can share a link to your web site, so that we can take a look and advice.

Thanks

Bugs
11 years ago

consium wrote:
As it was not working before so I un-installed and re-installed quick view plugin. But anyway, as per instructions I uninstalled both quick view plugin and Allure theme. Then installed the plugin first and then the theme but now I am not getting either quick view button or add to cart button.


Hi Amir,

I can see both plugins working fine now on your web site.

Thanks

Bugs
11 years ago

consium wrote:
Still a couple issues.

1. When mouse over on thumbnail image it pushed down to give space for quick view. The thumbnail size in media setting is 345?
2. The quick view is appearing behind the image?

Thanks,
Amir


Hi Amir,

That is because a selector setting for the quick view is not correct. It is ".product-item" but in the Allure theme it should be ".add-info". This setting is added correctly when you install the Allure theme plugin, which should be installed last (after all other plugins) but probably you haven't installed it last or you have reinstalled the Quick View plugin.
So either go to the Quick View administration and change this setting or uninstall and install the Allure theme plugin.

Thanks