vlasta
New Member
The dialogue to contact the seller has the shipping amount drop down incorrectly labelled. It has the text xfa_rmmp_shipping instead of a phrase.
I was digging around, and it seems there is an error in the phrases.xml file. I modified this line:
<phrase title="xfa_fss_shipping" version_id="903000090" version_string="3.0.0 RC1"><![CDATA[Shipping]]></phrase>
to read:
<phrase title="xfa_rmmp_shipping" version_id="903000090" version_string="3.0.0 RC1"><![CDATA[Shipping]]></phrase>
to match the placeholder text I was seeing above. Now the label for the shipping row reads correctly as "Shipping"
I was digging around, and it seems there is an error in the phrases.xml file. I modified this line:
<phrase title="xfa_fss_shipping" version_id="903000090" version_string="3.0.0 RC1"><![CDATA[Shipping]]></phrase>
to read:
<phrase title="xfa_rmmp_shipping" version_id="903000090" version_string="3.0.0 RC1"><![CDATA[Shipping]]></phrase>
to match the placeholder text I was seeing above. Now the label for the shipping row reads correctly as "Shipping"