Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

muhammad_barki

Pioneers
  • Posts

    49
  • Joined

  • Last visited

Everything posted by muhammad_barki

  1. I have just installed More Pics 2.0.1 and experiencing an issue with it especially at the product_info.php page, becuase I am not using the default osC template. Can you please suggest an easy way around it. Also I have NOT noticed any changes in v2.0.1 and v2.0.2 files that you uploaded. Am I correct or just delusional? Cheers.
  2. I have just installed More Pics 2.0.1 and experiencing an issue with the it in the admin area. I cannot edit product image details once added using the More Pics Product Image panel, e.g. If I have changed "Use on Product Info page" to "False", I can not reset it to "True". I also have NOT noticed any changes in v2.0.1 and v2.0.2 files. Am I correct or just delusional?
  3. I guess! Its pointing to the root of the website and this is where the oscommerce is installed. I remember for an other installation that i did earlier on, the URLs worked fine for one day, i.e. http://www.website.com/categoryname_keyword-c-2.html but the next day they got changed to http://www.website.com/-c-2.html and ever stayed like that.
  4. Dont know if any one can help me with this issue. Ultimate SEO is not generating the HTML URLs the right way instead of: http://www.website.com/categoryname_keyword-c-2.html they are being generated as: http://www.website.com/-c-2.html I will really apprieciate a solution. Thanks.
  5. For some reason I am getting short html URLs rather than what they should appear after installing Ultimate SEO URLs e.g. I am getting: http;//www.yoursite.com/-c-2.html instead of: http://www.yoursite.com/categoryname_keyword-c-2.html Any idea why? I have applied all the patches or changes mentioned on the contribution page. Thanks.
  6. Dont know if any one can help... Installed Ultimate URLs today and it was working fine, the URL would appear fine as: http://www.----.com/catalog/microsoft-intellimouse-explorer-p-26.html?osCsid=85d096b6f24687e8e74c2c38b4654f1b2b07 then I came back to my website later in the day and it was gone. Now the URL is back to: http://www.----.com/catalog/-p-26.html?osCsid=85d096b6f24687e8e74c2c38b4654f1b2b07 I had applied the seo.class.php bug fix already and i am not sure what seems to be the issue now. Any one, any clue....? Cheers
  7. I came accross an issue while installing the Bundled Products module. Well, it doesnt take into account the weight of all the products bundled together e.g. If admin has bundled product A with Product B and C; then the shipping chareges will only be calculated based on Product A's weight and not on A, B & Cs weight. Other issue is that if the customer has added the bundled items in the cart and he click on the product listed in the "Shopping Cart Box", which appears on the top left side of shop; the system throws a SQL error like: 1064 - You have an error in your SQL syntax near '{4}1{3}5 and language_id = '1'' at line 7 SELECT pd.products_name, pb.*, p.products_bundle, p.products_id, p.products_price, p.products_image FROM products p INNER JOIN products_description pd ON p.products_id=pd.products_id INNER JOIN products_bundles pb ON pb.subproduct_id=pd.products_id WHERE pb.bundle_id = 1{4}1{3}5 and language_id = '1' [TEP STOP] Please let me know if any one can help me with the issue. Thanks.
  8. Hmm.. OK. Well, I will waite for your post then. Thanks.
  9. Hmm... I dont know if we will be able to go ahead with that module either, as a little while ago, i was reading the documentation of that module and it mentions that, that module doesnt comply with the rules and regulations laid by Google. its something to do with displaying the GoogleCheckout button before that buyer has to input his login details (or register). Dont know what to do yet... Please let me know if you manage to figure that out... or even if any one else reading this topic figures out. Cheers.
  10. How did you manage to transfer coupon discount to google checkout, because the google checkout button appears right after u have added the items to your cart and you certainly cannot add discount there. Please let me know hw did you manage to do that as i was about to uninstall this google checkout module and install other Google Checkout module "http://addons.oscommerce.com/info/5157/v,22".
  11. I think this should solve the issue. Go to catalog/includes/modules/order_total/ot_discount_coupon.php **REPLACE** tep_db_query("CREATE TABLE IF NOT EXISTS discount_coupons_to_orders ( coupons_id VARCHAR(32) NOT NULL DEFAULT '', orders_id INT(11) DEFAULT '0', PRIMARY KEY (coupons_id,orders_id) )"); **WITH** tep_db_query("CREATE TABLE IF NOT EXISTS discount_coupons_to_orders ( coupons_id VARCHAR(32) NOT NULL DEFAULT '', orders_id INT(11) NOT NULL DEFAULT '0', PRIMARY KEY (coupons_id,orders_id) )");
  12. The author mentions something about the Assembly Fee... I didnt get what he said, but I have seen that what ever Assembly Fee I mention in the admin panel it doesnt get added when the customer buys the customised computer. Any idea how to fix that issue? Cheers.
  13. I am having the exact same problem. I tried creating the tables manually in SQL and changed statement: CREATE TABLE IF NOT EXISTS discount_coupons_to_orders ( coupons_id VARCHAR(32) NOT NULL DEFAULT '', orders_id INT(11) DEFAULT '0', PRIMARY KEY (coupons_id,orders_id) ); to: CREATE TABLE IF NOT EXISTS discount_coupons_to_orders ( coupons_id VARCHAR(32) NOT NULL DEFAULT '', orders_id INT(11) NOT NULL DEFAULT '0', PRIMARY KEY (coupons_id,orders_id) ); But the problem still presists while installing the module, i.e. the same error appears. I guess, it would be ideal to change the SQL statement from with in DCC, but I dont know where that statement has been defined to execute during installation. Can any one please help us out here...? Cheers.
  14. Installed the contribution today but when i tried it, i got this error: Fatal error: Cannot redeclare do_magic_quotes_gpc() (previously declared in /var/www/vhosts/XX/httpdocs/eshop/includes/functions/compatibility.php:18) in /var/www/vhosts/XX/httpdocs/eshop/includes/functions/compatibility.php on line 18 Not to mention... this error occurs when I click on the "Compare Items" link. any idea why? by the way, i have applied this contribution on RC1... i am not exactly sure if this is compatible with RC1 or not. If NOT then please let me know if there is any other contribution similar to this for RC1. Cheers.
  15. Something spooky happened yesterday.... it worked somehow and still works fine. I didnt change any thing but it worked... i think it just needed some time to get it self used to the new environment.
  16. Just installed Google Checkout v1.4.5_CCS. But when I tried editing the Google Checkout details in the admin panel i got this error message: "Fatal error: Call to undefined function: gc_cfg_select_shipping() in /var/www/vhosts/XXXX.XXX/catalog/admin/modules.php(238) : eval()'d code on line 1" any clues???? Ta
  17. Hi Guys, I have come accross an issue with EP 2.76E. Well, I managed to install and change the files pritty OK, but every time I try to export EP Products file, I get kicked out of the admin panel. Then i have to log back in and then I have to export again and when I do so, i get kicked out again. it just keeps going on in a loop. So, summary of the story is; Its not working! any ideas why? AND if the answer has been posted some where else please let me know and i apologise for the inconvenience caused. Cheers.
×
×
  • Create New...