Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Dashes in Shopping Cart


julia

Recommended Posts

Posted
HEy Julie I really cant see any dashes (-)

 

If you add something to the cart...and then click to purchase...it shows you what is in your cart...and then there are a bunch of dashes where the blank option fields are.

Julie

Posted

Ok I see it.

That becase there is no atribute selected.

You can write N/A for not aplicable. I'll try to write something

at the end of the day the code will be good

Posted

The line that controls it is

 

$products_name .= '<br><small><i> - ' . $products[$i][$option]['products_options_name'] . ' ' . $products[$i][$option]['products_options_values_name'] . '</i></small>';

 

It's located in the file shopping_cart.php on line 132 Give or take

at the end of the day the code will be good

Posted

Change that line to read

 

$products_name .= '<br><small><i> ' . $products[$i][$option]['products_options_name'] . ' ' . $products[$i][$option]['products_options_values_name'] . '</i></small>';

at the end of the day the code will be good

Posted
Change that line to read

 

$products_name .= '<br><small><i>  ' . $products[$i][$option]['products_options_name'] . ' ' . $products[$i][$option]['products_options_values_name'] . '</i></small>';

 

 

Thank you soooo much..I had to step out or I would have responded sooner!!

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...