Oscommerce Validato w3c ed accessibile wcag, interessa ?
Moderatore: mod Generali
oh, i'm understand, now! online translator is orrible! my english is not perfect but....JakSmit ha scritto:ok sorry guys. i wanted to try and write in italian so i didnt offend you.
basically, is sts still implemented? it seems like only bts templates can be used? if it is still possible to use sts templates, where do i put the templates, how do i get it to use these? thanks.
oswai don't use STS, but BTS. if you want to use sts on osway, you must find a contribution on oscommerce.com, i'm looking this, some times ago. this contribution will allow you to use a sts template over bts system. i hope this can help you. bye.
- lavoriamopervoi
- membro Senior
- Messaggi: 405
- Iscritto il: 14/12/2007, 18:32
- Contatta:
ecco il codice per il modulo new_products.php, più o meno è questo, ma non ricordo se ho aggiunte qualche in più:teledido ha scritto:beh cosi com'e' non va, mi da errore. non capisco cosa modificarelavoriamopervoi ha scritto:che problemi?!?...teledido ha scritto: ehm ho dei problemi ad adattare new_products.php su oswai..
Codice: Seleziona tutto
<?php
// new product for bts 1.5 oscommerce wai
/*$row = 0;
$col = 0;
$info_box_contents = array();
$boxHeading = sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B'));
$corner_left = 'rounded';
$corner_right = 'rounded';
$boxContent_attributes = ' align="center"';
$box_base_name = sprintf(TABLE_HEADING_NEW_PRODUCTS, strftime('%B')); // for easy unique box template setup (added BTSv1.2)
$box_id = $box_base_name . 'Box'; // for CSS styling paulm (editted BTSv1.2) */
$content = '<div id="protoflow">';
while ($new_products = tep_db_fetch_array($new_products_query)) {
//TotalB2B start & TotalB2B start
if ($new_price = tep_get_products_special_price($new_products['products_id'])) {
$new_products['products_price'] = $new_price;
$content .= /* $info_box_contents[$row][$col] = array('params' => 'class="TrentaTre"',
'text' => */ '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">'
. tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'] . ' '. $currencies->display_price_nodiscount($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a>' . /*'<br />
<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a>
<br /><span class="prezzo">' . $currencies->display_price_nodiscount($new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])) . '</span>' */'';//);
} else {
$new_products['products_price'] = tep_xppp_getproductprice($new_products['products_id']);
$content .= /* $info_box_contents[$row][$col] = array('params' => 'class="TrentaTre"',
'text' => */ '<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">'
. tep_image(DIR_WS_IMAGES . $new_products['products_image'], $new_products['products_name'] . ' ' . $currencies->display_price($new_products['products_id'], $new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) . '</a>' . /* '<br />
<a href="' . tep_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . $new_products['products_id']) . '">' . $new_products['products_name'] . '</a>
<br /><span class="prezzo">' . $currencies->display_price($new_products['products_id'], $new_products['products_price'], tep_get_tax_rate($new_products['products_tax_class_id'])) . '</span>'*/'';//);
}
//TotalB2B end & TotalB2B end
/*$col ++;
if ($col > 2) {
$col = 0;
$row ++;
}*/
}
$content .= '</div>';
$boxContent = $content;
include (bts_select('boxes', $box_base_name)); // BTS 1.5
// new contentBox($info_box_contents);
?>
Ciao
Antonello
- lavoriamopervoi
- membro Senior
- Messaggi: 405
- Iscritto il: 14/12/2007, 18:32
- Contatta:
- lavoriamopervoi
- membro Senior
- Messaggi: 405
- Iscritto il: 14/12/2007, 18:32
- Contatta:
si, ma vedi che mi esce la barra del tirolo nuovi prodotti per luglio, e sotto ce ne una con sritto partners, da dove e' uscita?lavoriamopervoi ha scritto:cosa non va? hai usato il codice che ho postato?teledido ha scritto:beh si,ma ce qualcosa che non va ancoralavoriamopervoi ha scritto:teledido ho visto che ci sei riuscito...
- lavoriamopervoi
- membro Senior
- Messaggi: 405
- Iscritto il: 14/12/2007, 18:32
- Contatta:
hai visto bene il codice che ho postato perché io avevo tolto l'intestazione...teledido ha scritto:si, ma vedi che mi esce la barra del tirolo nuovi prodotti per luglio, e sotto ce ne una con sritto partners, da dove e' uscita?lavoriamopervoi ha scritto:cosa non va? hai usato il codice che ho postato?teledido ha scritto: beh si,ma ce qualcosa che non va ancora
-
- membro Baby
- Messaggi: 53
- Iscritto il: 04/07/2006, 10:42
- Località: torino a due passi da maury2ma
- Contatta:
teledido: thanks for english!!
teledido: thanks for english!!
STS a fa piurè i cit ! (piemontese)
STS fa piangere i bambini.
JakSmit
With sts not is possble create WAI-WCAG valid pages.
BTS (M-BTS) (M=magnino or multi)is not diffucult to use. (taste template help)
All the interface works in valid BTS, and internal code is modified for make valid code.
The principal CSS is called stylesheet.php (with php variables)
Dont modify FALLBACK template: evantually copy and rename it
in other templates FALLBACK is a 'server' for boxes, images and other parts.
When work send your url. I visit It.
Good Luck!
Vitforlinux
STS a fa piurè i cit ! (piemontese)
STS fa piangere i bambini.
JakSmit
With sts not is possble create WAI-WCAG valid pages.
BTS (M-BTS) (M=magnino or multi)is not diffucult to use. (taste template help)
All the interface works in valid BTS, and internal code is modified for make valid code.
The principal CSS is called stylesheet.php (with php variables)
Dont modify FALLBACK template: evantually copy and rename it
in other templates FALLBACK is a 'server' for boxes, images and other parts.
When work send your url. I visit It.
Good Luck!
Vitforlinux
VitforLinux
-
- membro Baby
- Messaggi: 53
- Iscritto il: 04/07/2006, 10:42
- Località: torino a due passi da maury2ma
- Contatta:
quel codice che ho visto...
quel codice che ho visto è il saliscendi alla lavoriamopervoi/teledido?
Volete metterlo in oswai standard?
se SI ci lavoro. (anche se non sono d'accordo coi javascript a spreco)
saluti e grazie.
Vit
P.S. non difendete oswai (si difende da solo!)
Volete metterlo in oswai standard?
se SI ci lavoro. (anche se non sono d'accordo coi javascript a spreco)
saluti e grazie.
Vit
P.S. non difendete oswai (si difende da solo!)
VitforLinux
-
- membro Junior
- Messaggi: 42
- Iscritto il: 08/05/2008, 14:38
SIIIIIIIIIIIIIIIIIIIIIIIIIIIIIfistandantilus ha scritto:@ SUPERVIT
La risposta e' semplice
SIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIIII
...... e magari qualche altro javascript a spreco in piu, non guasterebbe
ad esempio quando si ingrandisce l'immagine, l'effetto lightbox, o come si chiama, molto bello...
-
- membro Baby
- Messaggi: 53
- Iscritto il: 04/07/2006, 10:42
- Località: torino a due passi da maury2ma
- Contatta:
Grandi!!
Grandi!!
da dove comincio?
Maury aveva messo gli effetti all'acquisto poi gli ha tolti (troppi errori diceva).
provate www.netso.ru (con educazione, non è un giocattolo)
saluti Vit (vado a buttare 4 stampanti e torno)
da dove comincio?
Maury aveva messo gli effetti all'acquisto poi gli ha tolti (troppi errori diceva).
provate www.netso.ru (con educazione, non è un giocattolo)
saluti Vit (vado a buttare 4 stampanti e torno)
VitforLinux
Re: Grandi!!
non riesco a capire xche mi ripete l'intestazione dell'ultimo box della colonna sinistra, adesso sarebbe partners, ma se elimino il box partners dalla colonna a sinistra, mi ripete il box informazioni, e cosi via...vitforlinux ha scritto:Grandi!!
da dove comincio?
Maury aveva messo gli effetti all'acquisto poi gli ha tolti (troppi errori diceva).
provate www.netso.ru (con educazione, non è un giocattolo)
saluti Vit (vado a buttare 4 stampanti e torno)