DRMasterChief Posted September 12, 2021 Posted September 12, 2021 (edited) Hi, i am looking for someone professional who can do the following for an German shop with Chex module: show delivery time for each item in cart (source is the given delivery time from BO/catalogue from each item) & show a short description for each item in cart (source can be the normal item description from catalogue with a truncate of e.g. 30 or so....) Maybe @datakick can help and/or we do it as a forums benefit, as it is for his Chex module? Means, we pay for this job and everyone can use these modifications if needed. thank you Edited September 12, 2021 by DRMasterChief
haylau Posted October 25, 2021 Posted October 25, 2021 From my understanding this is difficult to do as CHEX is run largely with script I did manage a similar effect with file module/chex/classes/manager.php Around line 270: Change ‘name’ =>$prod[‘name’] To 'name' => $prod['reference'].PHP_EOL." - ".$prod['name'].PHP_EOL." - Current Stock Level: ".$prod[stock_quantity].PHP_EOL." - Unit Price:£ ".$prod['price_wt'], Gives this effect I know that is not what you want, but perhaps playing with different filenames will achieve what you need?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now