hi,

the product URL in the order confirmation email is not correct. The URL reads 
https://127.0.0.1:8443/ecommerce.... rather than 
https://www.mysite.com:8443/ecommerce...

How can we rectify this. 

The body screen file used for the order confimation email reads something like 
this:

    <screen name="OrderConfirmNotice">
        <section>
            <actions>
                <set field="title" value="Order Confirmation Notice"/>
                <set field="baseEcommerceSecureUrl" 
value="${baseSecureUrl}/ecommerce/control/"/>
                <script 
location="component://ecommerce/webapp/ecommerce/WEB-INF/actions/order/orderstatus.bsh"/>
            </actions>
            <widgets>
                <platform-specific><html><html-template 
location="component://ecommerce/templates/email/OrderNoticeEmail.ftl"/></html></platform-specific>
            </widgets>
        </section>
    </screen>
.


Did anyone else too have a similar problem.

rohit

 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
 __________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to