Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

E-commerce con publii

  • #2152
    Avatar photo[anonymous]

    This cms is very beauty, easy, but don’t work with any cart.

    is only for blog.

    #2159
    Avatar photo[anonymous]

    Hi Baregipa,

    In the following thread you can read that they are working on e-commerce functionality:

    https://forum.getpublii.com/topic/publii-0-36-prerelease-3-come-help-us-make-it-better/

    Verhoeckx

    #2770
    Avatar photo[anonymous]

    Hi,

    I’ve tested Publii with Snipcart and works wery well (site test with fake credit card):

    https://www.mywebpassion.it/siti/snipcart/

    #3086
    Avatar photo[anonymous]

    Hi gpsblues,

    I saw that you integrated the shopping cart into the header of your page. At what point do you have to insert the code? I can’t find anything about it.

    Thanks and best regards!

    Tomek

    #3139
    Avatar photo[anonymous]

    Hi Tomek,

    in Tools / Custom HTML / Head<link rel=”stylesheet” href=”https://cdn.snipcart.com/themes/v3.0.7/default/snipcart.css&#8221; />

    <link rel="stylesheet" href="https://cdn.snipcart.com/themes/v3.0.7/default/snipcart.css" />
    
    <script async="async" src="https://cdn.snipcart.com/themes/v3.0.7/default/snipcart.js"></script>

    in Tools / Custom CSS
    You will probably need to change the z-index value of menu bar to have the shopping cart in the foreground, eg:
    .container>header{z-index:9;} /*Mercury theme*/

    Documentation:
    https://docs.snipcart.com/v3/

    #3140
    Avatar photo[anonymous]

    Sorry…
    in Tools / Custom HTML / Head:
    See image

    (I can’t enter the correct code by copy/paste).

    #3142
    Avatar photo[anonymous]

    Hi gpsblues,

    thank you very much for your detailed answer! I’ll try it!

    With best regards!