Trans-end Project
We need wordpress expert to integrate our design into wordpress and set up the website for us. You got to be too good in wordpress.
We need wordpress expert to integrate our design into wordpress and set up the website for us. You got to be too good in wordpress.
You have to create XHTML 1.0 Trans from PSD Template.’
Clean, valide and matching with eBay rules.
Working on a SHOUTcast project using sc_trans — have it running and can start / stop auto dj (sc_trans) via command line, I need someone to write a small php script to start and stop sc_trans, I think it would use exec()
— posted this yesterday and the guy claimed he could do it but never did.
Working on a SHOUTcast project using sc_trans — have it running and can start / stop auto dj (sc_trans) via command line, I need someone to write a small php script to start and stop sc_trans, I think it would use exec()
I need a someone to translate approximately 200 minutes or 3 hours worth of video that is on YouTube from Spanish to English for me. I need this translation to be typed in proper English (the translation doesn’t need to be perfect I just need to understand what is being said) and submitted into an Microsoft Word or Open Office document to be sent to me once the job is complete.
Requirements:
– You need to be an experience translator and be an expert in both Spanish and English
– Each Video that has been translated must be labeled number 1-35 as listed on YouTube with the header and translation in correct numerical order so it is easy to follow
Would like this done as soon as possible, but I still need the translation to be up to par.
Before I hire someone for the job I would like a sample translation from any of the videos. You can find all of the videos at this link:
I have just ordered a fresh new server. I would like to have the server configured with cPanel & fantastico. Also I would want to have my current accounts on my prior host transferred to this new account.
The old account has only 8 URL’s and a total of 2,407Mb of disk used. I request that the bidder be able to transfer over the databases on the accounts that have them for example. One account has WHMCS currently setup and I would want this fully transferred over. Another account runs an online message board and would require all of the database posts to remain in tacked.
Thank you for your consideration,
Scott
hi,
1. i installed a oscomm contrib called giftwrap. the admin is working great, but the giftwrap/nogiftwrap option does not show up on the checkout_shiping.php page as it is supposed to. the prob is that i have instlled the fec contrib and i could not do the final step in the instructions. the problem is that the docs say to find
<?php
if (tep_count_shipping_modules() > 0) {
?>
in checkout_shiping and then add this above it:
<!–BOF osc_Giftwrap –>
<?php
if (tep_count_giftwrap_modules() > 0) {
?>
<tr>
<td><table border=”0″ width=”100%” cellspacing=”0″ cellpadding=”2″>
<tr>
<td class=”main”><b><?php echo TABLE_HEADING_GIFTWRAP_METHOD; ?></b></td>
</tr>
</table></td>
</tr>
<tr>
<td><table border=”0″ width=”100%” cellspacing=”1″ cellpadding=”2″ class=”infoBox”>
<tr class=”infoBoxContents”>
<td><table border=”0″ width=”100%” cellspacing=”0″ cellpadding=”2″>
<?php
$quotes1_size = sizeof($quotes1);
if ($quotes1_size > 1) {
?>
<tr>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” width=”50%” valign=”top”><?php echo TEXT_CHOOSE_GIFTWRAP_METHOD; ?></td>
<td class=”main” width=”50%” valign=”top” align=”right”><?php echo ‘<b>’ . TITLE_PLEASE_SELECT . ‘</b><br>’ . tep_image(DIR_WS_IMAGES . ‘arrow_east_south.gif’); ?></td>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
} else {
?>
<tr>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” width=”100%” colspan=”2″><?php echo TEXT_ENTER_GIFTWRAP_INFORMATION; ?></td>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
}
$radio_buttons = 0;
for ($i=0; $i<$quotes1_size; $i++) {
?>
<tr>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td colspan=”2″><table border=”0″ width=”100%” cellspacing=”0″ cellpadding=”2″>
<?php
if (isset($quotes1[$i]['error'])) {
?>
<tr>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” colspan=”3″><?php echo $quotes1[$i]['error']; ?></td>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
} else {
$size = sizeof($quotes1[$i]['methods']);
for ($j=0, $n2=$size; $j<$n2; $j++) {
// set the radio button to be checked if it is the method chosen
$checked = (($quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id'] == $giftwrap_info['id']) ? true : false);
if ( ($quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id'] == $giftwrap_info['id']) || (tep_count_giftwrap_modules() == (int)1) ) {
echo ‘ <tr id=”defaultSelectedGift” class=”moduleRowSelected” onmouseover=”rowOverEffectGift(this)” onmouseout=”rowOutEffect(this)” onclick=”selectRowEffectGift(this, ‘ . $radio_buttons . ‘)”>’ . “n”;
} else {
echo ‘ <tr class=”moduleRow” onmouseover=”rowOverEffectGift(this)” onmouseout=”rowOutEffectGift(this)” onclick=”selectRowEffectGift(this, ‘ . $radio_buttons . ‘)”>’ . “n”;
}
?>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
<td class=”main” width=”75%”><?php echo $quotes1[$i]['methods'][$j]['title']; ?></td>
<?php
if ( ($quotes1_size > 1) || ($n2 > 1) ) {
if (DISPLAY_PRICE_WITH_TAX == ‘true’) {
$gift_tax_rate_tmp = tep_get_tax_rate(MODULE_ORDER_TOTAL_GIFTWRAP_TAX_CLASS);
$gift_tax_amt_tmp = $quotes1[$i]['methods'][$j]['cost'];
$gift_tax_amt_tmp += tep_calculate_tax($quotes1[$i]['methods'][$j]['cost'], $gift_tax_rate_tmp);
?>
<td class=”main”><?php echo $currencies->format($gift_tax_amt_tmp); ?></td>
<?php
} else {
?>
<td class=”main”><?php echo $currencies->format($quotes1[$i]['methods'][$j]['cost']); ?></td>
<?php
}
?>
<td class=”main” align=”right”><?php echo tep_draw_radio_field(‘giftwrap’, $quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id'], $checked); ?></td>
<?php
} else {
?>
<td class=”main” align=”right” colspan=”2″><?php echo $currencies->format($quotes1[$i]['methods'][$j]['cost']) . tep_draw_hidden_field(‘giftwrap’, $quotes1[$i]['id'] . ‘_’ . $quotes1[$i]['methods'][$j]['id']); ?></td>
<?php
}
?>
<td width=”10″><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
$radio_buttons++;
}
}
?>
</table></td>
<td><?php echo tep_draw_separator(‘pixel_trans.gif’, ’10′, ’1′); ?></td>
</tr>
<?php
}
?>
</table></td>
</tr>
</table></td>
</tr>
<?php
}
?>
<!–EOF osc_Giftwrap–>
my file has been modified with th fec install and i think i am placing this in the wrong place. i have placed it in includes/fec/shipping_box.php
2. i have created a ctergory which will be used for selling gift certificates http://www.babybow.co.za/index.php?cPath=45. now when a person purchases a certificate they then must enter a email address for the recipient i.e the person who will receive the gift cetificate. this email field must go on the product details page so when they add it to the cart, the email address is recorded. e.g http://www.babybow.co.za/product_info.php?cPath=45&products_id=150