Greetings,

Client is running fully patched Zencart 1.38. There are two instances of his cart running on the server, one for retail customers and one exclusively for wholesale customers. The retail store (www.shopinhisimage.com) has been up and running for a couple of years. Client came to me a few months ago and asked me to create a clone of the retail site for his wholesale customers. Per the instructions on this site, I (thought I) successfully copied the cart to a new subdomain. However, I am now encountering some issues.

Upon checkout, the appropriate credit card labels do now show. Here's an example of what is seen in the source of wholesale site with the probrlem:

Code:
<label for="cc-cc-owner" class="inputLabelPayment">Card Owner's Name:</label><input type="text" name="cc_owner" value="Red E. Shopper" id="cc-cc-owner" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" />
<label for="cc-cc-number" class="inputLabelPayment">Card Number:</label><input type="text" name="cc_number" id="cc-cc-number" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" />
<label for="cc-cc-expires-month" class="inputLabelPayment">Expiration Date:</label><select name="cc_expires_month" id="cc-cc-expires-month" onfocus="methodSelect('pmt-cc')">
Code:
<label for="cc-cc-owner" class="inputLabelPayment">MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_OWNER</label><input type="text" name="cc_owner" value="Red E. Shopper" id="cc-cc-owner" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" />
<label for="cc-cc-number" class="inputLabelPayment">MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_NUMBER</label><input type="text" name="cc_number" id="cc-cc-number" onfocus="methodSelect('pmt-cc')" /><br class="clearBoth" />
<label for="cc-cc-expires-month" class="inputLabelPayment">MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_EXPIRES</label><select name="cc_expires_month" id="cc-cc-expires-month" onfocus="methodSelect('pmt-cc')">
I have done a Developer's Toolkit search on the retail site for "Card Owner's Name" and come up with 0 results? I also have reinstalled the cc.php file thinking it might have something to do with a file corruption, but no success there either. I'm really scratching my head...

I'll post my other issue in the appropriate forum.

Thanks in advance for any assistance you can provide.

Christopher
Deer Creek Design Company