Address Information/Change Address

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #25370

Hi all,

First off thank you for a wonderful component, I am thoroughly enjoying using HikaShop! I do have a question regarding the 'change address' option that a user sees once they are logged in. I am using Google Chrome and for some reason, once my user is logged in, when I click on the icon to change/edit an address, I see the pop-up come on the screen but it is simply a white pop-up lightbox with no information in it to change the address and no fields.

I tried purchasing HikaShop on your own site as well using the same browser and when I tried to change my address at the HikaShop site the pop-up lightbox worked perfectly fine. Why is it that I cannot seem to have my users change their address through the pop-up lightbox on my own site?

Any help would be greatly appreciated! I look forward to hearing from you soon and thank you in advance for any help!

- Thomas

Please Log in or Create an account to join the conversation.

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
13 years 1 month ago #25384

Hi,

Are you sure that the popup is totally blank ?

When such things happen, you usually have a scroll bar at the bottom of the popup and the address form is on the right of the popup. in that case, it's because of the CSS of your template which has a min-width defined for the index.php (which is normal) but also for the component.php file (which should not be the case).

If you don't have a scroll bar and that the popup is really totally blank, you should activate the debug mode of the config of joomla and try again. That might display an error message about the problem.

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #25397

Hi,

Thank you for the response. I tried your suggestions, it looks like it is totally blank, there is no scroll bar. I activated the debug mode and that did not produce any results either. In addition, when I tried to replicate my error again, I know am shown a white pop-up box when I click on 'add to cart' but that was never shown before. For some reason I now can't even advance to the other screens! Please advise?

Please Log in or Create an account to join the conversation.

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
13 years 1 month ago #25411

If you have a popup when you add a product to the cart, it's because you changed the option "After a product is added to the cart" to " stay and display a popup" in the checkout tab of the config. You can just change it to not have the problem.

If the popup is totally blank, it might be because of the template. Could you try to use another template ?
Also, you should look at the php error logs or activate the php errors in your php.ini as to know the error message behind that blank page.

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #25420

Hi,

Thank you for the reply. I changed the option "After a product is added to the cart" and that solved the issue but the blank pop-up is still there when trying to change an address. I tried using a different template and it made no difference. Similarly, pressing the 'new' button also brings up the blank pop-up. Is it something to do with the AJAX support? My main concern is I need my customers to be able to change their address! If they can't then that's a major issue with the component on my site. Thank you again for the help!

Please Log in or Create an account to join the conversation.

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
13 years 1 month ago #25427

The popup does not use AJAX so no, it's not related. If it's not the template, then it's something else, but it doesn't come from HikaShop as this works everywhere else.

As I said in my previous post, you should look at the php error logs or activate the php errors in your php.ini as to know the error message behind that blank page. If you don't know how to do that, you should ask your hosting company's support which should be able to help you.

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
13 years 1 month ago #25435

Thank you for the reply.

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
12 years 10 months ago #34317

I am having the same exact problem.

Please Log in or Create an account to join the conversation.

  • Posts: 4
  • Thank you received: 0
12 years 10 months ago #34319

This happens in all pop ups using HikaCart but not in other pop ups.

This is the debug output when clicking "New Address" for a new billing address.

Application 0.000 seconds (+0.000); 0.41 MB (+0.414) - afterLoad
Application 0.133 seconds (+0.132); 4.64 MB (+4.227) - afterInitialise
Application 0.144 seconds (+0.011); 5.07 MB (+0.426) - afterRoute
Application 0.189 seconds (+0.046); 6.62 MB (+1.548) - afterDispatch
Application 0.193 seconds (+0.004); 6.70 MB (+0.086) - afterRender
**Memory Usage**
6.71 MB (7,034,808 Bytes)
**16 Queries Logged**

