Jeanne

Forum Replies Created

Viewing 4 posts - 121 through 124 (of 124 total)
  • Author
    Posts
  • in reply to: Magento Reward Point extension #1052

    Jeanne
    Keymaster

    The Magento Reward Points Extension is one such tool that has come to rule the market with its great features that enables customers to earn reward points for the patronage they extend. It is one of the most appealing tools that help store owners to generate repeat clients as well as new clients by enhancing the customer satisfaction level.

    The Magento Reward Points Extension assists customers to collect and enjoy some of the great features such as-

    >> Enables to earn reward points through initiating User Purchase Actions like Purchase, Birthday Purchase, Referral Purchase, and Product Review.

    >> Enables customers to earn reward points for building activities like Referral, Participation on Poll, Tagging product, Subscribing to Newsletter etc.

    >> Even through social media network activity of the customers also enable them to earn reward points by taking part in Social Media such as FB, Twitter and Google Plus etc.

    >> It is easy to prepare and view reports on rewards spend as well as earned.

    in reply to: How to rename the payment method in my site? #1047

    Jeanne
    Keymaster

    Dear Jessi,

    Please follow the below steps,

    1.Kindly navigate below file path
    /pdf/invoice.payment-tab.tpl

    2.Remove 30 to 35 lines (code lines)
    Removed codes:
    {foreach from=$order_invoice->getOrderPaymentCollection() item=payment}

    {$payment->payment_method} {displayPrice currency=$payment->id_currency price=$payment->amount}

    {/foreach}

    3.Add the below code after removing (30-35 code lines)

    Adding Code:
    {foreach from=$order_invoice->getOrderPaymentCollection() item=payment}

    {if $payment->payment_method == “Paypal Pro Plus”}

    Credit Card Payment {displayPrice currency=$payment->id_currency price=$payment->amount}

    {else}

    {$payment->payment_method} {displayPrice currency=$payment->id_currency price=$payment->amount}

    {/if}
    {/foreach}

    If you still face issue please send a mail to support@modulebazaar.com

    Thanks,
    ModuleBazaar Team

    in reply to: seller order menu records not view #942

    Jeanne
    Keymaster

    HI,

    You can mail to support@modulebazaar.com,we shall get back to you with the possible solutions for your issue.

    in reply to: seller order page customize #941

    Jeanne
    Keymaster

    Hi,

    You can mail our support team -support@modulebazaar.com and we shall get back to you with the possible solutions for your issue.

Viewing 4 posts - 121 through 124 (of 124 total)