Jump to content
thirty bees forum

Wartin

Members
  • Posts

    347
  • Joined

  • Last visited

  • Days Won

    18

Posts posted by Wartin

  1. 10 hours ago, José said:

    Obrigado a todos pela atenção.

    you're welcome

    It's pretty weird the error... I found a lot of forums searching for the error and the word prestashop.

    I see the shop doesn't have a lot of modifications from the very basic instalation. Maybe you could start all over again? Deleting the database and unzipping TB package. After doing it, it's recommended to use 'core updater' to update to the last bleeding edge.

    Boa sorte!

  2. 28 minutes ago, Havouza said:

    I need to copy data from one column in the table to a second column in the same table. But only if the cell in the second column is empty. If the sell contains info it should be left

    Hello. Not a big SQList, but, try this (after backing up the database!)

    UPDATE yourTableName
                    SET secondcolumn = onecolumn
                        FROM yourdatabase
                        WHERE secondcolumn IS NULL

     

     

  3. 6 hours ago, holybladder said:

    Hiya folks. Is there a way to display the Block Image Slider on all pages? I've got customers landing on various categories for different reasons and I'd like to show them all banners about postage dates and other priorities.

    I'm not sure, but maybe from Module -> Module position. Choose 'Block Image Slider' in 'show' dropdown, it will list where it is showing. I think you have to add a new hook in product page.

    (sorry if it's not a real answer, but some message is better than no message :)

    • Like 1
  4. 35 minutes ago, led24ee said:

    When I can modify what is inside this (followup) then I think all is OK.

    I think that's a template variable. I can see that several .tpl checks if it's set.

    try reading controllers/admin/AdminOrdersController.php

  5. 17 minutes ago, bhtoys said:

    Except my cheapest price is FREE PICK UP, next is $5 local delivery, then $15, then $20

    Check the carrier, the second tab, it is possible that it's choosing the most expensive.

    I would prefer not to show free nor any price too. I'm not sure if it is an option. If it's not, it's time to read the cart code.

  6. 7 hours ago, bhtoys said:

    Before a customer creates an account, or logs back in, the site always gives them a shipping price. Even before they've entered an address. 

    I think it shows the cheapest shipping price. As I have 'pick up at store', it shows 'free shipping' to everybody. I couldn't fix that, some clients have thought shipping was free and then realized it wasn't in the checkout.

  7. 14 hours ago, AndyC said:

    Is there another solutions or is this a bug   

    As far as I know is one string = one translation, and it is supposed to be just text.

    if you want more lines, you will have to edit the template file and add your string there.

     

  8. 15 hours ago, AndyC said:

    Yes it is I agree, it is good, just misleading as it should say back , where in translations can I find that please..

    You have to go from Backoffice to Localization -> Translation. Choose Frontoffice, your theme and language. There is a button to expand all the strings.

    Then search with 'Control F' in your browser the string  'Continue Shopping'. Then save that block of strings with the first 'Save button' you can find.

    image.png.dcd884b59bc2ffc72a90c6a3ec306621.png

  9. 12 hours ago, jmeca said:

    Hello, I would like to add images or text after the product images, but I've been going around for a while and I can't do it, someone can help me, please

    You have to edit product.tpl in the theme you are using. If it's Niara, it's located in /themes/niara/product.tpl

     

    • Like 1
  10. 6 hours ago, AndyC said:

    Just seen it also removed them from the log in page as well .. I just want it gone from the checkout page - back to the drawing board

    Indeed, it will hide all the occurrences of that very piece of code. The only way to go is edit the .tpl as told up here. It's not as difficult as it seems... Just save a copy of the original file and don't work in an online shop.

  11. 15 hours ago, 30knees said:

    It takes the first image as the default. Is there a way to either arrange the order of images or set one as the default?

    Hello.

    You have to edit the combination (in the product, choose 'combinations') whose image you want to be the default. Check there the image of that combination. and down there is a checkbox that reads "Default _ make this combination the default for this product" (or similar, i'm translating)

    image.png.98ed3681cad8b2c11cd74e5b1b47eeb6.png

  12. 8 hours ago, Havouza said:

    One thing I wonder is whet owner and group should the files have in the new shop. Its on the same vps, under a new domain

    I should be the same user the web server is running.

  13. 37 minutes ago, Havouza said:

    But now the frontend show me a 500 Server error. 

    I had troubles before adding a trailing / to the url, in step 3. Double check it.

  14. 32 minutes ago, Havouza said:

    But now the frontend show me a 500 Server error. 

    well, it is a step forward. Try setting debug mode on to see what's the error about.

  15. 2 minutes ago, Havouza said:

    .htaccess is gone but which cache should I delete?

    once you delete .htaccess you should re-create it. Have you done it?

    I paste my steps (I toke it from PS forum and change it to use it in TB):

    1. Copy all files via FTP
    2. Duplicate database to other hoster
    3. check the php settings at your new hoster!! (PS <= 1.6.1.3 is not yet PHP7 ready! so you wont see anything in these cases)
    3. open Database and edit "tb_shop_url". Set the new path and domain for your new shop  (don't forget the last /)
    4. edit config/settings.inc.php and set the new database access
    5. delete the .htaccess file in your shops root folder
    6. login to the admin backend and go to settings > seo & urls and save the path and domain properties to create a new .htaccess file (after creating the new .htaccess file you will be able to view/use the frontend of the shop, not earlier as it contains all necessary info it needs to translate the friendly urls of the shop frontend)

    good luck!

  16. On 11/12/2020 at 9:32 PM, AndyC said:

    I can find the blocks by using "inspect element" on firefox and can even remove them, but just cannot figure out where these are within the file structure to hide them

    Hi, @AndyC. I'm not using Panda, but Niara. Anyway, I think the file you are looking for is /themes/panda/order-address.tpl

    If it is not, as you know what you are looking for, if you have access to a linux terminal you can go to the themes directory and execute this command:

    grep -Hr "auth_right_column"

    It will search recursively for the string "auth_right_column" that you want to remove.

    Good luck!

  17. 17 hours ago, The Pellet Guy said:

    Can someone point me in the right direction please,  the part i have marked in red are what I would like to reduce.

    As Slick_303 said you can use the inspect tool to know exactly what to change.

    In this case, I had to do the same, make those spaces smaller. I changed this file:

     ./themes/niara/css/modules/blocktopmenu/css/superfish-modified.css

    check around line 169:

    .sf-menu > li > ul

    • Like 1
×
×
  • Create New...