Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Rwe

Members
  • Posts

    130
  • Joined

  • Last visited

Reputation Activity

  1. Thanks
    Rwe reacted to raiwa in Ultimate Seo Urls 5 Pro   
    Looks fine 👍
    Same for write_pwa.php !
  2. Like
    Rwe reacted to piernas in Ultimate Seo Urls 5 Pro   
    It's ready.
    - Latest oscommerce (phoenix 1.0.3.0) compatible.
    - Fixed more cache issues. Now sqlite and memcache are only enabled if system supports the methods.
    - Moved admin edits to hooks. Now only two files on catalog needs to be modified.
    - Removed database table constants.
    - TODO: Allow to processs links outside root folder (ie. ext/directory). This is useful for addons like Twitter typeahead.
    Can someone test the atached files before uploading to addons?
    USU5_210.zip
  3. Like
    Rwe reacted to raiwa in Optional Related Products, Version 4.0   
    Uloaded update for Phoenix 1.0.1.x:
    Related Products Phoenix 7.0
    Update Version Phoenix 7.0:
    - Updated for CE Phoenix 1.0.1.x
    - fixed undefined warning in admin/optional_related_products.php if product info module is not installed.
    - updated template class in product info module to core naming convention "cm-pi-related_product"
    - update structured database
    - added config entries for columns/viewport like also purchased products module.
    - removed obsolete height control config entries.
    - moved html to template
    - general file cleaning (tabs/spaces, UNIX new line)
  4. Thanks
    Rwe reacted to raiwa in Optional Related Products, Version 4.0   
    Hello @Rwe,
    ht_product_schema is a core module and can't therefor take in consideration the related products add.
    Schema tags are constantly updated. I'll have a look and try to address this for the next update. Anyway I would say it's not really very important.
    Thank's for the report anyway.
  5. Like
    Rwe reacted to valquiria23 in Support thread for Bootstrap V4 Oscommerce Administration v2.3.4.1 CE   
    I think it would be great to make a package (called frozen 2 or as you like) that has the new admin of @shetch and the Frozen version with its bug fixes so that new users can download them in one place.
    What the community lacks are periodic updates to show that the software is alive.
    I do not know if this is the best place to post it, but the work of @shetchis fantastic, it's the cooler in oscommerce for a long time and it would be great to integrate it into the Frozen package.
    What do you think?
    Best regards.
    Valqui
  6. Like
    Rwe reacted to shetch in Support thread for Bootstrap V4 Oscommerce Administration v2.3.4.1 CE   
    General support/feedback for Bootstrap 4 admin
    See https://apps.oscommerce.com/LCrov&bootstrap-v4-oscommerce-admin-ce
  7. Thanks
    Rwe reacted to raiwa in Holiday Promotional Message 2.0 BS   
    Hello @Rwe,
    Please post your question in the official support thread for this contribution:
     
    Your question is also not specific for this add-on. It is about all header modules.
    The header modules can't be placed before the navbar in a standard store because the order of the content groups is defined in template_top.php and header.php
    However you could create a new group which contains only the holiday message module and place it before the navbar.
    Have a look in template_top.php and header.php to see how it is made.
    You would need to add the call for the new group ("before_navbar" is just an example, you can call it as you wish) :
    <?php echo $oscTemplate->getContent('before_navbar'); ?> in template_top.php before:
    <?php echo $oscTemplate->getContent('navigation'); ?> Then create a directory called "before_navbar" in includes/modules/content/
    Then you would need to move the holiday module into this directory and change the coding  in the holiday message module to fit the class name etc.
×
×
  • Create New...