Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default after making purchase

    after making purchase I want to arrive a text with some data to the user. where is that file?

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: after making purchase

    Possibly includes/languages/english/html_includes/YOUR_TEMPLATE/define_checkout_success.php

  3. #3
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default Re: after making purchase

    thanks for the reply , after confirm purchase the new edited message appears here, I want it reaches the mail along with information Cart

  4. #4
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: after making purchase

    To provide information in the email that is sent to the customer upon purchase requires modification of the includes/classes/order.php file look for function send_order_email(

    And in that area is where content can be added/modified to provide to the customer.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  5. #5
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default Re: after making purchase

    Name:  msg.jpg
Views: 112
Size:  43.5 KB here is screenshoot

  6. #6
    Join Date
    Jul 2012
    Posts
    16,817
    Plugin Contributions
    17

    Default Re: after making purchase

    Use tools->Developer's toolkit and search for that text... Either it will appear as a defined constant in a language file
    Code:
    define('CONSTANT','Mensaje editado.');
    Where CONSTANT would be the applicable variable for that text, or it will appear in one of the template files. You could then look for the CONSTANT and see where it is used and if that location corresponds with the template location identified above in the image.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

 

 

Similar Threads

  1. v154 URGENT, No purchase record after customer purchase
    By lcc93611 in forum General Questions
    Replies: 3
    Last Post: 9 Jan 2016, 11:33 PM
  2. Making a purchase with a mobile browser
    By Andy_GS in forum General Questions
    Replies: 0
    Last Post: 18 Mar 2010, 12:30 PM
  3. How can I give a $30 off NEXT purchase, when making a purchase today?
    By Nancy Fallat in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 3
    Last Post: 10 Dec 2009, 05:38 AM
  4. Making Purchase Email template changes, and testing it out
    By ultrus in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 10 Jul 2009, 04:09 PM
  5. After purchase
    By MoonCatcher in forum PayPal Express Checkout support
    Replies: 5
    Last Post: 4 Dec 2008, 09:23 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg