Close

Profile: iliyan.tanev

Avatar

User posts

Hi,

We have replied to your other post.
Do you use the Preselect last shipping/billing address settings ?

We are looking forward for your response!

Hi,

We needed the admin credentials so we can see your settings and replicate them, because we were unable to reproduce the problem. 
Now, because of the screenshots that you have posted in StackOverflow we were able to replicate your settings and we have tested the plugin with them. Again, there doesn't seem to be any problems. See the bellow screenshots.

Customer with test address
Order made with this test address

As you can see the test address has the same zip, state and country as the one that you have provided in StackOverflow. The tax settings are the same, only the percentage I have set is different to be more noticeable.

Do you have any modifications to nopCommerce source code ? Also, we still need admin credentials so we can investigate other possible reasons for the issue, but we can not guess your settings.

P.S.
If you don't see the tax on the Checkout page it is because you need to fill the shipping address fields that you have set in the tax configuration settings.

Checkout page

Keep in mind that if you want to always see the tax you will need to set your default tax address from Tax Settings.

Example for default tax address

Looking forward for your response!

Hi,

Sorry, I didn't consider that this option can be of use in your case.

Thank you for your feedback! We will take a look. 

Hi,

Thank you for your feedback! 

We found the source of the problem and it is now fixed and soon will be deployed. We will write back here when we deploy the fix.

Hi,

Can you suggest this to our UserVoice portal

Thanks!

razor code
10 years ago

Hi,

By "add html widget razor code" do you mean to add razor code to Html Widget ? If this is your question - unfortunately it is not possible.

About your second question: If I understand you correctly you need to add Html Widget on Topic page ? If this is what you need you will have to add a new widget zone in the TopicDetails.cshtml view and also add the new widget zone to the SupportedWidgetZones.xml file in the Html Widgets plugin.

Write back if you need guidance on how to do it.

10 years ago

Hi,

You will need the source code version of nopCommerce.
If you have no experience with .NET it will be best to hire a developer to do the changes for you. 

10 years ago

Hi,

Currently we do not support this, because there are more complicated cases like when you have attribute combinations or you have allowed quantities. This will require big changes to the entire plugin that will affect the performance negatively. Hope you understand.

10 years ago

Hi,

Sorry for the late response. 

Can you raise a ticket with admin credentials so we can see your set up and inspect the errors in the log ? 

10 years ago

Hi,

You can show the product specifications and attributes on the invoice page, but you will have to modify the PdfService for this.

If you go to Libraries\Nop.Services\Common, open the PdfService.cs file and find the PrintOrdersToPdf, you will see orders collection that is passed to the method. In the method there is a foreach loop that goes through each order and generates the table you are seeing in the pdf file. In every order you have order item that has navigation property to the Product. In the product you will find everything about the product including the specification and attributes. All you need to do is to modify the PrintOrdersToPdf method to generate the specifications and attributes.
See the method code for examples of how to control the table width, how to generate tables and table cells.

Please write back if you have difficulties modifying the method! We will assist you.

About the pdf logo: Do you mean the logo in the Invoice document ? If you do you can upload your own from the Admin -> Settings -> General And Miscellaneous Settings -> Pdf Settings -> Pdf Logo. This will cause the image you have uploaded to appear on the top right corner of the pdf invoice document.

Hope this helps!