Page 3 of 3

Re: postage porto

Posted: 10 Dec 2015, 11:34
by marksyl
hello!

thanx for your answer...

at the source-code i see:

Code: Select all

<label for="address-billing-city">Ort		</label><input type="text" id="address-billing-city" name="ai[ca_billing][order.base.address.city]" value="" placeholder="Ort" disabled="disabled" />
it is disabled...

but i have no configuration

"No service for code "" found" wird darunter angezeigt

-----------------------------------------------

if it would working, this code (in tsconfig in checkout-site) would affects, that this are my formular-fields and you have to fill?

Code: Select all

plugin.tx_aimeos.settings.client.html.common.standard.address.billing.mandatory { 
0 = order.base.address.salutation
1 = order.base.address.firstname
2 = order.base.address.lastname
3 = order.base.address.address1
4 = order.base.address.postal
5 = order.base.address.city
6 = order.base.address.email
}
lg marksyl

Re: postage porto

Posted: 10 Dec 2015, 11:46
by aimeos
Please use plugin.tx_aimeos.settings.client.html.checkout.standard.address.billing.mandatory instead as it replaced the config setting you've noted:
https://aimeos.org/docs/Configuration/C ... /mandatory

Re: postage porto

Posted: 10 Dec 2015, 12:01
by marksyl
hi
thanx for this...

okay, that is the 2nd step for me...

the first is, it doesn't work...

it is disabled, i can see at the code...

but i have done no special configuration

"No service for code "" found" is shown on the same site under the formular


lg, marksyl

Re: postage porto

Posted: 12 Dec 2015, 12:07
by aimeos
Problems have been solved. There was still a wrong TypoScript in the TypoScript field of the plugin flexform. Furthermore, the checkout update plugin was placed below the checkout standard plugin which shouldn't be there and it produced the "No service for code "" found" error.