Show Posts


Messages - Sam_78

Pages: 1 ... 13 14 [15] 16 17 18
211
General Support / product page not displaying after clicked saved
« on: August 16, 2017, 12:09:59 PM »
Hi I am working on adding few products but when I click save at the bottom of the page it does save everything but the page is not loaded. it displays blank page
url I get is index.php?rt=catalog/product/update&product_id=9&s=admin&token=596f791bbbe0959619c7cacc714bc76b
Request Method:GET
Status Code:200 OK
Product gets updated but I just dont see the page.. I have made quite a few updates and its hard to reverse track all my changes. I noticed this today because I haven't updated any product since may.

Any help is appreciated..


212
Solved.. I Went to https://github.com/abantecart/abantecart-src/blob/master/public_html/core/database/apdomysql.php and copy-pasted the code and it worked.. Thanks

213
General Support / moved from xamp localhost to domain and getting error
« on: August 04, 2017, 09:16:51 AM »
Hello,
I moved my website to domain and it is throwing error "AbanteCart core v.1.2.10 syntax error, unexpected '}', expecting ',' or ')' in <b>/home/newucb/public_html/core/database/apdomysql.php</b> on line <b>20</b>"
which is :
try{
         $this->connection = new PDO("mysql:host=" . $hostname . ";port=" . $port . ";dbname=" . $database,
               $username, $password, array (PDO::ATTR_PERSISTENT => true));
      } catch (AException $e){
         $err = new AError('Cannot establish database connection to ' . $database . ' using ' . $username . '@' . $hostname);
         $err->toLog();

Can you help me how to get rid of this error. it is working fine on localhost.. I understand some files gets changed/doesn't work on server but how to resolve this??

214
General Support / Re: Issue with assigning categories
« on: July 25, 2017, 12:20:17 PM »
If you want to show product in the parent category, you need to assign this product to parent category. Otherwise, it will be only included to leave category that you included.

Is there easy fix to this. Because some times I have many sub-sub-categories and besides it doesn't make sense to add product in sub-category but not in parent category.. .

215
General Support / Issue with assigning categories
« on: July 18, 2017, 11:50:36 AM »
Hello Admin,
I have one issue while assigning categories to my products
Example: I sell product lets say "polo tshirt"
while assigning category I have to manually select mens, then tshirts, then polo shirts
I select mens, then mens>thisrt, then mens>shirts>polo
rather then I can just select mens>tshirts>polo
so that it should be automatically available in mens and tshirt section..

I dont assign anything to sub-category where I dont want it in prime category.. I know I Can manually do that but sometimes I do forget assigning one category  :-[

216
Template Support / Re: Customer Registration
« on: July 18, 2017, 11:05:56 AM »
Hi srajput
Have you tried going into Design->Forms manager and goto phone number and make that field required..

218
General Support / Re: not able to use "quick view" for products
« on: July 06, 2017, 04:46:00 PM »
hmm... no more ideas. it's a javascript issue. no errors in console confuses me


Hi I am getting this error in error.txt

2017-07-07 12:02:14 - App Error:  AbanteCart core v.1.2.10 Error: Unable to identify file path to template responses/viewport/modal/catalog/product_form.tpl! Check blocks in the layout or enable debug mode to get more details. 10002 in \core\engine\view.php on line 317

URL I am hitting is : /index.php?rt=r/common/viewport/modal&viewport_rt=catalog/product/update&product_id=1&s=admin&token=hMHmEthR3TMYSAfy0UJyUSkbucCkJHaK

219
Customization help / Re: Markup
« on: July 06, 2017, 09:19:37 AM »
Yes, I understand that.. you can just display the normal price like Rupee 99 or something and add VAT during checkout.. I think that would be the better solution for you..

220
General Support / Re: not able to use "quick view" for products
« on: July 05, 2017, 04:41:12 PM »
alright let me figure it out.. will let you know what was the issue .. Thanks

221
General Support / Re: not able to use "quick view" for products
« on: July 05, 2017, 04:35:55 PM »
I am working locally as of now.. Wanted to be sure upgrade works fine then I will update on my site.. Can you suggest me some ways to debug this issue.. because bootstrap modal is not loading in admin panel.. I haven't made any changes in admin panel(admin side code)

222
General Support / Re: not able to use "quick view" for products
« on: July 05, 2017, 04:29:44 PM »
Tried chrome, firefox and edge .. same issue

223
General Support / Re: not able to use "quick view" for products
« on: July 05, 2017, 04:24:59 PM »
I did open developer tool and there is no error..

I am having this issue only with quick view modal rest is working fine.. no error in error.txt file and no error is console..
In network tab of dev tools I dont get any response.
as soon as I click somewhere else on screen page reloads again.

224
General Support / not able to use "quick view" for products
« on: July 05, 2017, 04:02:38 PM »
Hi I just updated to 1.2.10 its working fine I haven't noticed any major issue so far except I can't open quick view on products(via admin pannel)  it does make a call
/index.php?rt=r/common/viewport/modal&viewport_rt=catalog/product/update&product_id=2&s=admin&token=3C4gWWOrUR6FSOjWz1lafoJmfIBJTJDQ
response is 200 and bootstrap modal loads which darkens my screen but nothing comes up.. I have to reload page or press back button.. I am using general view to edit and it works fine

Quick view of category is also not working

225
Customization help / Re: Markup
« on: July 05, 2017, 03:29:49 PM »
Hi, You do have control over how price is displayed as you will be setting VAT %  for example product price is 50$ and your VAT is 10% then you can display 55$ directly if you want or display 50$ and when they are checking out you can display tax there..

Pages: 1 ... 13 14 [15] 16 17 18

Powered by SMFPacks Social Login Mod