Jump to content
thirty bees forum

loetje88

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by loetje88

  1. Hi allemaal,

    Een functie die we echt nog missen : De mogelijkheid om met gedeeltelijke leveringen te werken in het geval van backorders.
    We hebben bijvoorbeeld orderhive gevonden welke dit lijkt te ondersteunen, maar verder komen we heel weinig tegen.

    Het idee : Bij elke bestelling zouden we willen aangeven wat er wel verzonden wordt en wat niet, een track en trace nummer kunnen invullen en waarna de bestelling vervolgens bij het doorklikken automatisch op "on backorder" gaat.
    Er mag geen nieuwe factuur worden aangemaakt (het is immers geen nieuwe bestelling en deze heeft de klant al).

    Als we de order bekijken onder "on backorder" , zouden we daar de volledige bestelling willen zien, maar onderverdeeld in 2 kopjes : 1) Verzonden in levering XXXX (met track en trace nummer) en 2) nog te verzenden.
    Ook daar dan weer met desbetreffend veld om een nieuw track en trace nummer in te vullen en deze dan als zodanig te verzenden.

    Ik vrees dat we hiervoor op het laten maken van een module uit komen, gezien ik ook geen idee heb of dit wellicht "ergens in de code" al aan te passen zou zijn.

    Heeft iemand misschien tips? Of gebruikt iemand hier wellicht al wat voor welke je zou willen delen?

    alvast bedankt!

  2. 2 years later....

    Just installed tb 1.1, which installs the niary theme and default theme on standard.
    So far so good.

    But, i want to work with the panda theme, tb version.
    As soon as i upload the panda theme, the problem persists wqith empty backoffice images because it still links to the old (default or niara) theme.

    i have tried everything i can think of, replace images, re generate images, delete cache, enter new images - nothing works.

    Any one can point me in the right direction?

     

  3. 12 hours ago, The Pellet Guy said:

    I had a similar issue 

    is this for every image or just random images not showing?

    My problem was simply .JPG  was not liked  and I changed the extensions to .jpg  and all worked 

     

     

     

     

    Hi!

    Its for every image unfortunately.

    Did you changed the extension from the image itself, or the setting to jpg only?

    thanks!

  4. 22 hours ago, musicmaster said:

    Those backoffice images are stored under the /img/tmp directory. And they are generated independently from the image formats in Preferences. 

    So maybe there is some issue with the rights for this directory.

    hi musicmaster,

    just checked - the rights for the folder is set at 0755, the files are set for 0664.
    Im not sure, but these would be the right ones i believe?

  5. 20 hours ago, veganline said:

    backoffice > preferences > custom code > add css to pages
    Find out if you can reach it easily on your screen; the link is right near the bottom of the preferences menu by default. 

    browser showing a test site > right click > inspect 
    Experiement - it sounds as though you have done this already. On my Chrome browser, right-clicking again on the highlighted part brings up a menu with "copy selector" and "copy styles" as options. 

    Paste experiments onto the "add css to pages" box of a test site to make them stick.

    I hope I've understood right!

    Hi vegaline!

    Thanks for the tips!

    I think i have tried to add this in the custom css, but unfortunately it gave an error.

    What i have copied and pasted was 
     

    @media (min-width: 1200px)
    .container {
    width: 95%;
    }

    This would be the right code to paste right?
    This was done by the inspect tool indeed from chrome as well, but when i paste this in the custom css section, it gives me an unknown rule error on the first line.

    Am i overlooking something?

    Thanks again! 

     
  6. Hi all,

    I have a fresh install tb 1.1 and i am trying to alter the community theme to my likings , eg : editing the max width for the pages to 95% in stead of the 1170 px.

    Unfortunately, the inspection tool only links me to pages in the cache, where it will work - until i empty my cachhe.
    I have cache turned of and set to force compilation, but pages in cache are not the place i would need them since i would like to clear my cache if i want to.

    I would expect something like a global.css file, but this does not has the code .

    What am i doing wrong? 

     

  7. 9 hours ago, AndyC said:

    Might be the image is missing from Preferences / Images .. Also further down Regenerate thumbnails

     

    Hi andy,

    Thanks for the reply, but unfortunately thats not the case.

    Images are there under the preferences (installed by default and not altered) and i have already regenerated many, many times.
    The image is there if i click the camera icon (pop up view with the correct image) but it will only shows the "empty" camera image.

  8. Hi all,

    When uploading images in the backoffice, it remains empty with just the standard camera icon.
    If i click this, i do see the image, and images does diplsay front office as well.

    I definitely would need to see the images in backoffice as well sinds we would need lots of different pictures for one product.

    any one has an idea?

    455554.png

  9. Hi all,

    I have a CSV import module that unfortunately doesnt works on TB. Its a PS 1.6 module, so it should work as TB is the replacement for 1.6.

    I am getting the following error as soon i want to import a file :

    PHP Fatal error: Call to undefined method PHPExcel::sheetCodeNameExists() in /var/www/vhosts/plotternederland.nl/damitex.plotternederland.nl/vendor/phpoffice/phpexcel/Classes/PHPExcel/Worksheet.php on line 2901

    Looking at the source file, it gives me this :

    // Is there already such sheet name? if ($this->getParent()->sheetCodeNameExists($pValue)) { // Use name, but append with lowest possible integer

                if (PHPExcel_Shared_String::CountCharacters($pValue) > 29) {
                    $pValue = PHPExcel_Shared_String::Substring($pValue,0,29);
                }
                $i = 1;
                while ($this->getParent()->sheetCodeNameExists($pValue . '_' . $i)) {
                    ++$i;
                    if ($i == 10) {
                        if (PHPExcel_Shared_String::CountCharacters($pValue) > 28) {
                            $pValue = PHPExcel_Shared_String::Substring($pValue,0,28);
                        }
                    } elseif ($i == 100) {
                        if (PHPExcel_Shared_String::CountCharacters($pValue) > 27) {
                            $pValue = PHPExcel_Shared_String::Substring($pValue,0,27);
                        }
                    }
                }
    

    In Ps the module is working fine, so it is only a TB problem.

    Does someone knows how to fix this?

    Thank you in advance!

  10. Hi!

    I was wondering if there is a dual tax display module available for thirtybees ( or on for prestashop that wil work on TB). Since i deliver to b2c as well as b2b, i need the display of prices incl. tax and excl. tax on the same page, without being obligated to put customers in specific customer groups, they just should see it right away on the store.

    Anyone has a tip where to find this for TB?

    thanx!

×
×
  • Create New...