I have the same problem. The checkout_process.php code is correct. The database line is correct. The admin page all looks fine. The extra_emails field works no problem.
It's just the Store Owner email field which won't send emails.
I have RC2a with Mindsparks admin.
Can post complete page code if necessary.
- osCommerce Support Forum
- → Viewing Profile: brough
Latest News: (loading..)
Community Stats
- Group Community Member
- Active Posts 26 (0.01 per day)
- Most Active In Templates and Images (8 posts)
- Profile Views 3,029
- Age Age Unknown
- Birthday Birthday Unknown
-
Real Name
Russell
-
Gender
Not Telling
Contact Information
0
Neutral
Friends
brough hasn't added any friends yet.
Latest Visitors
Posts I've Made
In Topic: Not sending order email to store owner
13 November 2011, 07:12
In Topic: CSS Menu
05 July 2011, 18:24
I have installed CSS Menu with STS - the popouts are not working.
This is the page:
http://www.motorcycleworkshop.com.au/catalog/
and this is the css:
/* css menu mod */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
font-family: arial;
font-size: 11px;
}
.suckerdiv ul li{
position: relative;
background-color: #eee;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 199px; /* Parent menu width - 1*/
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
display: none;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 199px; /* Parent menu width - 1*/
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 199px; /* Parent menu width - 1*/
background-color: #ddd;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #bbb;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #aaa;
}
/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
background-color: #eee;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;
}
.suckerdiv ul li a:visited{
color: black;
}
.suckerdiv ul li a:hover{
background-color: gray;
color: black;
text-decoration: none;
}
.suckerdiv ul li ul li a:hover{
background-color: gray;
color: black;
text-decoration: none;
}
.suckerdiv ul li ul li ul li a:hover{
background-color: gray;
color: black;
text-decoration: none;
}
/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #ddd;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #bbb;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #aaa;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
Can anyone help, please?
This is the page:
http://www.motorcycleworkshop.com.au/catalog/
and this is the css:
/* css menu mod */
.suckerdiv ul{
margin: 0;
padding: 0;
list-style-type: none;
width: 200px; /* Width of Menu Items */
border-bottom: 1px solid #ccc;
font-family: arial;
font-size: 11px;
}
.suckerdiv ul li{
position: relative;
background-color: #eee;
}
/*1st level sub menu style */
.suckerdiv ul li ul{
left: 199px; /* Parent menu width - 1*/
position: absolute;
width: 200px; /*sub menu width*/
top: 0;
display: none;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul{
left: 199px; /* Parent menu width - 1*/
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li a{
left: 199px; /* Parent menu width - 1*/
background-color: #ddd;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li a{
background-color: #bbb;
}
/*All subsequent sub menu levels offset */
.suckerdiv ul li ul li ul li ul li a{
background-color: #aaa;
}
/* menu links style */
.suckerdiv ul li a{
display: block;
color: black;
text-decoration: none;
background-color: #eee;
padding: 1px 5px;
border: 1px solid #ccc;
border-bottom: 0;
line-height: 2em;
}
.suckerdiv ul li a:visited{
color: black;
}
.suckerdiv ul li a:hover{
background-color: gray;
color: black;
text-decoration: none;
}
.suckerdiv ul li ul li a:hover{
background-color: gray;
color: black;
text-decoration: none;
}
.suckerdiv ul li ul li ul li a:hover{
background-color: gray;
color: black;
text-decoration: none;
}
/* The main categories with sub-categories */
.suckerdiv .subfolderstyle{
background: url(images/arrow-list.gif) no-repeat center right;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul .subfolderstyle {
background-color: #ddd;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul .subfolderstyle {
background-color: #bbb;
}
/* This one colors the sub-folder with other sub-folders */
.suckerdiv ul li ul li ul li ul .subfolderstyle {
background-color: #aaa;
}
/* Holly Hack for IE \*/
* html .suckerdiv ul li { float: left; height: 1%; }
* html .suckerdiv ul li a { height: 1%; }
/* End */
Can anyone help, please?
- osCommerce Support Forum
- → Viewing Profile: brough
- Forum Rules






Find content