

CGhoST
Members-
Content count
372 -
Joined
-
Last visited
Everything posted by CGhoST
-
It works very nicely. Thank You :-)
-
Thank you so much. It works wonderfully. I just found one little problem with it or maybe its me. Can you please check. When making the banner and writing some text in "HTML Text" (In my case i did Testing 123) then the text shows on the top left corner but the image does not show.
-
Converting Points and Rewards system for osC BS
CGhoST replied to Tsimi's topic in Add-Ons Development
I am happy with this :-) -
Converting Points and Rewards system for osC BS
CGhoST replied to Tsimi's topic in Add-Ons Development
Can we not have a pull down setting in the HT Points config from which you can select order status you want for points to automatically go onto customers account? I also wanted to know what the que and delete function were. -
Converting Points and Rewards system for osC BS
CGhoST replied to Tsimi's topic in Add-Ons Development
@Tsimi I was thinking something like that also. It would be good if delivered or whatever final transaction is that the points are automatically put into account. Because if you forget to place the tick then no points are awarded. It would be good to have that option. -
Converting Points and Rewards system for osC BS
CGhoST replied to Tsimi's topic in Add-Ons Development
If a customer places an order and in admin on orders you have changed status to Delivered. Do the points get added automatically to the customer or do you have to put a tick on que or delete? -
Converting Points and Rewards system for osC BS
CGhoST replied to Tsimi's topic in Add-Ons Development
@Tsimi Thank you so much. That code is working nicely :-) -
Converting Points and Rewards system for osC BS
CGhoST replied to Tsimi's topic in Add-Ons Development
I was just testing out this marvelous contribution and came up with an error. I have Order Editor installed and when i click "Edit Order" in admin I get this error: Fatal error: Call to undefined function check_points_redemtion() in /includes/modules/payment/points.php on line 76 Edit: If everything is green when installed in Header Tags does that mean i don't have to do manual edits? Edit: I am getting in product info the point info line listed 3 times underneath each other. -
Converting Points and Rewards system for osC BS
CGhoST replied to Tsimi's topic in Add-Ons Development
Fantastic work guys. If you have time can you fix or improve this contribution. I'm sure a lot of people would be interested in this also: https://www.oscommerce.com/forums/topic/412012-ccgv-support-bootstrap-version/#comment-1762033 Credit Class and Gift Voucher BS Again fantastic work on this marvelous addon. -
Hi. Is anyone else having the problem of sending an amount via mail in admin and it emails a code to the customer. When the customer enters the redeem code at checkout it comes up saying error this code is not valid? In admin under Vouchers Sent it shows the voucher there and also shows not redeemed but at customer side its invalid.
-
I believe the language files need to be updated for latest BS Edge unless i have done something wrong. This is the error i get when i click on a product: Fatal error: Cannot redeclare class language in /includes/classes/language.php on line 16 If i disable language support it works fine. Also the Twitter Typeahead support. Where do i implement the code posted previously please.
-
Hi. Good work on the contribution. Is this contribution working for Paypal or not yet?
-
In /admin/returns.php Find: <td><? echo tep_draw_input_field('refund_reference', $return->info['payment_reference']); ?></td> Replace With: <td><?php echo tep_draw_input_field('refund_reference', $return->info['payment_reference']); ?></td>
-
Its the same. I had it uncommented before installed KissIT .. then after installing KissIT i was getting above errors. Now if i use the script with the IF ELSE statement commented then i get all those errors again. Also changed DIR_WS_IMAGES ---> 'images/' as BS is hardcoded I have many suppliers and most have their own images and they update those images on weekly or monthly basis. Rather than having to download all images at regular intervals to my server they have given me permission to link images directly to them. Remote Images contribution does that but with KissIT installed they both break.
-
[Addon] Ajax Product Listing for osC 2.3.4 bootstrap
CGhoST replied to auzStar's topic in General Add-Ons Support
I have the following contribution installed: https://apps.oscommerce.com/Lia0H&shop-by-price-bs How can i enable ajax listing for this contribution. I put a tick on the file shop_by_price but nothing happens. -
It still shows the no_image file. Even i cant understand why its not working .. and thats the only script that needs to be implemented to enable remote images. There are no other changes.
-
Without KissIT it works fine. But my script loads after the following code: // The HTML image wrapper function function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '', $responsive = true, $bootstrap_css = '') { if ( (empty($src) || ($src == 'images/')) && (IMAGE_REQUIRED == 'false') ) { return false; } Which is after the KissIT code. With the KissIT function it shows the above errors and if i put the code where you told me then no image
-
Hi Rainer What that does shows the 'images/no-image.jpg' file. I think the following code needs to be replaced with the KissIT code. Would that be right? if (file_exists ( substr($src,(strlen('images/')))) ){ $src = substr($src,(strlen('images/'))); If so then i don't know how to.
-
Hi Everyone I am trying to install the following script so i have Local and Remote Images available. In /includes/functions/html_output.php Find: // The HTML image wrapper function function tep_image($src, $alt = '', $width = '', $height = '', $parameters = '', $responsive = true, $bootstrap_css = '') { if ( (empty($src) || ($src == 'images/')) && (IMAGE_REQUIRED == 'false') ) { return false; } Add After: if ( substr($src,strlen('images/'),4) == 'http') { if (file_exists ( substr($src,(strlen('images/')))) ){ $src = substr($src,(strlen('images/'))); } else { $src = 'images/no-image.jpg'; } } If KissIT Image Thumnailer r27 is installed on latest BS Edge i get following errors: Warning: mkdir(): Invalid argument in <dir>/includes/functions/html_output.php on line 106 Warning: mkdir(): Invalid argument in <dir>/includes/functions/html_output.php on line 106 Warning: mkdir(): Invalid argument in <dir>/includes/functions/html_output.php on line 106 Warning: mkdir(): Invalid argument in <dir>/includes/functions/html_output.php on line 106 Warning: fopen(images/thumbs/250_250/http://file-7.ru//.htaccess): failed to open stream: Invalid argument in <dir>/includes/functions/html_output.php on line 116 Notice: Cannot detect a writable thumbs directory! in <dir>/includes/modules/kiss_image_thumbnailer/classes/Image_Helper.php on line 103 Warning: imagejpeg(images/thumbs/250_250/http://file-7.ru/no-image.jpg): failed to open stream: Invalid argument in <dir>/includes/modules/kiss_image_thumbnailer/classes/Image.php on line 145 If anyone could please help implement the IF Statement with KissIT would be much appreciated.
-
Hi Kymation. Now that there is a bootstrap version can you update the code to real bootstrap please. Thanks
-
I really wish this contribution was updated. Its a good contribution.
-
Hi Kymation Any chance you could please update this for Oscommerce Edge
-
[Contribution] NEW Australia Post Shipping Modules for osC 2.3.x
CGhoST replied to auzStar's topic in General Add-Ons Support
Yes i would also like to kindly know the answer to this question. A BS version would be much appreciated -
[Addon] Category New Products Carousel for osC 2.3.4 bootstrap
CGhoST replied to auzStar's topic in General Add-Ons Support
Thank you immensely Dominic.All works now. Really appreciate it. -
[Addon] Category New Products Carousel for osC 2.3.4 bootstrap
CGhoST replied to auzStar's topic in General Add-Ons Support
Thats strange. I thought replacing to "(int)$new_products['products_id']" would fix the problem. But it doesnt do anything. Have i missed something else please? I tried the same script in Featured Products and it seems to be working fine there.