Jump to content
thirty bees forum

grbfst

Members
  • Posts

    20
  • Joined

  • Last visited

Posts posted by grbfst

  1. Hi all,
    Just installed the latest thirty bees (1.4.0) and when adding a product, making combinations and clicking "Virtual product (services, booking, downloadable products, etc.)"  I get: "You cannot use combinations with a virtual product."

    Why is that? It's perfectly normal to have different variations for a downloadable product, say "home", professional", "server" or the like.

    please advise.
    Marc

    virtualnono.png

  2. I noticed the images for related products don't show in a blog post. After perusing the code i found the culprit:

    in line 175 of bleesblogrelatedproducts.php it states:
    $product['image'] = $this->context->link->getImageLink($product['id_product'], $product['id_image'], ImageType::getFormatedName('home'));
    But if 'home' is not in your "image_type" table it won't generate the right url. So I changed it to:
    $product['image'] = $this->context->link->getImageLink($product['id_product'], $product['id_image'], ImageType::getFormatedName('community-theme-default_medium_default'));
    and now the images show
                   

  3. As mentioned a while ago:

    I would love to have the possibility of having combinations for virtual products as a standard feature. For now, when adding a product in the backend, if you tick virtual product you cannot make combinations.
    A virtual product can have several combinations, ie: operating system; number of users, license variation.

    Also the possibility of having a different description for each combination would be a big plus, for now it can only be the one that is from the standard product. With that option also the possibility to have the description in the csv import when importing combinations.

    Another small thing: sometimes with selling software the customer needs to show proof of something (i.e. being a student or having a previous version). So the possibility at product level to show a warning when something is added to the cart and/or show something at the payment screen would be a nice plus.

    Regards,

    Marc

    original thread at

     

  4. I would love to have the possibility of having combinations for virtual products as a standard feature. For now, when adding a product in the backend, if you tick virtual product you cannot make combinations.
    A virtual product can have several combinations, ie: operating system; number of users, license variation. Is this something that is being adressed in a future version of ThirtyBees?

    Also the possibility of having a different description for each combination would be a big plus, for now it can only be the one that is from the standard product.

    Regards,

    Marc

    • Like 1
  5. @dynambee for products I am now using this script: https://coderwall.com/p/fwoaqq/prestashop-background-cron-csv-products-import-modified I have adapted it a bit for virtual products. It is a handy way to import large numbers of products. Just hoping the backend (import) will not change with updates. For now I need to concentrate more on module development for ESD Delivery and License codes. Price and Stock updates are a breeze with your explanation. I saw it as a handy way to import large numbers of products. Just hoping the backend (import) will not change with updates.

    Regards, Marc

  6. It's the Advanced EU Compliance module. It has (as yet) no dutch translation. For now I have disabled it.

    ----------- original post ---------

    Not sure if this is the right place...

    The site I am developing with thirty bees is (mainly) in dutch. When on the order page "Terms and Conditions" plus the checkbox for agreeing (this is after shipping, both in the 5 step process and the one page checkout) are not translated into dutch. In the language files it is translated but not on this page. How can I fix this?

    Marc

  7. Would anyone that has written code to use the api/webservice be willing to share? When googling for sample scripts I'm not getting many usable results. For now I am using the csv import but in the near future I would love to add products, change stock/prices and so on with the webservice. On the TB site there is nothing but an overview of the classes and controllers.

    Marc the Netherlands

×
×
  • Create New...