Freedom Plants/Home Decor/Gifts
Jan 13 2007, 03:38 AM
SOMEONE PLEASE HELP ...
I have entered all my prices in the title of each item because I cannot get the prices to stay. I am only able to use my shopping cart as a picture gallery. I have been having this problem since July. Please inform.
Everything looks fine at: (TXT_PRICE)<span class+"txtSale">
(TXT_SALE_PRICE)<span>
and the color looks ok at: yourskin>styleSheets>style.css under: .txtSale
e-mail: linda@freedomplants.com
Linda Smith
xomy
Jan 13 2007, 10:26 AM
Hi Linda,
Try:
CODE
{TXT_PRICE}<span class="txtSale">{TXT_SALE_PRICE}<span>
The CubeCart template system uses Curly brackets not round ones - and that plus sign in the middle of the span needed to be an equals sign.
Cheers,
Adam
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 13 2007, 03:38 AM)

SOMEONE PLEASE HELP ...
I have entered all my prices in the title of each item because I cannot get the prices to stay. I am only able to use my shopping cart as a picture gallery. I have been having this problem since July. Please inform.
Everything looks fine at: (TXT_PRICE)<span class+"txtSale">
(TXT_SALE_PRICE)<span>
and the color looks ok at: yourskin>styleSheets>style.css under: .txtSale
e-mail: linda@freedomplants.com
Linda Smith
Freedom Plants/Home Decor/Gifts
Jan 13 2007, 06:58 PM
QUOTE(xomy @ Jan 13 2007, 10:26 AM)

Hi Linda,
Try:
CODE
{TXT_PRICE}<span class="txtSale">{TXT_SALE_PRICE}<span>
The CubeCart template system uses Curly brackets not round ones - and that plus sign in the middle of the span needed to be an equals sign.
Cheers,
Adam
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 13 2007, 03:38 AM)

