Jump to content
thirty bees forum

moy2010

Members
  • Posts

    126
  • Joined

  • Last visited

Posts posted by moy2010

  1. Implementing Lazy loading is rather easy but, are you sure you need it? It's only worth it if you load, let's say, over 50 or so images on a single page.

  2. That's not the correct way to do it. If you want to have a simple navigation menu consisting on a few links, just use the menu module included in thirtybees or search for a module that let's you add html code anywhere.

  3. A new theme that wouldn't make use of that "old" bootstrap version that you mention would break pretty much everything (a.k.a. no module will work on your store, so you would have to stick to the basic features that are shipped with ThirtyBees). That option can only be supported from a totally new ThirtyBees version, which is still far from where we are.

    Thirtybees is based on PS 1.6 and, since PS 1.6 launch date it was common sense that it was a bit slower than PS 1.5 due to the additional features it packed. That was the case with the default template, let alone with a custom one such as Panda that includes even more features.

    Hence your points are rather inconsistent from a "critic to the default template design and performance" point of view.

  4. @datakick said in Packs and stock management:

    This is indeed nice feature, but I'm afraid the implementation won't be trivial. First of all, quantity on hand for packs can't be just some virtual number calculated in php. There are numerous places in core (and in hundreds of modules) that expects quantity information to be stored in stock_available database table. It's not possible to fix them all.

    So, to implement this, we would need some synchronization mechanism that would keep data in stock_available table in sync - whenever quantity of child item is modified, we'd need to update pack quantity as well. I'm afraid it will be very hard to keep these in sync, even if we used database triggers.

    Not only to track stock, but price of children. Such feature has been wished for ages, right from the beginning of Thirtybees. And we might see it implemented in a future release of Thirtybees if all the appropriate changes are made.

  5. @slick_303 said in Trying to get PS 1.5-style tabs in 30bz:

    It doesn't include the reviews section, how does one make that a tab as well? 0_1514687784016_Capture.PNG

    Within

    <ul id="more_info_tabs" class="idTabs idTabsShort clearfix">

    is

    {$HOOK_PRODUCT_TAB}

    So that this hook becomes a list item... or at least it should be.

    Go to the route themes/your_theme/modules/productcomments and edit the tab.tpl file.

    You need to change this:

    ```

    {l s='Reviews' mod='productcomments'}

    ```

    To this:

    <li><a href="#idTab5" class="idTabHrefShort page-product-heading">{l s='Reviews' mod='productcomments'}</a></li>

  6. I think these are indispensables:

    https://www.presta-module.com/fr/3-modules-prestashop/6-merchandising/7-advanced-search-4.html https://www.presta-module.com/fr/3-modules-prestashop/8-ventes/9-advanced-pack.html https://www.presta-module.com/fr/3-modules-prestashop/9-seo/19-cache-manager.html http://store.nemops.com/seo/41-prestashop-seo-booster-ultimate.html https://addons.prestashop.com/en/search-filters/19886-advanced-autocomplete-search-with-images-add-to-cart.html http://store.nemops.com/search-and-filter/10-search-by-category.html https://addons.prestashop.com/en/blog-forum-new/4731-professional-blog.html https://addons.prestashop.com/en/referral-loyalty-programs/4414-all-in-one-rewards-loyalty-sponsorship-affiliation.html https://addons.prestashop.com/en/social-login-connect/8204-social-login.html https://addons.prestashop.com/en/seo-natural-search-engine-optimization/6144-customer-ratings-and-reviews-pro-google-rich-snippets.html

  7. Indeed. I guess that it's not that we don't understand that modules for basic functionality are a problem... it's just that we don't realice the importance of this feature that you are requesting.

    Maybe once the userbase of tbs grows and enough users request this feature it might catch the attention of devs. to integrate it into the main package.

  8. @alwayspaws

    @alwayspaws said in Need code help with apache2 configuration for localhost:

    In Prefs - SEO & URLs I have friendly URL set to "yes". Redirect to the canonical URL: I set it to "No redirection". Saved.

    I regenerated the htaccess file and saved.

    Were these settings the same prior to the error? Do you recall what else did change before you started getting these 404s?

×
×
  • Create New...