-- HikaShop version -- : 2.0.0
-- Joomla version -- : 2.5.14
Hello,
1st question
I obsrved just an issue on the checkout process. In shipping address: I deselect "same_address" for Invoice and create a new addressf for the invoice. the title in the Iframe is "Shipping address" but should be "Invoice Adress".
The "New"-button for Invoice has the following code. I wonder wether this is correct.
var field=document.getElementById('hikashop_product_quantity_field_2');var link = document.getElementById('hikashop_checkout_shipping_address_new_link'); if(link) return hikashopEditAddress(link,0,true); return false;
The essencial part, I think is the following one. Should this be different in order to create new invoice details?
hikashop_checkout_shipping_address_new_link
I had some help from someone and I fear something got messed up.
Is this behaviour normal or did we make an error in the coding?
And when I created a new invoice address the same address appears also in shipping address. Is this normal or did we messed somthing up?
_______________________________________
2nd Question
Is it possible to create two different forms with different fields one for shipping one for invoice. i.e. indentification number would be neccesarry in my invoicies but not for shipping adress.
Thank you for your help!