SELECT `data`
FROM `jos_session`
WHERE `session_id` = '0fc7d14bcddec3f0ac7dac3a9930ac1c'
SELECT folder AS type, element AS name, params
FROM jos_extensions
WHERE enabled >= 1
AND type ='plugin'
AND state >= 0
AND access IN (1,1,2,3)
ORDER BY ordering
SELECT extension_id AS "id", element AS "option", params, enabled
FROM jos_extensions
WHERE `type` = 'component'
AND `element` = 'com_languages'
SELECT *
FROM jos_hikashop_config
SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component
FROM jos_menu AS m
LEFT JOIN jos_extensions AS e
ON m.component_id = e.extension_id
WHERE m.published = 1
AND m.parent_id > 0
AND m.client_id = 0
ORDER BY m.lft
SELECT extension_id AS "id", element AS "option", params, enabled
FROM jos_extensions
WHERE `type` = 'component'
AND `element` = 'com_hikashop'
SELECT *
FROM jos_languages
WHERE published=1
ORDER BY ordering ASC
SELECT id, home, template, s.params
FROM jos_template_styles as s
LEFT JOIN jos_extensions as e
ON e.element=s.template
AND e.type='template'
AND e.client_id=s.client_id
WHERE s.client_id = 0
AND e.enabled = 1
SELECT a.*,b.*
FROM jos_hikashop_user AS a
LEFT JOIN jos_users AS b
ON a.user_cms_id=b.id
WHERE a.user_id=1
SELECT a.id
FROM jos_user_usergroup_map AS map
LEFT JOIN jos_usergroups AS a
ON a.id = map.group_id
WHERE map.user_id = 42
SELECT *
FROM jos_hikashop_field as a
WHERE a.`field_published` = 1
AND a.`field_frontcomp` = 1
AND a.field_namekey!='address_name'
AND a.field_table='address'
AND (a.field_access = 'all' OR a.field_access LIKE '%,8,%')
ORDER BY a.`field_ordering` ASC
SELECT a.*
FROM jos_hikashop_zone AS a
WHERE a.zone_type IN ('country')
AND a.zone_published=1
ORDER BY a.zone_name_english ASC
SELECT *
FROM jos_menu
WHERE id = '196'
LIMIT 1
SELECT *
FROM jos_modules
WHERE id IN (120);
SELECT id
FROM jos_users
WHERE username = ''
LIMIT 0, 1
UPDATE `jos_session`
SET `data` = '__default|a:8:{s:15:\"session.counter\";i:25;s:19:\"session.timer.start\";i:1325609285;s:18:\"session.timer.last\";i:1325609990;s:17:\"session.timer.now\";i:1325610016;s:22:\"session.client.browser\";s:70:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:12:\"com_hikashop\";O:8:\"stdClass\":14:{s:12:\"ssl_redirect\";i:0;s:7:\"zone_id\";s:4:\"4284\";s:7:\"cart_id\";i:7;s:15:\"shipping_method\";s:0:\"\";s:11:\"shipping_id\";s:0:\"\";s:13:\"shipping_data\";s:0:\"\";s:14:\"payment_method\";s:17:\"collectondelivery\";s:10:\"payment_id\";i:3;s:12:\"payment_data\";O:8:\"stdClass\":27:{s:10:\"payment_id\";s:1:\"3\";s:12:\"payment_name\";s:19:\"Collect
on delivery\";s:19:\"payment_description\";s:79:\"<p>You can pay when your package is delivered by using this payment method.</p>\";s:14:\"payment_images\";s:19:\"Collect_on_delivery\";s:14:\"payment_params\";O:8:\"stdClass\":2:{s:12:\"order_status\";s:7:\"created\";s:18:\"status_notif_email\";s:1:\"0\";}s:12:\"payment_type\";s:17:\"collectondelivery\";s:20:\"payment_zone_namekey\";s:0:\"\";s:14:\"payment_access\";s:3:\"all\";s:24:\"payment_shipping_methods\";s:0:\"\";s:16:\"payment_currency\";s:3:\",2,\";s:12:\"extension_id\";s:5:\"10138\";s:4:\"name\";s:43:\"HikaShop collect
on delivery payment plugin\";s:4:\"type\";s:6:\"plugin\";s:7:\"element\";s:17:\"collectondelivery\";s:6:\"folder\";s:15:\"hikashoppayment\";s:9:\"client_id\";s:1:\"0\";s:7:\"enabled\";s:1:\"1\";s:6:\"access\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:14:\"manifest_cache\";s:0:\"\";s:6:\"params\";s:0:\"\";s:11:\"custom_data\";s:0:\"\";s:11:\"system_data\";s:0:\"\";s:11:\"checked_out\";s:1:\"0\";s:16:\"checked_out_time\";s:19:\"0000-00-00 00:00:00\";s:8:\"ordering\";s:1:\"0\";s:5:\"state\";s:1:\"0\";}s:16:\"shipping_address\";s:0:\"\";s:18:\"checkout_fields_ok\";i:1;s:15:\"checkout_fields\";N;s:7:\"user_id\";i:1;s:15:\"billing_address\";N;}}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:1;s:2:\"id\";s:2:\"42\";s:4:\"name\";s:13:\"Administrator\";s:8:\"username\";s:8:\"Weitzmam\";s:5:\"email\";s:36:\"michael.weitzman@worldsourcetech.com\";s:8:\"password\";s:32:\"93c1494d490382eba392a4548897e59d\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:19:\"Super Administrator\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"1\";s:12:\"registerDate\";s:19:\"2011-11-21 09:12:51\";s:13:\"lastvisitDate\";s:19:\"2012-01-03 16:28:29\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:2:\"{}\";s:6:\"groups\";a:1:{s:11:\"Super Users\";s:1:\"8\";}s:5:\"guest\";i:0;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:2:{i:0;i:1;i:1;i:8;}s:14:\"\0*\0_authLevels\";a:4:{i:0;i:1;i:1;i:1;i:2;i:2;i:3;i:3;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"94a42f732e89d5ca53146d402b25b4a4\";}hikashop_order_data|N;', `time` = 1325610017
WHERE `session_id` = '0fc7d14bcddec3f0ac7dac3a9930ac1c'

**15 Query Types Logged, Sorted by Occurrences.**
**SELECT Tables:**

**2 × SELECT extension_id AS "id", element AS "option", params, enabled FROM jos_extensions**
**1 × SELECT a.* FROM jos_hikashop_zone AS a**
**1 × SELECT * FROM jos_hikashop_field as a**
**1 × SELECT * FROM jos_menu**
**1 × SELECT * FROM jos_modules**
**1 × SELECT id FROM jos_users**
**1 × SELECT a.id FROM jos_user_usergroup_map AS map LEFT JOIN jos_usergroups AS a ON a.id = map.group_id**
**1 × SELECT id, home, template, s.params FROM jos_template_styles as s LEFT JOIN jos_extensions as e ON e.element=s.template AND e.type='template' AND e.client_id=s.client_id**
**1 × SELECT * FROM jos_hikashop_confi**
**1 × SELECT folder AS type, element AS name, params FROM jos_extensions**
**1 × SELECT m.id, m.menutype, m.title, m.alias, m.path AS route, m.link, m.type, m.level, m.language,m.browserNav, m.access, m.params, m.home, m.img, m.template_style_id, m.component_id, m.parent_id,e.element as component FROM jos_menu AS m LEFT JOIN jos_extensions AS e ON m.component_id = e.extension_id**
**1 × SELECT * FROM jos_languages**
**1 × SELECT `data` FROM `jos_session`**
**1 × SELECT a.*,b.* FROM jos_hikashop_user AS a LEFT JOIN jos_users AS b ON a.user_cms_id=b.id**

**OTHER Tables:**

**1 × UPDATE `jos_session` SET `data` = '__default|a:8:{s:15:\"session.counter\";i:25;s:19:\"session.timer.start\";i:1325609285;s:18:\"session.timer.last\";i:1325609990;s:17:\"session.timer.now\";i:1325610016;s:22:\"session.client.browser\";s:70:\"Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20100101 Firefox/8.0\";s:8:\"registry\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":1:{s:12:\"com_hikashop\";O:8:\"stdClass\":14:{s:12:\"ssl_redirect\";i:0;s:7:\"zone_id\";s:4:\"4284\";s:7:\"cart_id\";i:7;s:15:\"shipping_method\";s:0:\"\";s:11:\"shipping_id\";s:0:\"\";s:13:\"shipping_data\";s:0:\"\";s:14:\"payment_method\";s:17:\"collectondelivery\";s:10:\"payment_id\";i:3;s:12:\"payment_data\";O:8:\"stdClass\":27:{s:10:\"payment_id\";s:1:\"3\";s:12:\"payment_name\";s:19:\"Collect on delivery\";s:19:\"payment_description\";s:79:\"

You can pay when your package is delivered by using this payment method.
\";s:14:\"payment_images\";s:19:\"Collect_on_delivery\";s:14:\"payment_params\";O:8:\"stdClass\":2:{s:12:\"order_status\";s:7:\"created\";s:18:\"status_notif_email\";s:1:\"0\";}s:12:\"payment_type\";s:17:\"collectondelivery\";s:20:\"payment_zone_namekey\";s:0:\"\";s:14:\"payment_access\";s:3:\"all\";s:24:\"payment_shipping_methods\";s:0:\"\";s:16:\"payment_currency\";s:3:\",2,\";s:12:\"extension_id\";s:5:\"10138\";s:4:\"name\";s:43:\"HikaShop collect on delivery payment plugin\";s:4:\"type\";s:6:\"plugin\";s:7:\"element\";s:17:\"collectondelivery\";s:6:\"folder\";s:15:\"hikashoppayment\";s:9:\"client_id\";s:1:\"0\";s:7:\"enabled\";s:1:\"1\";s:6:\"access\";s:1:\"1\";s:9:\"protected\";s:1:\"0\";s:14:\"manifest_cache\";s:0:\"\";s:6:\"params\";s:0:\"\";s:11:\"custom_data\";s:0:\"\";s:11:\"system_data\";s:0:\"\";s:11:\"checked_out\";s:1:\"0\";s:16:\"checked_out_time\";s:19:\"0000-00-00 00:00:00\";s:8:\"ordering\";s:1:\"0\";s:5:\"state\";s:1:\"0\";}s:16:\"shipping_address\";s:0:\"\";s:18:\"checkout_fields_ok\";i:1;s:15:\"checkout_fields\";N;s:7:\"user_id\";i:1;s:15:\"billing_address\";N;}}}s:4:\"user\";O:5:\"JUser\":23:{s:9:\"\0*\0isRoot\";b:1;s:2:\"id\";s:2:\"42\";s:4:\"name\";s:13:\"Administrator\";s:8:\"username\";s:8:\"Weitzmam\";s:5:\"email\";s:36:\"michael.weitzman@worldsourcetech.com\";s:8:\"password\";s:32:\"93c1494d490382eba392a4548897e59d\";s:14:\"password_clear\";s:0:\"\";s:8:\"usertype\";s:19:\"Super Administrator\";s:5:\"block\";s:1:\"0\";s:9:\"sendEmail\";s:1:\"1\";s:12:\"registerDate\";s:19:\"2011-11-21 09:12:51\";s:13:\"lastvisitDate\";s:19:\"2012-01-03 16:28:29\";s:10:\"activation\";s:0:\"\";s:6:\"params\";s:2:\"{}\";s:6:\"groups\";a:1:{s:11:\"Super Users\";s:1:\"8\";}s:5:\"guest\";i:0;s:10:\"\0*\0_params\";O:9:\"JRegistry\":1:{s:7:\"\0*\0data\";O:8:\"stdClass\":0:{}}s:14:\"\0*\0_authGroups\";a:2:{i:0;i:1;i:1;i:8;}s:14:\"\0*\0_authLevels\";a:4:{i:0;i:1;i:1;i:1;i:2;i:2;i:3;i:3;}s:15:\"\0*\0_authActions\";N;s:12:\"\0*\0_errorMsg\";N;s:10:\"\0*\0_errors\";a:0:{}s:3:\"aid\";i:0;}s:13:\"session.token\";s:32:\"94a42f732e89d5ca53146d402b25b4a4\";}hikashop_order_data|N;', `time` = 1325610017**

