Close

Profile: Boyko

Avatar

User posts

10 years ago

galnitzan wrote:

Hi, have the same issue, any info on that?

Thanks.


Hi galnitzan,

If you don't see the "home_page_slider" in the Anywhere Slider's Widgets tab then there could be only two possible reasons for this:

1. This means that probably nopCommerce doesn't know that you are using the Smart theme and that is why it doesn't look for the additional widget zones (see point 2). Please check if you have the Smart theme selected as active theme in your store. Also please check that if you have the Allow customers to select themes option as enabled then the user you are using has the Smart theme selected  in the public store. Or simply disable the option to "Allow customers to select themes option" and try again.

2. Check if the AdditionalWidgetZones.xml file exists in the Anywhere Sliders plugin. The "home_page_slider" widget zone is present in the Anywhere Sliders plugin folder where you can check if this file exists in Themes\Smart\AdditionalSupportedWidgetZones.xml. 

10 years ago

UserThomas wrote:
This seems to have a lot of votes. Any chance it will be implemented?  


We still haven't planned the ability to remove specific attributes from the Ajax Filters.
So most probably it won't be done for the next release of the plugin.

Now we are working on some features with higher priority.


UserThomas wrote:
Another suggestion ...


Would you mind suggesting it again in the UserVoice portal?




10 years ago

petemitch wrote:
Ok thanks.  I already have it set to not show prices for guests, the reason for the 999999.99 default prices is because otherwise the default price overrides the role specific tier price if it's lower and I don't think there's an easy way to prevent it (I guess for most situations it's expected that the default price would be the highest possible price and any tier prices would be lower).

Do you think a future version of Ajax Filters might support tier pricing?


Hi petemitch,

I can't tell you for sure if it is going to support it or not in the future (it is not planned at the time of writing this). I would suggest you to share your idea in our UserVoice portal and let others vote for it. 

10 years ago

petemitch wrote:
The site I'm working is B2B and doesn't have pricing shown for guests so all the default product prices are set to an arbitrarily high value (£999999.99) and all prices are defined in tier pricing.  Since doing this the pricing filter is no longer showing on the category pages.  Does the Ajax Filters plugin have any support for filtering based on tier prices or can it only work based on the default price?

Thanks, Pete.


Hi Pete,

The Ajax Filters plugin does not support tier prices. It uses the regular product price.
But in your case you can simply do not show prices for Guest customers. You can do this from the ACL (Access Control List) in the administration. You need to uncheck the Public Store: Display Prices for Guests.

10 years ago

t.ent wrote:
The sliders are not adhering to the Limit to Stores setting.  They are showing up on all stores.  Using version 3.3.75.10791



Hi t.ent,

This was fixed in version 3.3.xx.10875. Please update your plugin to the latest version as described here.

final_thrill wrote:
I need to modify several razor views in the views folder.  I tried creating a "Views" folder under the default clean folder, then place my modified views in there.  However when I rebuild, and fire up the site, its not displaying the modified view.  What am I doing wrong? 


Hi final_thrill,

When you override views into a theme you need to have the same category structure.
For example if you want to override this view Views\MegaMenu\MegaMenu.cshtml into the DefaultClean theme you need to copy it in this folder of the plugin 
Themes\DefaultClean\MegaMenu\MegaMenu.cshtml.

10 years ago

BlueMed wrote:
Dear Support Team,

I want to change the format of the Order receipt received on mail as well as the Invoice PDF format.But with the editor with minimal support , I cannot the get the format what i expect. So i planed to do through coding.Only allowed message tokens are visible on receipt?.How can i do that.Kindly help me on this.

Regards,
Ela
BlueMed Dev Team


Hi Ela,

I think I don't understand what exactly you want to do. Please elaborate and explain what the problem is and how it is related to our products.

10 years ago

ezzat2k wrote:
I'm running the latest 3.40.


Thanks


Hi ezzat2k,

Thank you for the version update.
It is good that you are using the latest nopCommerce version.
Would you mind suggesting it in the UserVoice portal?
This way we could plan it for our next sprint and it could be done at some point next week.

BlueMed wrote:
Dear support team,

Our product box is showing the tier price instead of actual product price.I dont know What is wrong with it.Kindly help me on this.

Regards,
Ela


Hi Ela,

We wouldn't be able to help you unless you provide us with a link to your web site and administration credentials to see how you have setup your product prices.

[email protected] wrote:
FWIW - The new view has the following line:

    @(Html.DataTable<SevenSpikes.Nop.Plugins.MegaMenu.Models.MegaMenuCategoryModel>(categoriesModels, megaMenuSettings.NumberOfCategoriesPerRow, "row", "box",
    @<text>

... so I replaced "megaMenuSettings.NumberOfCategoriesPerRow" with "3" and this worked.  My issue is resolved however Im curious if this hard-coding is no longer required?  Is there somewhere else I can set this variable so I dont have to change the view anymore going fwd?


You can change this setting from the All Settings page in the administration. We have a video about how to search and change settings in our Videos section.