Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Pronux

Pioneers
  • Posts

    98
  • Joined

  • Last visited

Profile Information

  • Real Name
    Pronux
  • Gender
    Male
  • Location
    Switzerland
  • Interests
    Pronux develops add-ons and connectors for Microsoft Dynamics NAV (Navision) and osCommerce
  • Website

Recent Profile Visitors

24,774 profile views

Pronux's Achievements

  1. Hi there,

    The TMS tabs, how to get different colours for each tab displayed.

    Thanx

    Elroy

  2. Hi there,

    Read up here:

    I got it to work with sql entries in the product_info field, but not in admin/categories.

    I have Bootstrap/Edge.

    Any assistance perhaps on a script?

    Thank you

    Elroy

     

     

  3. Hi, The only way in my view is to store the selected (active) tab in the $_SESSION. Due to time constraints I can't give you a code example.
  4. last try: foreach($info_box_contents as $row) { foreach($row as $row2) { foreach($row2 as $value) { $TMS->tab[1]['content'] .= $value; } } }
  5. go deeper: foreach($info_box_contents as $row) { foreach($row as $value) { $TMS->tab[1]['content'] .= $value; } }
  6. jep, that's the problem. You have to extract the values in the array foreach($info_box_contents as $value) { $TMS->tab[1]['content'] .= $value; } maybe you have to do 2 foreach.....I don't know how deep $info_box_contents is :-" try try try :thumbsup:
  7. Change: $TMS->tab[1]['content'] .= $info_box_contents; To: $TMS->tab[1]['content'] = print_r($info_box_contents, true); Maybe you have luck and it works... :thumbsup:
  8. Hi, This won't work because it doesn't execute the PHP code, instead it will output the code as text. UUnfortunately, it is not possible at the moment to include and show complete php files in a tab. You can try to put the content "directly" into TMS. What I mean: Look at the code you have posted. REPLACE: new contentBoxLight($info_box_contents); WITH: $TMS->tab[1]['content'] .= $info_box_contents; Maybe you have luck and it works :thumbsup:
  9. Hi, I think this has nothing to do with this addon, since it's up to you which content you show in/under the tabs. Can you please ask this question in the general forum.
  10. Thanks for your detailed answer. We will definitely fix these issues in the next release.
  11. Hi, Thanks for your feedback. Which bugs / non-W3C compliant code do you mean exactly?
  12. @mfactory Upload the demo folder included in TMS to your root directory of the shop (f.e. www.yourshow.com/demo) and look if it works. ->If it doesn't work: I think you have a problem with your PHP configuration or an old version of PHP... ->If it works: Reinstall the TMS add-on in your shop. If it doesn't work, go through the 5 steps mentioned at the beginning of this thread
  13. Hi, Thanks for your feedback. Here's my quick answer: Change the tabs from horizontal to vertical is not easy because you have to change the code which generates the tabs "Hide tabs if no content" will be possible in the next version of TMS, but the release date is not set yet. If you have time to study the code you can do it yourself, should be possible.
  14. "We are a team of 4 professional developers, where can we contribute to osCommerce 3.0?" http://bit.ly/fpFZDT

×
×
  • Create New...