*

Anonymous

  • ****
  • 200 posts
how to remove "pay with credit" for ecommerce product
« on: December 11, 2017, 12:30:02 PM »
hi all,

i would be greatful if anybody could, explain
how to remove payment method- "pay with credit" for ecommerce product

dont want to pay with credit for ecommerce's  physical product through credit  :)
« Last Edit: December 11, 2017, 12:33:16 PM by Anonymous »
Innovation is change that unlocks new value  ;)

*

MB Themes

Re: how to remove "pay with credit" for ecommerce product
« Reply #1 on: December 11, 2017, 02:30:40 PM »
@Anonymous
Such payment should not be possible in latest version of plugin.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anonymous

  • ****
  • 200 posts
Re: how to remove "pay with credit" for ecommerce product
« Reply #2 on: December 11, 2017, 03:34:03 PM »
Quote
should not be possible
  ???
what it means?

you mean to say!  in version 1.3.3  pay with credit for ecommerce product is disable.
you have fixed that in latest version 1.3.3

is it that?  ???
Innovation is change that unlocks new value  ;)

*

Loma

  • ***
  • 69 posts
  • Loma
Re: how to remove "pay with credit" for ecommerce product
« Reply #3 on: December 12, 2017, 12:12:53 PM »
i have modified alot of in plugin. can you tell me how to do it? which file ?

regard

*

Anonymous

  • ****
  • 200 posts
Re: how to remove "pay with credit" for ecommerce product
« Reply #4 on: December 12, 2017, 06:00:29 PM »
@loma

Open user folder & edit cart.php

Find
Quote
if(!$contains_pack) {

Thats the chunk of code you have to modified,  add condition 

 if(!$contains_pack) && $items {
Or  if(!$contains_pack)&& bla bla bla {


Hope you will get solution very soon, ;)
Don't forget to reveal here,
Innovation is change that unlocks new value  ;)

*

MB Themes

Re: how to remove "pay with credit" for ecommerce product
« Reply #5 on: December 12, 2017, 07:07:47 PM »
@Loma
You should track all your changes.
Updated are related to user/cart.php and functions.php
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Anonymous

  • ****
  • 200 posts
Re: how to remove "pay with credit" for ecommerce product
« Reply #6 on: December 13, 2017, 08:44:03 AM »
  ::)
I was Wondering if some great people can reveal!!

How to disable pay with credit for ecom product..

 :(
Innovation is change that unlocks new value  ;)

*

MB Themes

Re: how to remove "pay with credit" for ecommerce product
« Reply #7 on: December 13, 2017, 08:59:01 AM »
I am just curious, why you simply do not download latest version and instead of that you waste time of other people? Trying to find solution that already exists...
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots