Close

Profile: BlueMed

Avatar

User posts

BlueMed wrote:
Dear support team,

I want to remove PDF invoice button from order details without code change.Kindly suggest me the best way.In addition to this, also want to re arrange the registration form fields for example, i want the zip code field after the country field.Similarly i want show the "Bill to this address" button at the bottom of address.Is it possible to achieve all those without code change.Kindly suggest me the best option.

Regards,
Ela

Dear support team,

I want to remove PDF invoice button from order details without code change.Kindly suggest me the best way.

Regards,
Ela

9 years ago

Boyko wrote:
Dear Support Team,

We have news menu on our website main menu and footer.When i click the news link It will show the News title.I want to show some image with title instead Blank title.Or some Effects to news item.Kindly suggest me the solution.

Regards,
Ela



Hi Ela,

If you are talking about the links into the Mega Menu plugin to the News section then you can change them in this file the Views\MegaMenu\MegaMenu.cshtml file.
The code is like this:

if (Model.Settings.IncludeNewsLink)
    {
        <li>
            <a href="@Url.RouteUrl("NewsArchive")" title="@T("News")">@T("News")</a>
        </li>
    }


Dear Boyko Stanev,

Thanks for response.I want to show some images on news items.We have News link at top navigation mega menu .After cliking that News a list news items shown on page. I like to add some images for each news item tiles.

Our site bluemed.ca.

I want to add image to the news item title "Our upcoming Trade Shows 2014 - 2015"
Kindly let me know, if there is a possibility.

Regards,
Ela
BlueMed Dev Team.

9 years ago

Dear Support Team,

We have news menu on our website main menu and footer.When i click the news link It will show the News title.I want to show some image with title instead Blank title.Or some Effects to news item.Kindly suggest me the solution.

Regards,
Ela

Boyko wrote:

I have updated the database manually.Cleared the cache also.Still the problem exists.
Can you please help me on this. How the new products are added to home page where can i see the new products through admin panel.

Regards,
Ela

Hi Ela,

There are two new products sections on the home page - one in the tabs and one in the footer.
The setting you have changed as the name implies changes the number of new products in the footer.
The one you are referring to (new products tab) uses the nopCommerce setting - CatalogSettings.RecentlyAddedProductsNumber


Dear Support Team,

Thanks a lot.Problem got solved.I am keep on looking for new products settings instead RecentlyAddedProducts settings.

Regards,
Ela

9 years ago

Boyko wrote:

My site support 2 languages French and English.I want to add the language based slider through Nop Anywhere slider.But I cannot, .How can i achieve this.How to add custom conditions on Nop Anywhere slider.Kindly help me on this.We are using Nop commerce 3.4 with Traction Theme.

Regards,
Ela
BlueMed Dev Team

Hi Ela,

When you create a new Slider you can select the Language for which this Slider will appear from the Language dropdown. By default it is selected All, which means it will be shown for all languages but you can change it.
.

Dear Support Team,

Sorry for delayed response. Thank you very much for your timely help.

Regards,
Ela

9 years ago

Boyko wrote:
I buy Jewerly Theme 2.8. I need to have different images for every language. I try to find code that you write above but i don't be able to find it.

Is it possible to read image from a topic? How?

Hi Andrea,

Are you talking about the images in the Anywhere Sliders or in general?
There is no way to get images from a topic in nopCommerce.
If you are talking about the images in the Anywhere Sliders then you need to create two Sliders from the Administration and each of them to have images for the specific language.
Then you need to use the code above(simply copy and paste it) and add it where you want to show the Slider. Please let us know where you want to add the Slider and we will tell you in which file to add the code above.

Thanks


Dear Support Team,

My site support 2 languages French and English.I want to add the language based slider through Nop Anywhere slider.But I cannot, .How can i achieve this.How to add custom conditions on Nop Anywhere slider.Kindly help me on this.We are using Nop commerce 3.4 with Traction Theme.

Regards,
Ela
BlueMed Dev Team

9 years ago

Dear Support Team,

My site support 2 languages French and English.I want to add the language based slider through Nop Anywhere slider.But I cannot, .How can i achieve this.How to add custom conditions on Nop Anywhere slider.Kindly help me on this.

Regards,
Ela
BlueMed Dev Team

Boyko wrote:
Dear support team,

I want to display only 4 new products on my home page. Even though if i changed the settings
sevenspikes.theme.traction.newproductsinfooternumber as 4, it is still showing 8 new prodcuts on home page.From where i can see the new products.

Kindly help me on thia.

Regards,
Ela
BlueMed Dev team.


Hi Ela,

Probably this setting has been cached (nopCommerce caches the settings) and that is why you still see 8 products. Try clearing the cache from the administration and see if the new setting is applied then.



Dear Support Team,

I have updated the database manually.Cleared the cache also.Still the problem exists.
Can you please help me on this. How the new products are added to home page where can i see the new products through admin panel.

Regards,
Ela

Dear support team,

I want to display only 4 new products on my home page. Even though if i changed the settings
sevenspikes.theme.traction.newproductsinfooternumber as 4, it is still showing 8 new prodcuts on home page.From where i can see the new products.

Kindly help me on thia.

Regards,
Ela
BlueMed Dev team.