• Closed by: Marek
  • Closed on: 11.12.18, 15:40
  • Reason: Closed
  • Comment: Glad to help!

Ticket #12619 - Diffucult to setting theme

hi,
i have difficult to setting this point in your theme. Can you help me please?

1. i need set discount 20% when in cart are more to 200 €
2. i need create home page using page buider and insert image in background with text and button on image. I need create template and have possibility to change this
3.I need possibility to translate more thing in theme:
-email orders
-button
-text in template
4.I need set responsive layout same in page builder
5.i need word suggestion when search anything in site also if i search word in middle title
6. i need insert arrows in qty product in details page product.
7. possibility in cart to update qty product
8. i need add company information in invoice
9. When product are out of stock, i need add a button in details product. When click on this button open popup with:
-sku
-product name
-description field
-send button
Send email client for say when restock product
10. hide details product in product description

If we need i can pay a task for complete this point.
Please let me know. Thank you

Comments

Marek 29 Jul 2018, 15:08

Hi, Giuseppe.
I can help you with questions which related to the theme configuration, but not Prestashop. If you need assistance in prestashop configuration we can do that for you for some cost.
1. Not related to the theme
2. Find here some video tutorials what shows how to use Page builder https://alysum5.promokit.eu/promokit/landing/video.html As for the page background, you can add following CSS code into the “Theme Settings” → “Custom CSS

#pattern {background:url(PATH_TO_IMAGE) 50% 0 no-repeat}

3. All translation are available in the translation page in your back office
4. I’m not sure what does it means. You can edit mobile layout in the Page builder http://take.ms/zoN6X

5. There is no such option. I’ll try to make in in the future versions
6. Go to Theme Settings → Product page and enable it there
7. It works fine http://take.ms/poglOj

8. It’s not related to the theme, I have no idea how to do that
9. It’s a customisation request
10. Try following CSS:

.tabs-container .nav-item:nth-child(2) {display:none}
Giuseppe Landini VAT ID: IT07675720721 02 Aug 2018, 16:58

Thank you for your answer :)
Another important thing. I have difficult to insert different layout in page builder for mobile.
I need completly different layout images, row and colums form desktop and mobile.
When i try modify or delete anything in mobile, this hide also from desktop.

Can you help me to set different layout?

Marek 03 Aug 2018, 10:33

Hi, Giuseppe.
There is only option to change width of columns for different screens. Unfortunately, in’t not possible to have completely different layouts

Giuseppe Landini VAT ID: IT07675720721 03 Aug 2018, 11:25

But I have possibility to hide some row?

Or I have possibility to set custom home page from mobile if I develop this?

Giuseppe Landini VAT ID: IT07675720721 03 Aug 2018, 11:27

Because actually my layout is very bed for mobile…
in visual composer module I have possibility to choose layou for device…
I have try install this in prestashop but I think not is compatible with your theme… I need found solution for this

Marek 03 Aug 2018, 11:49

You can adjust columns width for different screens, see screenshot http://take.ms/c2r3k

Giuseppe Landini VAT ID: IT07675720721 03 Aug 2018, 12:02

I have see this but some part I need hide in mobile…

Marek 03 Aug 2018, 12:33

You can always use CSS to customise the view

Marek 03 Aug 2018, 12:36

For example:

@media (max-width:768px) {
.hide-mobile {display:none}
}

Then, add class “hide-mobile” to the Page Builder section you need to hide