Hi
i read the documentation and all is well explain . but
1) available value for if(JRequest::getCmd('checkout') != 'step')
for checkout step i can see the directory path com_hikashop\views\checkout\tmpl\step.php
and the Jrequest can be : if(JRequest::getCmd('checkout') != 'step')
for i "layout" "show" duo i find no "layout" directory name inside views directory
views/product/tmpl/show.php
views/order/tmpl/show.php
views/adress/tmpl/show.php
2) accessibility of variable /value
can i know more about in which file i can call for example if(JRequest::getCmd('layout') != 'show') ? Does layout show are local or general variable refer to joomla ?, php ?
does thoses item zre accessible inside all files locate under com_hikashop ?
In a way in C/java and i think php , the value in some case can be access using location ( a pointer ) and acessible inside a function a file or all project or any project ( static) . I don't read such documentation about local global tempory variable in joomla . I could write wrong thing but understand joomla create a php layer on around php with specific syntax way to parse generate html code .
3) value manage by joomla BE html gui ?
does value "layout" and "show" are set using the HKS BackEnd GUI ?
I don't find where ?
4) Does the problem is about "From" label that is near "price" ?
@geospectrum , I want to understand the problem using capture image . Could you confirm my before after capture screen focus on your problem ?
5)
checkout documentation
@jerome
I understand that product page call many sub layout php page when read the link for product page customization
https://hikashop.com/support/support/documentation/153-customize-the-display.html
. Is there documentation for checkout page customization another like this
page
that show sub layout like for product customization ? ( see below capture screen not finished)
I really begin to understand that joomla Extension like HKS is like css framework bootstrap : it is a starting point ( boilerplate) that can be easely customize
- show information or not
- manage different workflow ( real /virtual products , payment , shipping)
-send confirmation feedback information by mail or web account about billing
-manage pdf hikaserial ticket to print
the name of this post should not be language ( RTL EN DE ) override but content override ( merge data ).
regard's