**Parsing errors in language files**

/home/content/52/8635252/html/2012/new/language/en-GB/en-GB.com_hikashop.ini : error(s) in line(s) 1, 1392

**Language Files Loaded**

/home/content/52/8635252/html/2012/new/language/en-GB/en-GB.ini 1
/home/content/52/8635252/html/2012/new/administrator/language/en-GB/en-GB.plg_system_logout.ini 1
/home/content/52/8635252/html/2012/new/language/en-GB/en-GB.com_hikashop.ini 1
/home/content/52/8635252/html/2012/new/language/en-GB/en-GB.lib_joomla.ini 1
/home/content/52/8635252/html/2012/new/language/en-GB/en-GB.tpl_js_impacto.ini
/home/content/52/8635252/html/2012/new/templates/js_impacto/language/en-GB/en-GB.tpl_js_impacto.ini
/home/content/52/8635252/html/2012/new/administrator/language/en-GB/en-GB.plg_system_debug.ini 1

**Untranslated Strings**

# /home/content/52/8635252/html/2012/new/administrator/components/com_hikashop/classes/field.php

DR="DR"
MISS="MISS"
MR="MR"
MRS="MRS"
MS="MS"
UNITED_STATES_OF_AMERICA="STATES OF AMERICA"

# /home/content/52/8635252/html/2012/new/libraries/joomla/application/component/view.php

Please Log in or Create an account to join the conversation.

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
12 years 10 months ago #34358

The debug information means that HikaShop is running properly and is processing the page and displaying the content of the popup before giving the hand to the template/joomla to continue the processing of the page (for the css/js, the headers, the eventual modules and plugins, etc).
So it comes either for your template or a module/plugin which is removing the HTML of the main area in popups.

Please Log in or Create an account to join the conversation.

  • Posts: 82728
  • Thank you received: 13343
  • MODERATOR
12 years 10 months ago #34359

I got your email with the back end access and I tried switching the template to beez2 and then the popup displayed properly. So the problem definitely comes from your template.

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
12 years 7 months ago #45857

Was the exact problem with the template ever discovered?

Please Log in or Create an account to join the conversation.

  • Posts: 2
  • Thank you received: 0
12 years 7 months ago #45864

I found the problem in my template. The file /templates/[template_name]/component.php was not properly formed. Changed the main content of the document to:

<body class="contentpane">
	<div id="all">
		<div id="main">
			<jdoc:include type="message" />
			<jdoc:include type="component" />
		</div>
	</div>
</body>

Please Log in or Create an account to join the conversation.

  • Posts: 10
  • Thank you received: 0
12 years 4 months ago #54389

Bfonder - You were right:

I've created my own template. and was having the same problem (Address pop-up is blank - no scroll bar) - in IE, Firefox & Chrome)
but when I test it with a different template (like Beez or Atomic) it works fine.
so it's definatly my template.

Found the problem. (as you suggested)

Need to make sure that the /template_name/component.php file must have the following:

<body class="contentpane">
<jdoc:include type="message" />
<jdoc:include type="component" />
</body>


Thanks!

Last edit: 12 years 4 months ago by mab.

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 1
10 years 11 months ago #134159

I'm Using Yootheme Nano3 as a template and I am getting the blank address modal.

I've checked the component.php and it has the right coding.

Has anyone else experienced this?

Cheers
Steve

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #134284

Hi,

In Configuration > Display > General display options, thanks to try another config for the option "Popup mode".

Please Log in or Create an account to join the conversation.

  • Posts: 28
  • Thank you received: 1
10 years 11 months ago #134289

Cheers I've tried all three

inherit
Mootools
Bootstrap

Nothin! I've started a new thread here

Please Log in or Create an account to join the conversation.

  • Posts: 13201
  • Thank you received: 2322
10 years 11 months ago #134328

Please Log in or Create an account to join the conversation.

Time to create page: 0.144 seconds
Powered by Kunena Forum