

samsagaz
Members-
Content count
27 -
Joined
-
Last visited
Everything posted by samsagaz
-
i think that its an permission issue, i just fixed it manual editin the file sitemonitor_configure_0.php after edit it, everything works OK (i think) :)
-
problem fixed, chmod 777 admin dir
-
from where the script get that info? SiteMonitor -> /home/username/public_html i cant change it in the admin.
-
Was trying version 2.8, now downloaded 2.9 and the error with diferent path Your username is invalid. Please change it and try again.: System -> /usr/home/kendo/domains/mydomain.com/public_html/ - SiteMonitor -> /home/username/public_html try with $handleErrors = true; and still the same error.
-
I really wants to get this script working but looks impossible, i really dont understand why im getting the username and password error? Your username is invalid. Please change it and try again.: System -> /usr/home/kendo/domains/mydomain.com/public_html/ - SiteMonitor -> /home/kendo/domains/mydomain.com/public_html/ i already read the posts and cant found any solution, tryed with empty username and pass, with username and pass of my oscommerce admin, username and pass of my webmin...
-
Thanks in advance
-
Just released: Extra Product Fields 2.23
samsagaz replied to wdepot's topic in General Add-Ons Support
Thanks in advance -
Just released: Extra Product Fields 2.23
samsagaz replied to wdepot's topic in General Add-Ons Support
15d) Around line 386 find the code that reads as follows $products_name = $HTTP_POST_VARS['products_name']; $products_description = $HTTP_POST_VARS['products_description']; $products_url = $HTTP_POST_VARS['products_url']; are not located into categories.php! -
is trange,i dont get any error in the files, but looks like cant create some files... ERROR: Google Product Sitemap Generation FAILED! Opening /usr/home/rosariokendo/domains/insumosrosario.com/public_html/sitemapcategories.xmlFS_CAT /usr/home/rosariokendo/domains/insumosrosario.com/public_html/Server http://insumosrosario.comSave Path /usr/home/rosariokendo/domains/insumosrosario.com/public_html/WS_CAT / Write /usr/home/rosariokendo/domains/insumosrosario.com/public_html/sitemapcategories.xmlGenerated Google Category Sitemap Successfully Google Sitemap Manufacturers not generated - no Manufacturers found! Google Sitemap Specials not generated - no specials found! ERROR: Google Pages Sitemap Generation FAILED! Opening /usr/home/rosariokendo/domains/insumosrosario.com/public_html/sitemapindex.xmlFS_CAT /usr/home/rosariokendo/domains/insumosrosario.com/public_html/Server http://insumosrosario.comSave Path /usr/home/rosariokendo/domains/insumosrosario.com/public_html/WS_CAT / Write /usr/home/rosariokendo/domains/insumosrosario.com/public_html/sitemapindex.xmlGenerated Google Sitemap Index Successfully Array ( [QUERY] => Array ( [PRODUCTS] => Array ( [sTATUS] => success [NUM_ROWS] => 0 ) [CATEOGRY] => Array ( [sTATUS] => success [NUM_ROWS] => 4 ) [MANUFACTURERS] => Array ( [sTATUS] => success [NUM_ROWS] => 0 ) [sPECIALS] => Array ( [sTATUS] => success [NUM_ROWS] => 0 ) ) [sAVE_FILE_XML] => Array ( [0] => Array ( [file] => /usr/home/rosariokendo/domains/insumosrosario.com/public_html/sitemapcategories.xml [status] => success [file_exists] => true ) [1] => Array ( [file] => /usr/home/rosariokendo/domains/insumosrosario.com/public_html/sitemapindex.xml [status] => success [file_exists] => true ) ) )
-
well looks like dont work very well for me, when i goto login.php and click into the connect with facebook, my browser is redirected to createaccount section of my site :S someone know why that happend?
-
Some new version of this contrib are released? im using it since 2007. Is Ultimate SEO better than this contrib? im thinking abt upgrading
-
Hello, im using CCGV and points&rewards, and i have huge problems to make points & rewards work together with ccgv. Please help me to resolve this issue. CCGV works very well when only gift vouchers or coupon code are used, and points&rewards work very well only when points are used. when used together dont works very good. when i use both contibs in the same order i get an error like i have not enough points, and ask me to select another payment. Thank you very much
-
### POINTS AND REWARDS MODULE V1.00 ###
samsagaz replied to deep-silver's topic in General Add-Ons Support
i need to add the value of the voucher coupon..... somehitng like this if ((tep_calc_shopping_pvalue($_POST['customer_shopping_points_spending']) + !!!!HERE I NEED TO ADD THE VOUCHER POINTS!!!!!)< $order->info['total'] && !is_object($$payment)) { but dont find yet where are located the voucher values :D -
### POINTS AND REWARDS MODULE V1.00 ###
samsagaz replied to deep-silver's topic in General Add-Ons Support
i think that here is where i need to play if ((USE_POINTS_SYSTEM == 'true') && (USE_REDEEM_SYSTEM == 'true')) { if (isset($_POST['customer_shopping_points_spending']) && is_numeric($_POST['customer_shopping_points_spending']) && ($_POST['customer_shopping_points_spending'] > 0)) { $customer_shopping_points_spending = false; if (tep_calc_shopping_pvalue($_POST['customer_shopping_points_spending']) < $order->info['total'] && !is_object($$payment)) { $customer_shopping_points_spending = false; tep_redirect(tep_href_link(FILENAME_CHECKOUT_PAYMENT, 'error_message=' . urlencode(REDEEM_SYSTEM_ERROR_POINTS_NOT), 'SSL')); } else { $customer_shopping_points_spending = $_POST['customer_shopping_points_spending']; if (!tep_session_is_registered('customer_shopping_points_spending')) tep_session_register('customer_shopping_points_spending'); } } -
### POINTS AND REWARDS MODULE V1.00 ###
samsagaz replied to deep-silver's topic in General Add-Ons Support
Hello, im using CCGV and points&rewards, and i have huge problems to make points & rewards work together with ccgv. Please help me to resolve this issue. CCGV works very well when only gift vouchers or coupon code are used, and points&rewards work very well only when points are used. when used together dont works very good. when i use both contibs in the same order i get an error like i have not enough points, and ask me to select another payment. :( Thank you very much -
Credit Class/Gift Vouchers/Discount Coupons 5.10
samsagaz replied to Strider's topic in General Add-Ons Support
Hi guys, i was using this contrib for long time, but after update it, and add new modules now i have some problems. I want to know if someone know if is possible to use Credit Class and Gift Voucher/Coupon V5.21 + Points and Rewards V2.1rc2a_1 in the checout process? i found that the manual have some tips abt how to use it, but i cant get it working in the checkout_payment.php when i set to use points (from Points and Rewars) and to use voucher (from CC and Gift Vouchers). Someone know if is possible to get both contribs working at the same time? when i just try to set both i get an error that say that need to choice another payment method because dont have enouch point, is like dont count the money that i have into my voucher Thanks in advance -
free shipping by categories support thread
samsagaz replied to magicandmischief182's topic in Shipping Modules
imhaving the same problem too, lets try to fix it! -
well you change your language ID from mysql.
-
i changed $tmp_array = array_merge($HTTP_GET_VARS,$tmp_array); for $tmp_array = array_merge((array)$HTTP_GET_VARS,$tmp_array); and no more errors received, but the urls are not show Search Engines Optimized, are displayed like index_cpath-1.html for categories and product_info_products_id-1.html for products
-
After install it i get the following errors :( Warning: array_merge() [function.array-merge]: Argument #1 is not an array in D:\_wamp\www\domain\root.php on line 136 2 days trying to fix it without luck, can someone please check whats wrong? Dont knwo whats wrong :(
-
TOday i downloaded and installed Search Engine Friendly URL v1.13_1 but after install it, no menu to change configuration in my admin panel. Someone know what i need to add to get the SEF url menu in my admin Zone?
-
Is possible at least to fix this issue? My site have 2 diferents languages, when google index some of my pages, some are stored as www.domain.com/product.html and others (in another lang) www.domain.com/index.php?cPath=32&language=es i really donjt like to get indexed by google that kind of urls :(
-
Hi guys i have my store in spanish and english lang, when i use my store in spanish lang i get all the SEO-G links displayed in english lang, for example http://www.domain.com/englishname.html instead spanishname.html, is possible to modify it? Someone know how? THanks in advance.
-
when i set Use Search-Engine Safe URLs (still in development) to false looks like the contrib dont work, because i see the url using Cpath.... (example http://www.domain.com/index.php?cPath=21) and if set Search-Engine Safe URLs to Active i get the right url! (example http://www.domain.com/category.html) Why it happend? hope that someone can help me!