Show Posts


Messages - Sam_78

Pages: 1 ... 9 10 [11] 12 13 ... 18
151
General Support / Re: when is a record created in table custom_lists
« on: July 03, 2018, 10:39:40 AM »
Ok so the products who have never appeared in any block won't show up there (custom_lists table) right?

152
General Support / when is a record created in table custom_lists
« on: July 02, 2018, 05:10:57 PM »
Hi I see some products in custom_lists table can someone explain me when a record is inserted in this table.

153
General Support / Re: listing product condition
« on: June 29, 2018, 09:07:53 AM »
Thanks,

154
General Support / listing product condition
« on: June 28, 2018, 05:38:01 PM »
Hello,
I am using v 1.2.11 and I have a listing product block that works fine but when I add custom products into the block via admin it also shows products that are turned OFF is this a bug or it was meant to be this way?
I think you should only display all the available products with status ON.


155
Development Help Needed / Re: RELATED PRODUCT FEATURE
« on: June 21, 2018, 11:45:52 AM »
Go to Design -> Layouts -> select "default product page" from dropdown and then move around blocks you want. Its simple drag and drop that you have to do

156
General Support / Turning content page off still displays content
« on: June 14, 2018, 01:03:18 PM »
Hello,
I have a content page and I display few products along with some other texts at the bottom. so I have text on my content page and in layout I added two blocks one is product listing and other one is html text.
Now I turned off my content page but still if I hit the url I see product listing and text at the bottom. I have to manually go and turn those block off. Is there a setting where I can turn off the complete block in one click. I know I can delete the content but I will be reusing it next month thats why.

157
How-to questions / Re: Permanent Redirect Issues
« on: June 08, 2018, 09:14:25 AM »
you can edit your .htaccess add one line at the bottom here
# SEO URL Settings
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)\?*$ index.php?_route_=$1 [L,QSA]
Redirect 301 /oldpage.html http://www.yoursite.com/newpage.html

301 is permanent redirect and if you don't want that then remove 301.

general syntax is
Redirect /oldpage /newpage

Try this

158
General Support / Re: how are image url created?
« on: June 01, 2018, 09:10:51 AM »
Thanks for your reply
It loads default AbanteCart's no_image and showed this warning
Inferred Property - The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags

159
General Support / how are image url created?
« on: May 31, 2018, 06:46:01 PM »
Hello,

I am using AbanteCart 1.2.11 and while pasting url to Facebook or sharing it to twitter I don't get product images rest everything works fine.
on my website when I view page source I do see that <meta property="og:image" content="//www.websitename.com/image/thumbnails/18/e5/product_image_600x600_png_png-101976-280x280.png" />
and there is image on this path.
I think issue is with content as it starts with //www.. You think I need to add https before that? if yes then how?
another strange thing is when I share my website on 'whatsapp' it does pull the correct image so the issue is only with facebook and twitter
Note: I am using share_button extension that populates og tags and thats how it is working on 'whatsapp'
in code of seo_pack there is this line $fb_image = $root_image['thumb_url'];  so I believe he is using abanteCarts default thumb_url so can someone suggest me how to change abanteCarts default url so that path can be "www.websitename.com/image" or "https://www.websitename/image"
If you think there is different issue then let me know maybe I can try that
In my settings->store details I have store url as http://www.websitename.com/ and secure url as https://www.websitename.com/
Can someone help me with this?

160
General Support / Tier Pricing for some products
« on: May 29, 2018, 11:28:09 AM »
Hello, I am sure abanteCart does this but I am not able to achieve what I want. I want to display prices for larger quantities I did read the documentation here https://abantecart.atlassian.net/wiki/spaces/AD/pages/9568257/Manage+Products+Options but it wont show tier pricing on product page. Is there any other way to do this?

I want to display different prices  like
1-5 $10.00 each
6-10 $9.50 each and like wise

161
General Support / Getting twilio error
« on: April 17, 2018, 06:35:43 PM »
Hi I am getting twilio error
A 'From' phone number is required. in /home/gwp0elo/public_html/extensions/default_twilio/core/lib/Services/Twilio.php on line 297

It was working fine till now locally I have just uploaded on server and it is throwing this error
\extensions\default_twilio\admin\controller\responses\extension\default_twilio.php  line #43 has my number is there any other place where I am missing?

162
General Support / block my website for some country
« on: April 13, 2018, 11:24:50 AM »
Hi is there any way inside abanteCart where I can mention some countries and it will block those countries.
I don't wanna edit .htaccess as this will be big list if I keep adding Ip's. I can contact my hosting and ask for solution but I thought maybe AbanteCart has something inbuilt already?
I have read about this feature that I can allow shipping to particular zipcode can someone guide me to that documentation on how to achieve that?

163
Support / Re: twilio extension throwing error
« on: April 06, 2018, 11:02:54 AM »
Thank you sir! appreciate you.

164
Support / Re: twilio extension throwing error
« on: April 05, 2018, 09:41:18 AM »
It works here. If I remove it from test mode everything works so the issue is with test mode. I just need to know if we enter the number from which sms will be send where is the number for 'To' to test it. I think you are using same number as 'To' and 'From' in test connection is this right?

165
Support / twilio extension throwing error
« on: April 04, 2018, 11:43:44 AM »
I have changed the default from number which was +155... to my twilio test number now I get error
Connection to Twilio server can not be established.
The 'To' number +14... is not a valid phone number..
Check your server configuration or contact your hosting provider.

My number is valid but it should be From +1 4.. not 'To'. Can someone help me to change the test setting of number 'To' 
I have made changes \extensions\default_twilio\admin\controller\responses\extension\default_twilio.php  line 43 and 52 and updated it with my number
\extensions\default_twilio\core\lib\default_twilio.php  line 47 and changed it with my number where is the setting for 'To' so I Can add my mobile number there


Pages: 1 ... 9 10 [11] 12 13 ... 18

Powered by SMFPacks Social Login Mod