Search found 19 matches

Page 1 of 1

Search found 19 matches

Re: Payment Options do not show in the payment panel

I checked your admin. It seems that you don't have complete control at your back end admin side. You have to ask the one who created the site. They gave you only user rights. It means you can upload and edit products but can't modify core level functions, modules etc. If you have all source files, c...

Jump to post
  • Tue Dec 16, 2014 2:24 pm
  • Replies 3
  • Views 2425
Re: Payment Options do not show in the payment panel

If you login as administrator, in menu go to system/users/user groups.
Edit administrator option and check all modules in both access and modify permission and save it.
In opencart, bank transfer option is available as default.

Jump to post
  • Mon Dec 15, 2014 7:08 pm
  • Replies 3
  • Views 2425
Re:Disable Cash on Delivery for Vouchers (SOLVED)

This vqmod disables cash on delivery if cart has vouchers or both products and vouchers in the cart.

Jump to post
  • Wed Dec 10, 2014 7:45 pm
  • Replies 3
  • Views 6601
Re: Add logo

Check footer.tpl. Add new div id and attach images.

Jump to post
  • Tue Dec 02, 2014 2:06 pm
  • Replies 3
  • Views 654
Re: Installatron error : "Successfully detected the source i

Are you transferring files from one hosting to another ?

If so, take separate backups of source files and database.
Copy files to home directory and import database from phpmyadmin.

Jump to post
  • Mon Dec 01, 2014 3:58 pm
  • Replies 2
  • Views 2392
Re: Checkout -> Confirm page

In catalog/language/english/payment/bank transfer.php Find $_['text_description'] = 'Please transfer the total amount to the following bank account.'; Replace $_['text_description'] = '<font size="5">Please transfer the total amount to the following bank account.</font>'; Edit the value 5 ...

Jump to post
  • Fri Nov 28, 2014 1:58 pm
  • Replies 2
  • Views 839
Re: HELLLPPPPPPP.. Checkout error.

Are you using default theme or customised ?

Jump to post
  • Wed Nov 19, 2014 1:52 pm
  • Replies 2
  • Views 403
Re: Disable cod for vouchers at checkout

In Catalog/Model/Payment/Cod.php Find $method_data = array(); After add if ((float)$this->cart->getTotal() == 0) { $status = false; } If the product is zero, that means voucher exits in the cart, cod would be disabled. But this code doesn't works if there are products and voucher both exist in the c...

Jump to post
  • Wed Nov 19, 2014 1:42 pm
  • Replies 3
  • Views 6601
Disable Cash on Delivery for Vouchers

In catalog/model/payment/cod

I used the code

$method_data = array();

if (isset($this->session->data['vouchers']) && $this->session->data['payment_method'] == 'cod.cod') {
$status = false;
}

But its not working. Could anyone help me ?

Jump to post
  • Tue Nov 18, 2014 6:23 pm
  • Replies 3
  • Views 6601
Re: How to remove "fax" "company id" etc from checkout proce

If you want to remove fax and company id column Find <div class="control-group"> <label for="fax" class="control-label"> <?php echo $entry_fax; ?> </label> <div class="controls"> <input type="text" name="fax" value="<?php echo $fax; ?>...

Jump to post
  • Tue Nov 18, 2014 3:54 pm
  • Replies 5
  • Views 1806
Re: Create a payment status report

Yes. Got it. It shows payment and shipping methods in admin-sales-orders.

Jump to post
  • Thu Nov 06, 2014 9:24 pm
  • Replies 1
  • Views 3215
Payment Method Reports or Status

I just need to duplicate the report of shipping method and make it as payment method. Then want to replace the shipping as payment method and and inside the table there should be displayed the payment status, just like cash on delivery, paypal etc.

Below i have attached a sample image.

Jump to post
  • Thu Oct 30, 2014 2:37 pm
  • Replies 1
  • Views 3215
ccavenue payment integration error

Hi, I have integrated ccavenue payment plugin with opencart. When i proceed the order at the checkout page, the page redirects to "www.ccavenue.com/errorPages/Error.jsp?errorCode=0&processingFileName=ccavenue.txn.DoTransServlet&errorMessage=&cid=44522-100" and also shows" ...

Jump to post
  • Mon Oct 13, 2014 9:17 pm
  • Replies 0
  • Views 695
Add different tax rates for specific products

Hi, How to add different tax rates for specific products
Example:
Product 1 - Tax is 1 %
Product 2 - Tax is 2 %

Is it possible to add additional tab in product - data form for adding tax rates for certain products ?

Hope a good reply !

Jump to post
  • Fri Jul 11, 2014 5:49 pm
  • Replies 2
  • Views 3103

Page 1 of 1

Search found 19 matches