Jump to content
thirty bees forum

Recommended Posts

Posted (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 by DRMasterChief
  • 1 month later...
Posted

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

image.thumb.png.1d69e8934c2b8b9bcbaced3e5c2bff70.png

I know that is not what you want, but perhaps playing with different filenames will achieve what you need?

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...