Jump to content

duckmansweb

Member
  • Posts

    41
  • Joined

  • Last visited

Posts posted by duckmansweb

  1. "Cart: Order Confirmed"

     

    Thank You {$DATA.first_name}!

    Your order {$DATA.cart_order_id} has been received which was placed on {$DATA.order_date}. Please keep this email for your records. It is possible to view the status of your order online.

    {$DATA.link}

    Billing address:
    {$BILLING.first_name} {$BILLING.last_name}
    {if !empty({$BILLING.company_name})}{$BILLING.company_name}
    {/if} {$BILLING.line1}
    {if !empty({$BILLING.line2})}{$BILLING.line2}
    {/if} {$BILLING.town}
    {$BILLING.state}
    {$BILLING.postcode}
    {$BILLING.country}
    {$BILLING.phone}

    Email:
    {$BILLING.email} Shipping address:
    {$SHIPPING.first_name} {$SHIPPING.last_name}
    {if !empty({$SHIPPING.company_name})}{$SHIPPING.company_name}
    {/if}{$SHIPPING.line1}
    {if !empty({$SHIPPING.line2})}{$SHIPPING.line2}
    {/if}{$SHIPPING.town}
    {$SHIPPING.state}
    {$SHIPPING.postcode}
    {$SHIPPING.country} Item Quantity Cost {$product.name}
    {$product.product_options} {$product.quantity} {$product.price}   Shipping: {if $DATA.ship_method}({$DATA.ship_method}){/if} {$DATA.shipping}   Discount: {$DATA.discount}   Subtotal: {$DATA.subtotal}   {$tax.tax_name}: ({$tax.tax_percent}%) {$tax.tax_amount}   Order Total: {$DATA.total}

     

     

     

     

     

     

     

    Cart: Payment Received

     

     

    Hi {$DATA.first_name},

    We would just like to inform you that a payment of {$DATA.total}

    for order number {$DATA.cart_order_id}. has cleared and your order is now being carefully packed to be ready for dispatch.

     

     

     

     we need to make the "processing" status (when set manually in order management)  send the email template above ^^ instead of sending the order confirmed email

  2. i guys , when a customer places and order , cubecart uses...

    Subject: "Order Confirmation"
    "Your order 130716-175245-6647 has been received which was placed on 16 Jul 2013, 17:52. Please keep this email for your records. It is possible to view the status of your order online."

    this is marked as "pending" in admin , now , USUALLY when payment is received , you select the pulldown box as "processing" and according to the email template for "payment received" it should say ...

    Subject "Thank you for your payment! "
    Body: i {$DATA.first_name},

    Thank you. We have received a payment of {$DATA.total} for order number {$DATA.cart_order_id}.

    but in fact cubecart is sending the same order confirmation email as the payment received email , any thoughts ?

     

     

    in my old CC4 store , when a customer pays with say "credit card" , i manually select "processing" and it sent an email say "payment received" . the ONLY time a customer can get a payment received email in cubecart 5.0 is when paying via paypal , i would like to have a "payment received" email when an order is MANUALY changed to "processing"

  3. can someone explain to me in layman's terms what i should fill in here...

    Specific Product Meta Data

    Custom SEO URL:

    Browser Title:

    Meta Description:

    Meta Keywords:

    i have the google SEO mod installed , is it necessary to input this data into each product ? if so , what exactly do i have to do ?

  4. guys ive just noticed on some computers here at work my website displays all wrong and has a .JS error , works 100% in firefox , just plays up in IE7, displays ok in IE8 but still has an error, any ideas? , please find attached screen shots of the error , hope you can help

  5. hey , im having ALOT of problems with images will explain whats happening.

    when i create a product , i go to upload an image , it uploads ok , shows up , then i click

    "edit product" thats fine , but then when i actually go to view it in the

    website , their is no thumbnail at all , and when i go into my FTP server

    and look at the info of that picture , it says the owner is "www" where as

    all the others are "revoltuonrc.com.au" and the permissions are different

    here is a link to a picture of what im talking about ...

    http://revolutionrc.com.au/electronics/reg...bec/cat_70.html

    http://i160.photobucket.com/albums/t178/du...mageproblem.jpg

    something is really wrong and i need to get it working again ASAP

  6. For the width of the logo you need to edit the admin/styles/print.css

    For the logo.....it's controlled by admin/sources/ orders/print.inc.....it should grab the logo....

    at around 95....

    <img src="<?php echo $glob['rootRel']; ?>images/getLogo.php?skin=<?php echo $config['skinDir']; ?>" alt="" />

    WHERE exctly is this piece of code grabbing the logo from ? as im having a problem where NO logo is appearing at all

  7. hey guys , just got a bit of a question , is their a mod for CC4 that has like a stocktake page that shows Stock level , cost of the particular item and sale price ? and also an accounting module that showes GP% etc , would be interested in such mods if they are available

  8. hey guys , im just in the process of starting my online store , i have chosen cube cart as my shopping cart , can anyone provide me a good install guide or video that is in english lol , ive not had much experience with web design etc etc , any help would be great

×
×
  • Create New...