J-BusinessDirectory - Where do i see the billing information

Support Forum

 
 

 

Hi,

1. When user has saved a package they must add the billing information. I am trying to find this information for each listing in the backend but i cant find it. Where can i see this information ?

2. Also i notice that the e-mail that are sent informing that your company has been listed are sent to the company information email address and not the e-mail address entered in the BILLING information. What are the billing information/email used for then ?

Please advice.

9 replies

Hi,

 

1. When user has saved a package they must add the billing information. I am trying to find this information for each listing in the backend but i cant find it. Where can i see this information ?
The billing information is shown on order details by clicking on view link.

2. Also i notice that the e-mail that are sent informing that your company has been listed are sent to the company information email address and not the e-mail address entered in the BILLING information. What are the billing information/email used for then ?
The billing email is used only by payment gateway to send the billing notifications.

Hi George,

1. There it is - sorry i did not find this neither in the documentation nor in this forum . Thanks.

2. As far as i can see you always have to fill inn Billing information, right? After filling in billing information you select payment. So this means you MUST fill inn billing information even if you only use cash option. ( i am using cash, but have renamed it to invoice and will manually send my customer an invoice after ordering).

  Can you see any way i could drop this billing information since it is not used in my case? Maybe just hide every field without the name fields (and i can use the name fields as a reference to who ordered the listing)

Hope you understand what i am trying to do. Appreciate your help :)

Hi,

 

If you do not need the billing details you can edit the file {joomla}/components/com_jbusinessdirectory/views/billingdetails/tmpl/edit.php and the the fields that you do not want.

Hi Georg,

I notice that the free option do not use the billingdetails at all. And that would be a better solution for me to since i am creating a manual invoice. Then i will not have the button for billing details either.

But i cant set price to 0 to get the free type cause i need to show a price to my customers. Is there is a way to make it all kind of free and still be able to show a price?

Can you please guide me/let me know the best way to skip the billingdetails.

Thing is: i am creating a manual invoice that are sent by email. So no billing information is required.

 

Please advice

I notice when free is selected, it will dont be listed as an order in the controlpanel. Just as a listing.

Maybe this mean i will use some functionallity.....

Is it possible to skip the billing form completely and go directly to the payment overview (where you can see the price and select a payment. In my case it will say Invoice instead of cash ). I think this might be the best option. Please advice.

Hi,

 

You can edit {joomla}/components/com_jbusinessdirectory/views/orders/tmpl/default.php and change

<form id="payment-form" name="payment-form" method="post" action="<?php echo JRoute::_('index.php?option=com_jbusinessdirectory&view=billingdetails&layout=edit') ?>">
    <input type="hidden" name="orderId" id="orderId" value="" />
</form>

to

<form id="payment-form" name="payment-form" method="post" action="<?php echo JRoute::_('index.php?option=com_jbusinessdirectory&view=payment') ?>">
    <input type="hidden" name="orderId" id="orderId" value="" />
</form>

I have done this, but get a I get a 500 error when clicking on the Paymentdetails button. It says default_edit was not found ?

Hi,

 

I've edit the link again. The correct one is

<form id="payment-form" name="payment-form" method="post" action="<?php echo JRoute::_('index.php?option=com_jbusinessdirectory&view=payment') ?>">
    <input type="hidden" name="orderId" id="orderId" value="" />
</form>

Thank you so very much, that was absolutely perfect :) :-)

 
 
 

10 Item(s)

Show per page