- Posts: 5
- Thank you received: 0
CSS_request not working in cart final step
-
Faman
Inactive member - Topic Author
- New Member
Less
More
10 years 10 months ago #36715
by Faman
CSS_request not working in cart final step was created by Faman
Hi, Thanks for this template, it is simple and clear.
I have one problem with CSS on request, it working well all over the website but not working in cart final step ("Thank you" page).
I search but cannot identify the problem. In the source code, i can see that css request link not working.
Could someone help?
I have one problem with CSS on request, it working well all over the website but not working in cart final step ("Thank you" page).
I search but cannot identify the problem. In the source code, i can see that css request link not working.
Could someone help?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36718
by ivan.milic
Replied by ivan.milic on topic CSS_request not working in cart final step
Can we test somehow to see that?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago - 10 years 10 months ago #36719
by ivan.milic
Replied by ivan.milic on topic CSS_request not working in cart final step
Open index.php of template, you will find this line:
<link rel="stylesheet" href="<?php echo $css_url; ?>" type="text/css" />
replace that with:
<style type="text/css">
<!--
<?php require(dirname(__FILE__).DS.'css'.DS.'template_css.php'); ?>
-->
</style>
<link rel="stylesheet" href="<?php echo $css_url; ?>" type="text/css" />
replace that with:
<style type="text/css">
<!--
<?php require(dirname(__FILE__).DS.'css'.DS.'template_css.php'); ?>
-->
</style>
Last edit: 10 years 10 months ago by ivan.milic.
The following user(s) said Thank You: Faman
Please Log in to join the conversation.
-
Faman
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
10 years 10 months ago - 10 years 10 months ago #36722
by Faman
Replied by Faman on topic CSS_request not working in cart final step
Have you receided the information by "report to moderator"?
Thanks, Yes it works with that but is there a more elegant solution?
Is the problem related with order_done.php?
Thanks, Yes it works with that but is there a more elegant solution?
Is the problem related with order_done.php?
Last edit: 10 years 10 months ago by Faman.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
10 years 10 months ago #36725
by ivan.milic
Replied by ivan.milic on topic CSS_request not working in cart final step
Not sure why , no obvious reason. We need to check that more thermally.
Please Log in to join the conversation.
Time to create page: 0.241 seconds