Developer forum

Forum » Ecommerce - Standard features » Loyalty Points missing from Management Center

Loyalty Points missing from Management Center

Terri Donahue
Reply

I have multiple sites with this issue. I am attaching a screencast that shows the missing item under Management Center/Ecommerce/Orders. I have compared the licensing on this app with one that displays the link correctly. Thanks in advance for any suggestions.

http://screencast.com/t/GXpyYNmgku2


Replies

 
Terri Donahue
Reply

I found it. It is listed as Order Discounts now.

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Yeah, which is a bug if you ask me. If it's a Dev aite, try moving the Language.db file (which contains all translations) away from the Admin folder for the site and then hit /Admin. Dynamicweb will download the missing file and refresh the UI. If the label is still wrong, I'd say it's a bug in the translation database or backend code.

Imar

 
Terri Donahue
Reply

I'll give that a try Imar. I'll have to find a non used admin folder so I don't break other sites.

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Right; or create a temp copy, and point /admin of your site to that folder.

 
Terri Donahue
Reply

It does the same thing even with a fresh download of language.db. Still shows Order Discounts.

 
Nicolai Høeg Pedersen
Reply

I think it is an error on the ecom tree table in the database... Can you dump us a list of SELECT * FROM EcomTree?

BR Nicolai

 
Terri Donahue
Reply

Here ya go.

 
Nicolai Høeg Pedersen
Reply

Sorry, wrong table... It is SELECT * FROM Ecom7Tree

 
Terri Donahue
Reply

Here ya go Nicolai.

 
Nicolai Høeg Pedersen
Reply
This post has been marked as an answer

Houston, we have a bug in the update script.

I'll have it fixed for the next DW release.

You can run this one on your database: UPDATE [Ecom7Tree] SET [Text] = 'Loyalty points' WHERE [id]=93

You will have the problem again if you rerun the ecommerce updates below 435.

TFS#22561

BR Nicolai

Votes for this answer: 1
 
Terri Donahue
Reply

Thanks Nicolai.

 
Imar Spaanjaars Dynamicweb Employee
Imar Spaanjaars
Reply

Great, thanks both. That has been annoying me for quite a while now ;-)

 

You must be logged in to post in the forum