SOMEONE PLEASE HELP ...
I have entered all my prices in the title of each item because I cannot get the prices to stay. I am only able to use my shopping cart as a picture gallery. I have been having this problem since July. Please inform.
Everything looks fine at: (TXT_PRICE)<span class+"txtSale">
(TXT_SALE_PRICE)<span>
and the color looks ok at: yourskin>styleSheets>style.css under: .txtSale
e-mail: linda@freedomplants.com
Linda Smith
Freedom Plants/Home Decor/Gifts
Jan 13 2007, 07:08 PM
Adam.
Thank you for your reply. I'm sorry, I made a typo the text test that was written is identical to what you suggested. The wiggley brackets look right also. I don't see a key for the wiggly brackets on my keyboard.
Someone other than me set up my website .. I am just trying to learn because they said they do not know what is wrong, and that was the last time I heard from them. I also, had someone suggest the background color and that seems to be written right also.
I could use all the help I can get. Thank you soooooooooooooooo much.
Linda
Freedom Plants
Freedom Plants/Home Decor/Gifts
Jan 14 2007, 04:06 PM
PLEASE REPLY, I've only had 1 person reply. Please Help.
I have entered all my prices in the title of each item because I cannot get the prices to stay. I am only able to use my shopping cart as a picture gallery. I have been having this problem since July. Please inform.
Everything looks fine at: (TXT_PRICE)<span class="txtSale">
(TXT_SALE_PRICE)<span>
and the color looks ok at: yourskin>styleSheets>style.css
under: .txtSale[ (color:#ff000)
Someone other than me set up my website .. I am just trying to learn because they said they do not know what is wrong, and that was the last time I heard from them. I also, had someone suggest the background color and that seems to be written right also.
The wiggley brackets look right also. I don't see a key for the wiggly brackets on my keyboard.
I could use all the help I can get. Thank you soooooooooooooooo much.
Linda
Freedom Plants/Home Decor/Gifts
Jan 14 2007, 04:57 PM
The wiggley brackets look right also. I don't see a key for the wiggly brackets on my keyboard.
<!-- BEGIN: index -->
<div class="boxContent">
<span class="txtContentTitle">{HOME_TITLE}</span>
<br />
{HOME_CONTENT}
</div>
<!-- BEGIN: latest_prods -->
<div class="boxContent">
<span class="txtContentTitle">{LANG_LATEST_PRODUCTS}</span>
<div>
<!-- BEGIN: repeat_prods -->
<div style="float: left; text-align: center; width: {VAL_WIDTH}px;">
<a href="index.php?act=viewProd&productId={VAL_PRODUCT_ID}"><img src="{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" title="{VAL_PRODUCT_NAME}" /></a>
<br />
<a href="index.php?act=viewProd&productId={VAL_PRODUCT_ID}" class="txtDefault">{VAL_PRODUCT_NAME}</a>
<br />
{TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span>
</div>
<!-- END: repeat_prods -->
<br clear="all" />
</div>
<br clear="all" />
</div>
<!-- END: latest_prods -->
<!-- END: index -->
Mysty
Jan 15 2007, 01:10 PM
What is your url? Is it a stock install of Cubecart? Which version? Did you add any modifications?
Are all questions we'd need to know to help you.
Also, the code you posted only displays the product information, it doesn't write the information to the database. The admin/products/index.php does that.
My guess is though that there is some problem in your database. Have you asked your hosting company about it?
Freedom Plants/Home Decor/Gifts
Jan 15 2007, 11:12 PM
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 14 2007, 04:57 PM)

The wiggley brackets look right also. I don't see a key for the wiggly brackets on my keyboard.
<!-- BEGIN: index -->
<div class="boxContent">
<span class="txtContentTitle">{HOME_TITLE}</span>
<br />
{HOME_CONTENT}
</div>
<!-- BEGIN: latest_prods -->
<div class="boxContent">
<span class="txtContentTitle">{LANG_LATEST_PRODUCTS}</span>
<div>
<!-- BEGIN: repeat_prods -->
<div style="float: left; text-align: center; width: {VAL_WIDTH}px;">
<a href="index.php?act=viewProd&productId={VAL_PRODUCT_ID}"><img src="{VAL_IMG_SRC}" alt="{VAL_PRODUCT_NAME}" border="0" title="{VAL_PRODUCT_NAME}" /></a>
<br />
<a href="index.php?act=viewProd&productId={VAL_PRODUCT_ID}" class="txtDefault">{VAL_PRODUCT_NAME}</a>
<br />
{TXT_PRICE} <span class="txtSale">{TXT_SALE_PRICE}</span>
</div>
<!-- END: repeat_prods -->
<br clear="all" />
</div>
<br clear="all" />
</div>
<!-- END: latest_prods -->
<!-- END: index -->
Freedom Plants/Home Decor/Gifts
Jan 15 2007, 11:26 PM
Misty,
Thank you so much for trying to help me.
I paid someone to set up a shopping cart for me in July because I am clueless. I have had this problem right from the get-go. I have no idea why she won't communicate with me / this is the same person who also handles my hosting. She did say that she has no idea why I could not see the prices and then I never heard from her again.
Below is my store overview. My site url is www.FreedomPlants.com
Store Overview:
CubeCart Version: 3.0.12
PHP Version: 4.4.4 Number of Products: 285
MySQL Version: 4.1.21-standard Number of Customers: 1
Image upload folder size: 34.3 MB Number of Orders: 1
Server Software: Apache/1.3.37 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 FrontPage/5.0.2.2635.SR1.2 mod_ssl/2.8.28 OpenSSL/0.9.7a PHP-CGI/0.1b
Client Browser: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
Does this info help at all????
Thank you,
Linda
Freedom Plants
Robsta
Jan 15 2007, 11:31 PM
I don't think it's set up correctly in Admin. Not seen a store that only displays zeros before.
If you would like me to take a look, PM me an admin login, suggest you create a new admin account and delete it afterwards if you are concerned with the security. The offer is there.
Robsta
Jan 15 2007, 11:42 PM
There is no need to double post.
paulabakerparkin
Jan 16 2007, 10:22 AM
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 14 2007, 04:06 PM)

PLEASE REPLY, I've only had 1 person reply. Please Help.
I have entered all my prices in the title of each item because I cannot get the prices to stay. I am only able to use my shopping cart as a picture gallery. I have been having this problem since July. Please inform.
Everything looks fine at: (TXT_PRICE)<span class="txtSale">
(TXT_SALE_PRICE)<span>
and the color looks ok at: yourskin>styleSheets>style.css
under: .txtSale[ (color:#ff000)
Someone other than me set up my website .. I am just trying to learn because they said they do not know what is wrong, and that was the last time I heard from them. I also, had someone suggest the background color and that seems to be written right also.
The wiggley brackets look right also. I don't see a key for the wiggly brackets on my keyboard.
I could use all the help I can get. Thank you soooooooooooooooo much.
Linda
Could it be the the price table is not set up in mysql? or that the price is not being recorded within viewProd.ic.php?
Robsta
Jan 16 2007, 10:45 AM
Please use the
other thread.
Robsta
Jan 16 2007, 04:00 PM
Perhaps you should submit a support ticket to Devellion instead.
Freedom Plants/Home Decor/Gifts
Jan 17 2007, 04:31 AM
QUOTE(paulabakerparkin @ Jan 16 2007, 10:22 AM)

QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 14 2007, 04:06 PM)

PLEASE REPLY, I've only had 1 person reply. Please Help.
I have entered all my prices in the title of each item because I cannot get the prices to stay. I am only able to use my shopping cart as a picture gallery. I have been having this problem since July. Please inform.
Everything looks fine at: (TXT_PRICE)<span class="txtSale">
(TXT_SALE_PRICE)<span>
and the color looks ok at: yourskin>styleSheets>style.css
under: .txtSale[ (color:#ff000)
Someone other than me set up my website .. I am just trying to learn because they said they do not know what is wrong, and that was the last time I heard from them. I also, had someone suggest the background color and that seems to be written right also.
The wiggley brackets look right also. I don't see a key for the wiggly brackets on my keyboard.
I could use all the help I can get. Thank you soooooooooooooooo much.
Linda
Could it be the the price table is not set up in mysql? or that the price is not being recorded within viewProd.ic.php?
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 17 2007, 04:31 AM)

QUOTE(paulabakerparkin @ Jan 16 2007, 10:22 AM)

QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 14 2007, 04:06 PM)

PLEASE REPLY, I've only had 1 person reply. Please Help.
I have entered all my prices in the title of each item because I cannot get the prices to stay. I am only able to use my shopping cart as a picture gallery. I have been having this problem since July. Please inform.
Everything looks fine at: (TXT_PRICE)<span class="txtSale">
(TXT_SALE_PRICE)<span>
and the color looks ok at: yourskin>styleSheets>style.css
under: .txtSale[ (color:#ff000)
Someone other than me set up my website .. I am just trying to learn because they said they do not know what is wrong, and that was the last time I heard from them. I also, had someone suggest the background color and that seems to be written right also.
The wiggley brackets look right also. I don't see a key for the wiggly brackets on my keyboard.
I could use all the help I can get. Thank you soooooooooooooooo much.
Linda
Could it be the the price table is not set up in mysql? or that the price is not being recorded within viewProd.ic.php?
Freedom Plants/Home Decor/Gifts
Jan 17 2007, 04:37 AM
QUOTE(Robsta @ Jan 16 2007, 10:45 AM)

Please use the
other thread.
Thank you so much for trying to help me. I have no idea what you just asked me means at all??? I guess I'll just have to give up. Someone just told me off for asking this question too many times -- I am being misunderstood. I never ment to anger anyone. I am not being rude -- this is all just very new to me. Thank you again.
Linda
Freedom Plants/Home Decor/Gifts
Jan 17 2007, 05:00 AM
QUOTE(Robsta @ Jan 15 2007, 11:31 PM)

I don't think it's set up correctly in Admin. Not seen a store that only displays zeros before.
If you would like me to take a look, PM me an admin login, suggest you create a new admin account and delete it afterwards if you are concerned with the security. The offer is there.
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 17 2007, 04:58 AM)

QUOTE(Robsta @ Jan 15 2007, 11:31 PM)

I don't think it's set up correctly in Admin. Not seen a store that only displays zeros before.
If you would like me to take a look, PM me an admin login, suggest you create a new admin account and delete it afterwards if you are concerned with the security. The offer is there.
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 17 2007, 04:59 AM)

QUOTE(Robsta @ Jan 15 2007, 11:31 PM)

I don't think it's set up correctly in Admin. Not seen a store that only displays zeros before.
If you would like me to take a look, PM me an admin login, suggest you create a new admin account and delete it afterwards if you are concerned with the security. The offer is there.
QUOTE(Freedom Plants/Home Decor/Gifts @ Jan 17 2007, 04:58 AM)

QUOTE(Robsta @ Jan 15 2007, 11:31 PM)

I don't think it's set up correctly in Admin. Not seen a store that only displays zeros before.
If you would like me to take a look, PM me an admin login, suggest you create a new admin account and delete it afterwards if you are concerned with the security. The offer is there.
Robsta
Jan 17 2007, 09:51 AM
You have not entered any text in your reply. Perhaps contact Devellion directly for support to help you get your store up and running. Or there is a thirdparty products and services forum where you can hire an expert. There is a link to CubeCart.org in my footer.
Brivtech
Jan 17 2007, 11:38 AM
Linda,
You have started 3 topics on the same problem - Only one topic per problem is permitted. Having several topics on the same problem open is confusing for people to refer to when answering, and also does not help other people who may have a similar problem in the future.
I've decided to merge the 3 topics together so that they hold all the information discussed regarding this problem.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.