IPB

HomeProject WebsiteTeam Members

Welcome Guest ( Log In | Register )


There are 21 online users browsing:
2 members and 19 visitors
Google.com, FWR Media, samcrime786

> Latest blog entries
in logon.info Blog at 09-30-09 09:29
in logon.info Blog at 09-16-09 07:52
in logon.info Blog at 09-14-09 21:06
in logon.info Blog at 09-11-09 15:05
in logon.info Blog at 09-4-09 21:26

Goto Month

September 2010

  SMTWTFS
»
1
2
3
»
5
8
9
»
13
14
18
»
19
23
»
29
30

> Latest Discussions
osceexpert @ 08-31-10 12:30
Read: 74   Comments: 3
SaraLinnea @ 08-21-10 18:11
Read: 59   Comments: 0
SaraLinnea @ 08-20-10 17:41
Read: 91   Comments: 2
SaraLinnea @ 08-19-10 17:30
Read: 153   Comments: 4
SaraLinnea @ 08-17-10 08:04
Read: 62   Comments: 0
 
> Not able to download addons
Posted by osceexpert - 08-31-10 12:30 - 3 comments
Hi guys, I'm not able to download these addons.

Quantity Price Breaks Per Product
link: http://addons.oscommerce.com/info/1242

Can you please send me these addon files via email? My client is on my back and I need them urgently. I'll appreciate your help.

Thank you very much. huh.gif
Read 74 times - last comment by osceexpert   

> Products new "Show All"
Posted by SaraLinnea - 08-21-10 18:11 - 0 comments
Hi I have tried this for several days now without succes. This work great in products_listing, but not in products_new:

See my site ji-fashion.com and try both.

CODE
<!--BOF: Show All Products//-->
<?php
if($_GET['display'] != 'all' && $products_new_split->number_of_rows > $max_rows_to_display){
echo '<td class="smallText" align="center" width="'.$all_width.'" style="background-color:rgb(240,240,240);font-weight:bold;border: 1px solid rgb(180,180,180);"><a href="' . tep_href_link(basename($PHP_SELF),tep_get_all_get_params(array('page', 'info', 'x', 'y'))) . '&amp;display=all">' . TEXT_DISPLAY_ALL . '</a></td>';
}
?>
<!--EOF: Show All Products//-->


I get a 404 error and I cant see where.

Anybody please?
Read 59 times - make a comment   

> I need a fix in whos_online
Posted by SaraLinnea - 08-20-10 17:41 - 2 comments
Hi!

Approx. an line 95 there are two instances of $whos_online['last_page_url']


I'd like to replace & with &amp; in 'last_page_url'

for example

in echo $whos_online['last_page_url']


Should I use? echo $whos_online['str_replace('&','&amp;',['last_page_url'])']


Or? echo $whos_online['str_replace('&','&amp;','last_page_url')']

Which is the correct way of doing it?

Kindest

Sara (still learning a lot)
Read 91 times - last comment by SaraLinnea   

> These htaccess statement partially work
Posted by SaraLinnea - 08-19-10 17:30 - 4 comments
Hi, I thought I was correct blocking IP-ranges like this:

#IP ranges for Cyveillance:
#deny from 63.146.13.64/95
#deny from 63.148.99.224/255
#deny from 65.118.41.192/223
#deny from 65.213.208.128/159
#deny from 65.222.176.96/127
#deny from 65.222.185.72/79
deny from 151.173.0.0/16
#

BUT, only the last one work the rest gives an internal server error (500)

I do need advice

Kindest

Sara
Read 153 times - last comment by SaraLinnea   

> Edit product, gross price resets to netto
Posted by SaraLinnea - 08-17-10 08:04 - 0 comments
Hi, in admin (RC2a) when I click on edit for a product, it's product page loads with one flaw:

The gross price (netto plus tax) resets to netto price despite the tax being defined and visible in the tax drop down field.

It's annoying to have to type in the gross price once again, when I only need to fix the product description.


I hope some one know how to fix it.


Thanks and kind regards

Sara
Read 62 times - make a comment   

Lo-Fi Version Time is now: 6th September 2010 - 07:32 AM