Jump to content

Multistore different conditions of use


Recommended Posts

have you tried this?

 

back office--->preferences-->cms

 

-->select the shop you want to work with

 

modify the terms and conditions for that shop

Yes, but the general link of terms and conditions in a basket is "1-terms-and-conditions..".

 

I created a new conditions which starts with 8-... and link still open 1- ... and finaly ERROR

Link to comment
Share on other sites

did you look at what I suggested?  Please make sure to follow up on all suggestions then report back..

 

check that you have this update in your shop

https://github.com/PrestaShop/PrestaShop/commit/8c5c7e1bb4912a643283dac40bf61c645a0feaa9

What I'm asking about is not the BLOCK CMS it is a problem in a shopping cart in a section ... I agree with terms and conditions, (Read terms and conditions...) link, or ...?

Link to comment
Share on other sites

  • 2 weeks later...

did you look at what I suggested?  Please make sure to follow up on all suggestions then report back..

 

check that you have this update in your shop

https://github.com/PrestaShop/PrestaShop/commit/8c5c7e1bb4912a643283dac40bf61c645a0feaa9

Any ideas ?

 

Everything is probably in code:

<p class="checkbox">
        <input type="checkbox" name="cgv" id="cgv" value="1" {if $checkedTOS}checked="checked"{/if} />
        <label for="cgv">{l s='I agree to the Terms of Service and will adhere to them unconditionally.'}</label> <a href="{$link_conditions}" class="iframe">{l s='(Read Terms of Service)'}</a>
    </p>

, and problem with $link_conditions. in the order-carrier.tpl file.

Edited by ldon (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

did you look at what I suggested?  Please make sure to follow up on all suggestions then report back..

 

check that you have this update in your shop

https://github.com/PrestaShop/PrestaShop/commit/8c5c7e1bb4912a643283dac40bf61c645a0feaa9

My terms and conditions still doesnt work and I can not add a new topic in general forum.

 

I've tried all ideas but everything is about the block CMS. I need help with T&C in a shopping basket.

Link to comment
Share on other sites

  • 7 months later...
  • 4 weeks later...
  • 1 year later...
×
×
  • Create New...