Close

Profile: Boyko

Avatar

User posts

10 years ago

Ebrahim wrote:
Hi 
I want disabled "Price Range Filter Slider" if ShoppingCartEnabled=false

How can get this setting in "PriceRangeFilterSlider.cshtml" file?

I add this code in to "PriceRangeFilterSlider.cshtml":
@using Nop.Web.Controllers;
@if (ShoppingCartEnabled)
{}


But not work


Hi Ebrahim,

There is no such setting ShoppingCartEnabled or at least we are not aware of it.
Where do you set this setting in the administration?

Please note that if you are using nopCommerce 3.4 and above then you can use the ACL to disable the prices or the shopping cart functionality and this way the Ajax Filters will automatically hide the Price Range filter.

Bugs
10 years ago

n!cebag wrote:
I'm having an issue with the JCarousel ...


Hi n!cebag,

We replied to your ticket.

Please don't duplicate post and tickets!

Happy Holidays!

10 years ago

kaka135 wrote:

1. I have added @Html.Widget to the menu to show All Shops, but only one shop is shown, even though I have two shops added. Is it because I'm using the trial version?


Yes, the trial version is limited to show only 1 shop.

kaka135 wrote:

2. I'd like to create own custom codes to search for the shops. Is there any simple documentation or tutorial for this? Such as function to get all shops from the database. 


How exactly do you want to search for the shops?
In the current version of the plugin we don't have any search functionality. But if there is demand for searching the stores then we can consider implementing it. So it is up to you to provide us with more information of how you would like the search functionality to work.

kaka135 wrote:

3. Can I change any title/label in the admin area? Such as "Address" instead of "Short Description".


Yes, you can change it.This is the resource you need to change: SevenSpikes.StoreLocator.Admin.Shop.ShortDescription. The plugin is fully localizable, so you can change every single resource in the public and administration area. This video explains it well.

kaka135 wrote:

4. When does the holiday promotion 20% off end? I'd like to try if this works well for my project, and hopefully to purchase the plugin before the promotion ends. My main concern is to be able to search the shops.


The promotion ends on December 31st.

Happy Holidays!

10 years ago

Hi Todd,

We replied to your ticket but will summaries for other having the same strange behavior.
The issue is related of the fact that all nopCommerce themes share the same nopCommerce settings, while some settings need to be different for the different themes,that is why you are left with the impression that they are not working. We pointed you to this post explaining the same here.

Happy Holidays!

10 years ago

Ebrahim wrote:

I Cant find it :-( resource key:"SevenSpikes.NopAjaxFilters.Public.OnSale".
and I try to add it but still show "On Sale" text.
Can you tell me how to get "On Sale" text from "@onSaleOptionsHtml(0)" script??


Hi Ebrahim,

This is populated in the controller and it uses the same resource. So I would advice you to download your product package again from our web site and update the plugin to its latest version as it is strange that this resource is missing. I double checked and the resource is in the file, so this should be some problem on your end.

10 years ago

BlueMed wrote:
Dear Support Team,

Is there any way to disable the pricing for grouped product. I like to display the price on the Product details page only. Kindly suggest the best option. 

Regards,
Ela 
BlueMed Dev Team


Hi Ela,

We are not aware of such an option out of the box for nopCommerce.
There is no way to determine if the product is grouped or not in the product box.
The easiest way to not show prices in the product boxes is to hide them with css, which will hide all prices to all products not just the grouped ones.

Hope this helps!

10 years ago

GreatAdventure wrote:
Hello, are there any plans to upgrade Alfresco Theme with some of the great features available in some of the other themes such as Nop Traction? In particular I'm talking about for small screens such as mobile phones. It would be great to have the static bar at the top like the Traction Theme, containing the cart info, categories, and most important the filters for mobile sized screens. Plus the "go to top of page" button that appears when you scroll down.
Thank you.


Hi GreatAdventure,

Thank you for your suggestions!

We don't have such plans for now but you can suggest your idea in our UserVoice portal and we can consider doing it. Some of the features you are talking about are not easy to be done as they will basically require remaking the whole theme as it has not been designed with them in mind. The go to top for example is easy to be done and we will plan it for our next sprint (after the holidays).

10 years ago

Ebrahim wrote:
Hi every body

How to change "ON SALE" text? I cant find it on Resources.en-us.xml on pelugin folder and main site Resources file.

I found text location on OnSaleFilter.cshtml file this section:

<div class="filtersGroupPanel" style="@toggleStateStyles">
            <ul>
                @onSaleOptionsHtml(0)
            </ul>
        </div>

but cant find @onSaleOptionsHtml(0).

Please help me


Hi Ebrahim,

It should be in the Resource file of the plugin. You have probably missed it.
Here is the resource key:"SevenSpikes.NopAjaxFilters.Public.OnSale".
Here is a video of how to search and change resources.

Bugs
10 years ago

alecm wrote:

That makes sense, I'll double check those locations.  I know that I installed the plugin when running the project from source, maybe I need to set some thing as "copy to local" or something like that when I deploy to my web host?  

Also should I "add existing" for the theme and theme plugin directories in my source project, didn't seem to matter and allowed me to install theme and all plugins while running the site from Visual Studio but I wonder if it makes a difference as far as what gets created when the project is deployed to production as I can only see the theme and plugin files in Visual Studio currently by choosing the "Show All Files" view option.

Thank you for the help.


Hi alecm,

If you are using the source code version of nopCommerce then it will be best to add the theme and the plugins to your Nop.Web project. Just select them and click "Include in project". This way during the Deploy they will be copied.

p.s: I am talking about the SevenSpikes plugins and the ShopAll theme. It also depends on how your Publish profile is setup i.e to copy all the files in the Nop.Web folder or only the files included in the project.

Bugs
10 years ago

alecm wrote:
Hi,

I've just installed this theme version 3.50.  When debugging from source my homepage loads fine.  However once I publish the project and attempt to load it I get this error:

The partial view 'MiniShoppingCart' was not found or no view engine supports the searched locations. The following locations were searched:
~/Themes/ShopAll/Views/ShopAllShoppingCart/MiniShoppingCart.cshtml


Looking for the view file it appears the directory where the view can be found should be:

~/Themes/ShopAll/Views/ShoppingCart/MiniShoppingCart.cshtml


Any ideas why the routing would be getting mixed up here?

Thanks.


Hi alecm,

The routing is not wrong as this is the correct location. We use our own ViewEngine that knows where to find the correct views but it gets confused as you most probably you don't have the theme plugin installed. Please check if the SevenSpikes.Theme.ShopAll plugin is present in your Plugins directory and if it is present in the App_Data\InstalledPlugins.txt file.