Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • ger12 Friend
    #183515

    Hi,

    Iwould like to know how can i enchance the order display? The User order.

    Look at the $ simbol

    And in the footer of the same order, the name of the Shop TWICE? for what?

    I think come frome here

    Why i suposed to incllude into the User Order TWICE

    Dont make sense this text here, how can i edit it?

    What is the key pass into the User Order? :-[

    How can i quit the ADD SHIPPING INFORMATION here.

    Luna Garden Moderator
    #478422

    Hello Ger,

    <blockquote>Iwould like to know how can i enchance the order display? The User order.</blockquote>

    And in the footer of the same order, the name of the Shop TWICE? for what?

    I don’t know how to get this error, please provide your URL and admin back-end, also the step details show how to get this error, and the link has this error.

    Why i suposed to incllude into the User Order TWICE

    Dont make sense this text here, how can i edit it?

    What is the key pass into the User Order?

    How can i quit the ADD SHIPPING INFORMATION here.

    This is the default setting of VirtueMart, shouldn’t change anything about this.

    ger12 Friend
    #478927

    Sorry, I did not explain it well. 🙂

    Into the User Order ( the order that the user receives) have this footer.

    which file and which line do i need to change? :-[

    Luna Garden Moderator
    #479212

    Hello,

    Could you explain the steps how to get the error as describe ? As you see in your capture, it has no background, meanwhile, as I have tried, order user has the background image, and I don’t see the error as you describe: http://easycaptures.com/3385705289

    ger12 Friend
    #479288

    Hi, 🙂

    My capture come from Outlook. This order the customer receives in their email.

    Something else, i dont have in any part of the cart the ¨ Order History¨ and the ¨Order items¨ i dont know why… maybe i need to enable something?

    In my template the User only see the orders into their emails. it is that right?

    Luna Garden Moderator
    #479359

    Hello Ger12,

    1. <blockquote>My capture come from Outlook. This order the customer receives in their email.</blockquote>

    In order to remove line of shop vendor in email, please go go : <blockquote>componentscom_virtuemartviewsinvoicetmplmail_html_footer.php</blockquote>

    Find theses lines: <blockquote>echo JText::_(‘COM_VIRTUEMART_MAIL_FOOTER’ ) . ‘<a href=”‘.$link.'”>’.$this->vendor->vendor_name.'</a>’;
    echo ‘<br/>’;
    echo $this->vendor->vendor_name .'<br />’.$this->vendor->vendor_phone .’ ‘.$this->vendor->vendor_store_name .'<br /> ‘.$this->vendor->vendor_store_desc.'<br />’.$this->vendor->vendor_legal_info;</blockquote>

    Change to:

    <blockquote>echo JText::_(‘COM_VIRTUEMART_MAIL_FOOTER’ ) . ‘<a href=”‘.$link.'”>’.$this->vendor->vendor_name.'</a>’;
    echo ‘<br/>’;
    echo $this->vendor->vendor_name .'<br />’.$this->vendor->vendor_phone .’ ‘.$this->vendor->vendor_store_name .'<br /> ‘.$this->vendor->vendor_store_desc.'<br />’.$this->vendor->vendor_legal_info;</blockquote>

    <blockquote>echo $this->vendor->vendor_name .'<br />’.$this->vendor->vendor_phone .'<br /> ‘.$this->vendor->vendor_store_desc.'<br />’.$this->vendor->vendor_legal_info;</blockquote>

    And go to <blockquote>componentscom_virtuemartviewsinvoicetmplmail_raw_footer.php</blockquote>

    <blockquote>echo JText::_(‘COM_VIRTUEMART_MAIL_FOOTER’ ) . ‘<a href=”‘.$link.'”>’.$this->vendor->vendor_name.'</a>’;
    echo ‘<br/>’;
    echo $this->vendor->vendor_name .'<br />’.$this->vendor->vendor_phone .’ ‘.$this->vendor->vendor_store_name .'<br /> ‘.$this->vendor->vendor_store_desc.'<br />’.$this->vendor->vendor_legal_info;</blockquote>

    <blockquote>echo $this->vendor->vendor_name .'<br />’.$this->vendor->vendor_phone .'<br /> ‘.$this->vendor->vendor_store_desc.'<br />’.$this->vendor->vendor_legal_info;</blockquote>

    Please try and let me know if it help.

    2.<blockquote>Something else, i dont have in any part of the cart the ¨ Order History¨ and the ¨Order items¨ i dont know why… maybe i need to enable something?

    In my template the User only see the orders into their emails. it is that right? </blockquote>

    Cause I don’t know how to get the problem as you, so I try to look in Account Maintain Menu item, but couldn’t see it.

    If you want to have this part, you can enable menu item Account Maintain or create a new one, see: http://easycaptures.com/fs/uploaded/510/6171035610.png

Viewing 6 posts - 1 through 6 (of 6 total)

This topic contains 6 replies, has 2 voices, and was last updated by  Luna Garden 11 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum