Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

DirkTromp

Pioneers
  • Posts

    21
  • Joined

  • Last visited

1 Follower

DirkTromp's Achievements

  1. Thanks again @@Jack_mcs. Happy after a week of check, recheck and diagnosing another SEO add-on.Works like a charm on a new osC 2.3.1 install on my MAMP 1.9 version. Now I am going to try it on my modded pre-production osC 2.3.1 with MTS templating system, MATC and various payment add-ons and languages..
  2. Sorry. Am real nooby today. I was redirecting myself to the download page instead of opening the documentation pages. Thanks for the help Jack.
  3. Just tried Jack. Same problem - I keep getting re-directed to the (http://addons.oscommerce.com/info/2823) with all of the packages. I just don't understand. This means there is no package in the whole section that works!
  4. I may be sounding a noob, but where can I find a full package with install instructions for the 2-2.2d-12 release? All the html pages in the downloads I have just point back to the contribution page. All I see in the download are 2 upload files. It looks like someone has messed with all the installs willfully. I have been installing and re-installing the USEO urls 5 PRO by FWR media for a week now but can't get the rewrite part to work. Please help. Any SEO url package will do as long as it does the rewrite part correctly. Btw. I have an MS2.2. install with the Ultimate SEO version on top of that that works fine on my MAMP 1.9 installation. Also osC 2.3.1 in various installs with mods work fine too!
  5. Solved the problem after searching internet generally. From osC 2.3.x you need to make sure you have the right currency selected, ie. Euro. Otherwise the applicable payment method does not show, not even in the admin install modules.

  6. I can't get iDeal to show in the admin section. All files are in the right place.

    Any idea what is causing this?

  7. Anybody have this contribution working with Option Types V2?
  8. Kan je in het admin gedeelte goed zetten :-)
  9. De vertaling werkt uitstekend. Bedankt voor het werk van iedereen. Zodra ik mijn winkels live heb, zal ik kijken of ik iets kan terugdoen voor de community. Heb zelf een aantal zaken veranderd/ontwikkeld en moet even kijken hoe dat als een "add-on" kan worden aangeboden.
  10. Han, bedankt. Ja ik heb eigen versies van beide documenten maar ga toch jouw versie ook uitproberen. Dan laat ik wel weer een reactie achter. Ik begrijp alleen niet waarom er dan ook nog op de admin/index pagina de Euro teken een ? met een zwart wybertje eromheen geeft? In alle taalbestanden staat de char-set goed?
  11. Ondanks de veranderingen van de 'CHARSET' (die in mijn download goed staan), heb ik problemen met de Euro teken in het "Dashboard" en enkele accenten in de "Algemene Voorwaarden" en "Privacy". Enig ideee hoe wij dit kunnen oplossne?
  12. Waar kunnen wij deze versie vinden? Zou hem graag willen gebruiken. Heb goede ervaring met de eerdere versie en moet nu 2 webshops updaten.
  13. I am trying to style the $product_price in the product_info.php with the help of stylesheet.css. However, no matter what css parameters are given to the id's, there is no change in page, nor when viewing the parameters with firebug? In the imge above the price is now floating at the left hand side. The objective is to get this to float on the righthand side and use some jquery to make it fixed/float along the right hand side of the middel section. The code for this is in the following post:http://jqueryfordesigners.com/fixed-floating-elements/ My code I have added to product_info.php (extra div's to style the pricing as a right-column, an outer div to position:relative so that the inner can be position:fixed. <?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?> [color="#FF0000"]<div id="dntpriceouter"> <div id="dntprice"> <h1 id="display_price";><?php echo $products_price; ?></h1> </div> </div>[/color] <div class="contentContainer"> <div class="contentText"> <div id="dntproduct"> <h1><?php echo $products_name; ?></h1> </div> <?php if (tep_not_null($product_info['products_image'])) { $pi_query = tep_db_query("select image, htmlcontent from " . TABLE_PRODUCTS_IMAGES . " where products_id = '" . (int)$product_info['products_id'] . "' order by sort_order"); if (tep_db_num_rows($pi_query) > 0) { ?> <div id="piGal" style="float: right;"> <ul> The css added below to te stylesheet.css #dntpriceouter { left: 450px; position: absolute; margin-left: 35px; width: 280px; } #dntprice { position: absolute; top: 0; /* just used to show how to include the margin in the effect */ margin-top: 20px; border-top: 1px solid purple; padding-top: 19px; } #dntprice.fixed { position: fixed; top: 0; } So, the question is, why is this not reacting to the css styling? (also noticed that I can use in-line styling on the various sub-prices which come from another file. That is the only thing that works?) Thanks in advance for the help.
×
×
  • Create New...