

doudo
Members-
Content count
29 -
Joined
-
Last visited
Profile Information
-
Real Name
Hugo
-
I've install this contribution http://www.oscommerce.com/community/contributions,1686 and i like install the WYSIWYG 1.7 in this contibution, buto i don't know how. Any help? I've instaled WYSIWYG 1.7 in categories.php but is too complex to decode :blush:
-
Hi I used this contribution and replace the code FILENAME_NEW_PRODUCTS with FILENAME_DEFAULT_SPECIALS if no exist specials products i want disapear this table and show the New products table ... it's posible? I try coding in my modules/default_specials.php but my skills in php is too bad ... very very bad :blush: if( <--- I DON'T KNOW WHAT CODE PUT HERE --->) { .... bla bla bla code existent } else // If it's empty, then include the original New Products box { include (DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); } <--- I DON'T KNOW WHAT CODE PUT HERE ---> and the code is? appreciate all the help!
-
Hi I ised this contributon and replace the code FILENAME_NEW_PRODUCTS with FILENAME_DEFAULT_SPECIALS When no exist specials products i want disapear this table and show the New products table ... it's posible? if( <--- I DON'T KNOW WHAT CODE PUT HERE --->) { .... bla bla bla } else // If it's empty, then include the original New Products box { include (DIR_WS_MODULES . FILENAME_NEW_PRODUCTS); } appreciate all the help!
-
Great customization :thumbsup: I like put in the top of customer table one filter. Example newsletter yes or not It's Easy?
-
The page of my shopping cart always appears empty when I add a product. That this cuntribuition has been done with base in BTS, but that does not work without BTS? Supposing that if, it is necessary make more alterations in other different files that index.php?
-
Click in Administrator>File Acces>Catalog>store files and select quick_update.php done
-
The heading title it does not appear. Appear HEADING_TITLE. So, i want to know where is this HEADING_TITLE? This Title in customers.php work's, but in all_customers.php do not.
-
Where change this?? <?php echo HEADING_TITLE; ?>
-
Oh right. Work's ... thanks :thumbsup:
-
and newsletter? subscribe or not. how?
-
Those who subscribe in the home are different from those who subscribe for a new account client ... is it normal? Is there way of doing that the two go for the same table?