

univer
Members-
Content count
23 -
Joined
-
Last visited
Profile Information
-
Real Name
De Ridder Patrick
-
Gender
Male
-
Location
Belgium
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
-
Thank you for this answer. I finally got it working in version 2.3.4 on https but without the new content, so I still use the older version for login. I would like to upgrade to Phoenix, but my problem is the payment tool being situated in Belgium. Ingenico (earlier Ogone) does not have an app for Phoenix. What payment tool could I use in Phoenix that I could use in Belgium? My shop is www.univer.be/shop
-
univer started following Upgrading to the latest version
-
I just upgraded from 321 to 324 in several steps as indicated But after upgrading from 2334 to 234 I have problems I think everything went well, I can go into admin, my shop seems well. But the problem is with the login on the catalog. My client login is not accepted, create new login gives no result etc. So the shop is fine, but nobody can login to buy and that is a big problem. There is something wrong with the new content modules. I double-checked everything concerning the upgrade, installation etc ads described in the manual for the new content modules In admin I have an500-error when clicking on modules/content (it goes to admin/login.php) when I manually put in admin/modules.php?set=content, then I, get only one shipment module and 4 modules to install. But clicking on install modules (admin/modules.php?set=content&list=new) it gives me 4 more shipment modules to install. I'm looking for a week trying to solve but ran out of ideas. where do I have to find the issue and how can I solve it?
-
I installed this add-on, but it doesn't work I don't see anything on the dashboard I did install it on the modules (dashboard) to be sure I installed it on a new clean shop, same result, no view on the dashboard what can be wrong? I use osc 2.3.1
-
having problems with ogone (we didn't recieve the payment status back in our shop), ogone in belgium gave me another version that is much more expanded than the previous one that is available on the community: http://addons.oscommerce.com/info/5126 reading the installation doc it seems very attractive and complete, but the install doesn't work, I get http 500 server connection error I just uploeded this add-on who can get a look at it and confirm that this must be a working module? and also what could be my problem with the installation? attached the installation doc installation_en.html
-
I received a module from ogone called oscommerce_ogone_v1.3_0208 that is much more expanded then the earlier one only problem uis that I cannot succeed to install it does anybody now this version and has experiance with it? I don't see it appear on the add-ons, and i don't know who made it if somebody tells me how to upload it, I will do this I attached the install documentation installation_en1.html
-
ok, thank you do you have any idea in what time it could be done?
-
[Contribution] Products Specifications
univer replied to kymation's topic in General Add-Ons Support
Could you solve this problem already? I'm still blocked because of this and I'm waiting for the solution please thank you to inform me -
@ gergely Posted 25 September 2011, 09:34 univer, on 24 September 2011, 21:34, said: i forgot to mention that i'm stucked while merging the file catalog/product_info.php here are the two files, who can do this? I'm trying since days without any succes Hi, We need to do new module for it. As soon as possible I will do it in extras. The tab page navigation not fix yet. Did you solve this problem already? Thank you.
-
@Gergely ok, I already did answer in the other topic i'll wait for your further info thanks (also for sending missing file)
-
[Contribution] Products Specifications
univer replied to kymation's topic in General Add-Ons Support
@Gergely do I wait for further reply or ...or what needs to be done? I tried to merge, but there was also QPBPP involved, it took me 3 full days !! I send you the 2 files that where very difficult to merge: catalog/admin/categories.php and catalog/product_info.php, could you check if they are ok? I was very carefully, but some parts were very uncertain could you check them? thanks categories.php product_info.php -
[Contribution] Products Specifications
univer replied to kymation's topic in General Add-Ons Support
could somebody explain me in catalog/product_info.php I refer to the lines in PS on line 55 is desactivated a line, but it was not there before, so why is there that line? // echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); after line 88 is taken away line 55 from the original file <?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?> why? the bigest problem for other addons is on line 193 of the original file <div class="buttonSet"> <span class="buttonAction"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> <?php echo tep_draw_button(IMAGE_BUTTON_REVIEWS . (($reviews['count'] > 0) ? ' (' . $reviews['count'] . ')' : ''), 'comment', tep_href_link(FILENAME_PRODUCT_REVIEWS, tep_get_all_get_params())); ?> </div> is changed into <div class="buttonSet"> <span class="buttonAction"><?php echo tep_draw_hidden_field('products_id', $product_info['products_id']) . tep_draw_button(IMAGE_BUTTON_IN_CART, 'cart', null, 'primary'); ?></span> </div> <div style="clear: both;"></div> but it is also put higher, that means now before ?> <div style="clear: both;"></div> <?php if ($product_info['products_date_available'] > date('Y-m-d H:i:s')) { ?> <p style="text-align: center;"><?php echo sprintf(TEXT_DATE_AVAILABLE, tep_date_long($product_info['products_date_available'])); ?></p> <?php } ?> </div> <?php $reviews_query = tep_db_query("select count(*) as count from " . TABLE_REVIEWS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "' and reviews_status = 1"); $reviews = tep_db_fetch_array($reviews_query); ?> in the original file it was after this block is this change of place important and necessary? -
[Contribution] Products Specifications
univer replied to kymation's topic in General Add-Ons Support
ok, I understand; is anybody alse capable do merge the catalog/product_info.phph from "Master Products" and "Products Specifications"? -
i forgot to mention that i'm stucked while merging the file catalog/product_info.php here are the two files, who can do this? I'm trying since days without any succes product_info.php product_info.php
-
[Contribution] Products Specifications
univer replied to kymation's topic in General Add-Ons Support
@jim, please find the 2 files if you could do it I would be very happy because I'm trying without succes since days product_info.php product_info.php -
[Contribution] Products Specifications
univer replied to kymation's topic in General Add-Ons Support
@jim, could you help me to merge the 2 files catalog/product_info.php? i'm completely stuck