Jump to content

[Solved]contact form of black&white;theme for prestashop 1.3 final help please


Recommended Posts

Hi guys,

Now i'm installing black & white theme for my prestashop 1.3 final version.Would you please do me a favor to solve following two questions:

a.In the products page,the color picker(words) was appeard. Below the words should be some different color block for choice. But the color block does not appear.

b.In the contact-form page,only the header is correct.But the form ,right information and footer is disappeard

I tested it with Chrom and FF.

Looking forward to your help.

Thanks and best regards,

Jinbao

Link to comment
Share on other sites

Thanks for razaro . With his help, the above two problem has been solved. Razaro is a very very good man!!

Below is the information maybe useful for others who met the same problem as me.

for a problem:

#primary_block a.color_pick {
background:none repeat scroll 0 0 white;
cursor:pointer;
float:left;
height:15px;
margin:0 1em 1em 0;
width:25px;
}


delete
background:none repeat scroll 0 0 white;
That shouldn’t override this part

style="background: {$color.value};"



from product.tpl.

for b problem:
error in code

{l ='Besoin de renseignement'}

{l ='Des questions sur nos produits ou passer votre commande par telephone '}
{l ='[email protected]'}

{l ='Par telephone:'} {l =' 00.00.00.00.00'} 


{l =’Besoin de renseignement’} is incorrect it is function for language l with parameter s so always is in form {l s=’text that can be translated in BO’}

So this is correct code

{l s='Besoin de renseignement'}

{l s='Des questions sur nos produits ou passer votre commande par telephone '}
{l s='[email protected]'}

{l s='Par telephone:'} {l s=' 00.00.00.00.00'} 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...