Referring to a previous request of mine as from the following link:
I can't find the solution on how to get for the appendix B, the same structure as the appendix A:
\appendix
\part{\textcolor{SandyBrown}{\textsc{Appendice}}}
\chapterimage{chapter_head_10.pdf} % Chapter heading image
\chapter{Richiami di formalismo vettoriale}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\thechapter}{\Alph{chapter}}
\setcounter{chapter}{1}
\renewcommand{\thepart}{\arabic{part}}%part numbering in arabic
Precisely for the Appendix B
\renewcommand\thepart{\Alph{part}}
\part{\textcolor{SandyBrown}{\textsc{Appendice}}}
\chapterimage{chapter_head_10.pdf} % Chapter heading image
\chapter{Titolo per l'appendice B}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\renewcommand{\thechapter}{\Alph{chapter}}
\setcounter{chapter}{0}
it is not have the numeration B.1, B.1.1. etc.
As you can see from the image, the numbering of appendix B is missing the letter B that precedes the numbering.
How can I solve or fix the issue?
EDIT 1: following a comment now deleted. This is the result:

