Show Posts


Messages - Tishbyte

Pages: 1 [2] 3
16
General Support / Re: Add Product doesn't work.
« on: August 18, 2018, 02:55:37 PM »
[SOLVED]
For those who have a similar issue, try removing certain extensions and check if they are the issue.
The issue was caused by an extension I had and has now been resolved as the developer's made a fix for it.
Thanks to all who helped.

17
General Support / Re: Add Product doesn't work.
« on: August 13, 2018, 03:28:47 PM »
I did a little bit of testing and found that it's skipping steps when checking the Network through the Chrome debugging tools.
The working process (the Abantecart demo) shows these steps here:

http://demo.abantecart.com/index.php?rt=sale/order/update&order_id=17&product_id=118&s=demo_admin&token=mVxaFejkCmYO5Npx0o7ffXv9gipMD9HI
http://demo.abantecart.com/index.php?rt=sale/order/recalc&order_id=17&s=demo_admin&token=mVxaFejkCmYO5Npx0o7ffXv9gipMD9HI
http://demo.abantecart.com/index.php?rt=sale/order/details&order_id=17&s=demo_admin&token=mVxaFejkCmYO5Npx0o7ffXv9gipMD9HI

And then it simply goes on through a bunch of JavaScript and CSS requests.
While the results for the not working process:

https://3cdog.net/index.php?rt=sale/order/update&order_id=628&product_id=1490&s=(details removed)
https://3cdog.net/index.php?rt=sale/order&s=(details removed)

And then it does the rest of the CSS and JavaScript requests.
Again, there are no errors in the logs or anywhere else that initiate when this happens.

Based off of this info, are there any files you recommend I look at?

NOTE: I also replaced the entire core directory and the admin directory with the newest files from the GitHub repository.
Maybe it's a database problem?
Another specification, changing any of the values from the textboxes works fine, but anything that opens up a window with the product details doesn't work. The two screenshots below show what I mean (Capture.PNG & Capture1.PNG).

18
General Support / Re: Add Product doesn't work.
« on: August 10, 2018, 08:10:36 PM »
I just updated the site to 1.2.12, but to no success.
Also I found that I can't edit any of the products in an order, nonetheless add any new ones.
Do you know which core files are responsible for this functionality? I would like to try changing those specific files to see if that works.

Any help is appreciated.

19
General Support / Re: Add Product doesn't work.
« on: August 06, 2018, 02:26:18 PM »
Possibly.
There is only one store, the products are enabled.
It is possible that the upgrade didn't go right, I will try upgrading to the newest version and see it that works.

20
General Support / Re: Add Product doesn't work.
« on: August 04, 2018, 07:19:40 PM »
No, just ordinary text.
I even tried adding a product with no options but it does the same thing.

21
General Support / Re: Add Product doesn't work.
« on: August 02, 2018, 09:39:40 AM »
The option type is selectbox.
There aren't any errors that show up nor in the log.

22
General Support / Add Product doesn't work.
« on: August 01, 2018, 04:50:27 PM »
I ran into an issue in which when I try to add a product, it displays the windows where you can select the options and the quantity, but then it simply redirects to the order list page without making any changes.

Abantecart: 1.2.11
No errors occurred during this.

Any help would be appreciated.

23
Extension Support / Re: Please help for extension
« on: April 12, 2018, 06:05:18 PM »
Not sure on a tutorial, but have you had a look at the extension's developer guide?

https://abantecart.atlassian.net/wiki/spaces/DOC/pages/17727622/Extension+s+Developer+Guide

24
Customization help / Order List extra feature code.
« on: April 06, 2018, 05:59:52 PM »
Greetings, I am trying to add a custom feature (like the print invoices button) to each order on the Order List on the admin side. I am trying to find the code file that has the loop that adds this in so that I can add in my own button.
Which file/files would I need to modify to accomplish this?
Thanks!

25
I shall try the custom data block, but your suggestion for showing all products by a manufacturer doesn't solve the issue of seeing it on the admin side. For example, it a product is disabled it won't show up on the client side and there isn't really a way to search for them on the admin side. You would basically have to go into the database and do searches manually. What I am suggesting is a page on the admin side that shows all of the products by a manufacturer whether it's disabled or not.
The reason behind this is that I just transferred some 2000 products from my clients old site to Abantecart and we need to remove some old manufacturers. Low and behold when you try to delete a manufacturer it won't let you unless you get rid of all the products first. Now I have to go use PHPMyAdmin to find out what products are made by which manufacturer because there isn't a page/button for it in the admin side.
Hope this makes more sense as to why this sort of functionality could be useful.
Thanks!

26
Greetings, I would like to suggest two features, Nothing fancy, should be relatively easy to do. The first thing would be to be able to view all products by a manufacturer, maybe another drop down in the products page or simply clicking on the manufacturer's name would bring it up? This is something that exists on the user side but not on the admin side.
The second thing would be to have a page where a user can view all manufacturers on the store, currently the scrolling option can be cumbersome if you have many manufacturers. Maybe also make it possible to search manufacturers?

Thank you.

27
General Support / Re: Broken options glitch.
« on: April 02, 2018, 04:15:05 PM »
Ah, good to know.

28
General Support / Re: Broken options glitch.
« on: March 30, 2018, 02:07:01 PM »
I have attempted doing the SSL through the admin site, but it doesn't actually force all users to HTTPS, they still have the option to use HTTP. It does change all of the links to HTTPS so if a user clicks anywhere on the site it will use HTTPS. If anything I will have to settle with this.
Abantecart version is 1.2.10.
Only English installed.

Not sure what is causing the issues, maybe it's unique to my situation.

29
General Support / Broken options glitch.
« on: March 29, 2018, 07:47:00 PM »
I ran into an issue with broken product options when I forced SSL using .htaccess. Not sure if that was the cause but I don't think forcing HTTPS connections should break things on products.
What happens is that the option value turns into random number if it contains a number (i.e. 6 in. turns to 1111122 22233368 347)(img1) and options that are only letters turn into the first letter of each options (i.e. Blue, White.....Red, Purple turns to BWTBBRP for each option)(img4).
This also removes the options on the user side but keeps the price (img3).
Using SSL is very important for an eCommerce site but I can't have it break the product options. I also don't believe I should try reproducing the glitch as I am running a clients live site.
I noticed this when several orders were showing up with missing options even though the options are required and after investigating I found the broken options.
Any help is appreciated and I can supply more information on request.

30
General Support / Re: Mail function.
« on: March 24, 2018, 02:57:47 PM »
Thank you, I was able to find what I needed.

Pages: 1 [2] 3

Powered by SMFPacks Social Login Mod