Jump to content


Corporate Sponsors


Latest News: (loading..)

riz-man

Member Since 29 Nov 2008
Offline Last Active Jul 24 2011, 16:30
-----

Posts I've Made

In Topic: [Contribution] More_pics_6 v1.1 For osC 2.2 MS2

24 July 2011, 16:30

View Postwizaard, on 18 April 2007, 11:38, said:

ADDITION TO MY PREVIOUS MESSAGE:
In the product_reviews_info.php file, the replacing code is not the same as in the other two files because this PHP uses another name of picture function (it uses
$review['products_image']
instead of
$product_info['products_image']
), so it's necessary to change the replacing code:
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $review['products_image']) . '" rel="lightbox[roadtrip]">' . tep_image(DIR_WS_IMAGES . $review['products_image'], $review['products_name'], (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT, 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>
<noscript>
<?php echo '<a href="' . tep_href_link(DIR_WS_IMAGES . $review['products_image']) . '" target="_blank">' . tep_image(DIR_WS_IMAGES . $review['products_image'], $review['products_name'], (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_WIDTH), (MOPICS_RESTRICT_PARENT=='false'?'':SMALL_IMAGE_HEIGHT), 'hspace="5" vspace="5"') . '<br>' . TEXT_CLICK_TO_ENLARGE . '</a>'; ?>
</noscript>

Hi there Matěj (hope you're still around),

I have successfully installed More Pics Advanced 2.0.6 but I have noticed that the photos on the /product_reviews_info.php, /product_reviews.php and /admin/reviews.php still show the image that I used before I installed this add-on. The Readme.txt made no references to changing these files...so I followed your instruction above (for /product_reviews_info.php) but it does not work.

Can you (or anyone) help? I've spent hours on this. :'(

In Topic: 2checkout payment module

20 July 2011, 12:29

View Postriz-man, on 20 July 2011, 11:01, said:

I have got this module working fine. The only problem I've noticed is that the actual checkout items are not passed on to 2Checkout. All the 2Checkout cart says is:

"Cart Purchase: 20110720045323"

It does not list the actual products added to the shopping cart, as was achieved by the the previous version of this payment module (the one that came with Oscommerce V2.2 RC2).

Any ideas how I can keep that feature?


Also, just to let you know, I've changed ['model'] to ['id'] and all my products on Oscommerce have product model numbers but I'm still seeing all my shopping cart items grouped up as one total when I'm transferred to 2Checkout.

In Topic: What is the correct 2checkout Return URL!

20 July 2011, 11:02

View Postriz-man, on 20 July 2011, 10:58, said:

I have got this module working fine. The only problem I've noticed is that the actual checkout items are not passed on to 2Checkout. All the 2Checkout cart says is:

"Cart Purchase: 20110720045323"

It does not list the actual products added to the shopping cart, as was achieved by the the previous version of this payment module (the one that came with Oscommerce V2.2 RC2).

Any ideas how I can keep that feature?


Sorry...meant to post this here...

http://forums.oscommerce.com/topic/272486-2checkout-payment-module

I don't see an option to delete my previous post.

In Topic: 2checkout payment module

20 July 2011, 11:01

I have got this module working fine. The only problem I've noticed is that the actual checkout items are not passed on to 2Checkout. All the 2Checkout cart says is:

"Cart Purchase: 20110720045323"

It does not list the actual products added to the shopping cart, as was achieved by the the previous version of this payment module (the one that came with Oscommerce V2.2 RC2).

Any ideas how I can keep that feature?

In Topic: What is the correct 2checkout Return URL!

20 July 2011, 10:58

I have got this module working fine. The only problem I've noticed is that the actual checkout items are not passed on to 2Checkout. All the 2Checkout cart says is:

"Cart Purchase: 20110720045323"

It does not list the actual products added to the shopping cart, as was achieved by the the previous version of this payment module (the one that came with Oscommerce V2.2 RC2).

Any ideas how I can keep that feature?